diff options
author | 2013-02-25 23:25:30 -0800 | |
---|---|---|
committer | 2013-02-28 21:03:18 -0800 | |
commit | abaf5827e7a7f5f6c5d8d98e03e6b9528b0c9351 (patch) | |
tree | d21638871898f3a95af1e4d9a7be78c00524fc6f /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java | |
parent | bc218dda8bd9395be0eec3836ed06fb27ce0968f (diff) | |
download | latinime-abaf5827e7a7f5f6c5d8d98e03e6b9528b0c9351.tar.gz latinime-abaf5827e7a7f5f6c5d8d98e03e6b9528b0c9351.tar.xz latinime-abaf5827e7a7f5f6c5d8d98e03e6b9528b0c9351.zip |
Separate suggestions from SuggestionView
This is a cleanup change, but it's also necessary for
Bug: 8152758
Change-Id: Id6ba06243f573fdb856f87d1df03277c9f2e5e71
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(); |