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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DInputView.java29 import com.android.inputmethod.latin.suggestions.SuggestionStripView;
44 final SuggestionStripView suggestionStripView =
45 (SuggestionStripView)findViewById(R.id.suggestion_strip_view);
77 // {@link SuggestionStripView}.
184 * {@link MainKeyboardView} to {@link SuggestionStripView}.
187 extends MotionEventForwarder<MainKeyboardView, SuggestionStripView> {
191 final SuggestionStripView suggestionStripView) {
226 * {@link SuggestionStripView} when the {@link MoreSuggestionsView} is showing.
227 * {@link SuggestionStripView} dismisses {@link MoreSuggestionsView} when it receives any event
231 extends MotionEventForwarder<MainKeyboardView, SuggestionStripView> {
[all...]
H A DLatinIME.java85 import com.android.inputmethod.latin.suggestions.SuggestionStripView;
112 SuggestionStripView.Listener, SuggestionStripViewAccessor,
156 private SuggestionStripView mSuggestionStripView;
734 mSuggestionStripView = (SuggestionStripView)view.findViewById(R.id.suggestion_strip_view);
1259 // Callback for the {@link SuggestionStripView}, to call when the "add to dictionary" hint is
1277 // Callback for the {@link SuggestionStripView}, to call when the important notice strip is
1541 // Called from {@link SuggestionStripView} through the {@link SuggestionStripView#Listener}
/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
140 * Construct a {@link SuggestionStripView} for showing suggestions to be picked by the user.
144 public SuggestionStripView(final Context context, final AttributeSet attrs) { method in class:SuggestionStripView
148 public SuggestionStripView(final Context context, final AttributeSet attrs, method in class:SuggestionStripView
190 R.styleable.Keyboard, defStyle, R.style.SuggestionStripView);
279 // The debug info views may be placed as children views of this {@link SuggestionStripView}.
H A DSuggestionStripLayoutHelper.java129 R.styleable.SuggestionStripView, defStyle, R.style.SuggestionStripView);
382 if (SuggestionStripView.DBG) {
407 if (SuggestionStripView.DBG) {
497 if (SuggestionStripView.DBG) {
512 // {@link SuggestionStripView#onClick(View)}.
516 if (SuggestionStripView.DBG) {
537 // {@link SuggestionStripView#onClick(View)}.

Completed in 72 milliseconds