diff options
author | 2013-02-28 21:20:22 -0800 | |
---|---|---|
committer | 2013-02-28 21:20:22 -0800 | |
commit | 2768f38ea1fb7dd4e9da739d67c3a1c990bde2d4 (patch) | |
tree | 8e853b82692e2b6d8a5c4c00c5e5bf6c4babf7a8 /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java | |
parent | b0970fa6b4ee6901a74a315410eb81d0892ceb44 (diff) | |
parent | 31747ba7874f57fe6b259e8744e42dbfe02a8d40 (diff) | |
download | latinime-2768f38ea1fb7dd4e9da739d67c3a1c990bde2d4.tar.gz latinime-2768f38ea1fb7dd4e9da739d67c3a1c990bde2d4.tar.xz latinime-2768f38ea1fb7dd4e9da739d67c3a1c990bde2d4.zip |
am 31747ba7: am abaf5827: Separate suggestions from SuggestionView
* commit '31747ba7874f57fe6b259e8744e42dbfe02a8d40':
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(); |