aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-01-31 11:23:51 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-01-31 11:23:52 +0000
commit2abe1cedc87768a5639bfef83c4217addd877f92 (patch)
tree18942a4f0630d6cf2bb8336fb8cff66385a59a34 /java/src/com/android/inputmethod/latin/LatinIME.java
parent2ae7e53c77108cf597c9aeeae494a53d5f339117 (diff)
parent8a296e43c903a3377f28943ba4a59082ae7fe60a (diff)
downloadlatinime-2abe1cedc87768a5639bfef83c4217addd877f92.tar.gz
latinime-2abe1cedc87768a5639bfef83c4217addd877f92.tar.xz
latinime-2abe1cedc87768a5639bfef83c4217addd877f92.zip
Merge "Add important notice strip"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 8f4b2d67e..208cf22a6 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -1157,6 +1157,13 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
mInputLogic.mSuggest.mDictionaryFacilitator.addWordToUserDictionary(wordToEdit);
}
+ // Callback for the {@link SuggestionStripView}, to call when the important notice strip is
+ // pressed.
+ @Override
+ public void showImportantNoticeContents() {
+ // TODO: Show dialog to display important notice contents.
+ }
+
public void displaySettingsDialog() {
if (isShowingOptionDialog()) return;
showSubtypeSelectorAndSettings();