Home
last modified time | relevance | path

Searched refs:suggestionView (Results 1 – 1 of 1) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java606 final LinearLayout suggestionView = new LinearLayout(getContext()); in KeyboardLayoutView() local
607 suggestionView.setBackgroundColor(0xFFEEEEEE); in KeyboardLayoutView()
611 suggestionView.setContentDescription(suggestionViewContentDesc); in KeyboardLayoutView()
613 scrollView.addView(suggestionView, new LayoutParams(MATCH_PARENT, MATCH_PARENT)); in KeyboardLayoutView()
614 mSuggestionView = suggestionView; in KeyboardLayoutView()
945 suggestionView -> {
947 if (suggestionView != null) {
948 suggestionView.setOnClickListener((v) -> {
951 suggestionView.setOnLongClickListener((v) -> {
955 pendingInlineSuggestions.mViews[index] = suggestionView;