diff options
author | 2013-03-01 05:17:52 +0000 | |
---|---|---|
committer | 2013-03-01 05:17:52 +0000 | |
commit | 31747ba7874f57fe6b259e8744e42dbfe02a8d40 (patch) | |
tree | 650f50fac52377ee65f67b69460c16d6aaedc103 /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java | |
parent | 50705703eda5b61c0fa9d18b8239825636a139f2 (diff) | |
parent | abaf5827e7a7f5f6c5d8d98e03e6b9528b0c9351 (diff) | |
download | latinime-31747ba7874f57fe6b259e8744e42dbfe02a8d40.tar.gz latinime-31747ba7874f57fe6b259e8744e42dbfe02a8d40.tar.xz latinime-31747ba7874f57fe6b259e8744e42dbfe02a8d40.zip |
am abaf5827: Separate suggestions from SuggestionView
* commit 'abaf5827e7a7f5f6c5d8d98e03e6b9528b0c9351':
Separate suggestions from SuggestionView
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java index bc51d5d62..5a29eee4e 100644 --- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java +++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java @@ -644,10 +644,6 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick return false; } - public SuggestedWords getSuggestions() { - return mSuggestedWords; - } - public void clear() { mSuggestionsStrip.removeAllViews(); removeAllViews(); |