Home
last modified time | relevance | path

Searched defs:promptView (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java465 final View promptView = LayoutInflater.from(mActivity).inflate( in testPromptViewAbove() local
490 final View promptView = LayoutInflater.from(mActivity).inflate( in testPromptViewBelow() local
850 public Builder withPrompt(View promptView, int promptPosition) { in withPrompt()