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.java958 final LinearLayout suggestionView = new LinearLayout(getContext()); in KeyboardLayoutView() local
959 suggestionView.setBackgroundColor(0xFFEEEEEE); in KeyboardLayoutView()
963 suggestionView.setContentDescription(suggestionViewContentDesc); in KeyboardLayoutView()
965 scrollView.addView(suggestionView, new LayoutParams(MATCH_PARENT, MATCH_PARENT)); in KeyboardLayoutView()
966 mSuggestionView = suggestionView; in KeyboardLayoutView()
1374 suggestionView -> {
1376 if (suggestionView != null) {
1377 suggestionView.setOnClickListener((v) -> {
1380 suggestionView.setOnLongClickListener((v) -> {
1384 pendingInlineSuggestions.mViews[index] = suggestionView;