Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java76 private InlineContentClipView mScrollableSuggestionsClip; field in AutofillImeService
82 mScrollableSuggestionsClip.setZOrderedOnTop(false);
88 mScrollableSuggestionsClip.setZOrderedOnTop(true);
117 mScrollableSuggestionsClip = mInputView.findViewById(R.id.scrollable_suggestions_clip); in onCreateInputView()
301 mScrollableSuggestionsClip.setBackgroundColor( in updateInlineSuggestionStrip()