Searched defs:SuggestionStripView (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java58 public final class SuggestionStripView extends RelativeLayout implements OnClickListener, class in inherits:RelativeLayout,OnClickListener,OnLongClickListener
126 * Construct a {@link SuggestionStripView} for showing suggestions to be picked by the user.
130 public SuggestionStripView(final Context context, final AttributeSet attrs) { method in class:SuggestionStripView
134 public SuggestionStripView(final Context context, final AttributeSet attrs, method in class:SuggestionStripView
176 R.styleable.Keyboard, defStyle, R.style.SuggestionStripView);
245 // The debug info views may be placed as children views of this {@link SuggestionStripView}.

Completed in 53 milliseconds