Loading java/src/com/android/inputmethod/latin/LatinIME.java +1 −3 Original line number Diff line number Diff line Loading @@ -1316,8 +1316,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen // Nothing to do so far. } // TODO[IL]: Define a clear interface for this public boolean isSuggestionStripVisible() { private boolean isSuggestionStripVisible() { if (!hasSuggestionStripView()) { return false; } Loading @@ -1341,7 +1340,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen return currentSettings.isSuggestionsRequested(); } @Override public boolean hasSuggestionStripView() { return null != mSuggestionStripView; } Loading java/src/com/android/inputmethod/latin/suggestions/SuggestionStripViewAccessor.java +0 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ import com.android.inputmethod.latin.SuggestedWords; * An object that gives basic control of a suggestion strip and some info on it. */ public interface SuggestionStripViewAccessor { public boolean hasSuggestionStripView(); public void showAddToDictionaryHint(final String word); public boolean isShowingAddToDictionaryHint(); public void dismissAddToDictionaryHint(); Loading Loading
java/src/com/android/inputmethod/latin/LatinIME.java +1 −3 Original line number Diff line number Diff line Loading @@ -1316,8 +1316,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen // Nothing to do so far. } // TODO[IL]: Define a clear interface for this public boolean isSuggestionStripVisible() { private boolean isSuggestionStripVisible() { if (!hasSuggestionStripView()) { return false; } Loading @@ -1341,7 +1340,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen return currentSettings.isSuggestionsRequested(); } @Override public boolean hasSuggestionStripView() { return null != mSuggestionStripView; } Loading
java/src/com/android/inputmethod/latin/suggestions/SuggestionStripViewAccessor.java +0 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ import com.android.inputmethod.latin.SuggestedWords; * An object that gives basic control of a suggestion strip and some info on it. */ public interface SuggestionStripViewAccessor { public boolean hasSuggestionStripView(); public void showAddToDictionaryHint(final String word); public boolean isShowingAddToDictionaryHint(); public void dismissAddToDictionaryHint(); Loading