Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DMockViewForListPopupWindow.java26 private ListPopupWindow mListPopupWindow; field in MockViewForListPopupWindow
37 mListPopupWindow = listPopupWindow; in wireTo()
42 if (mListPopupWindow != null) { in onKeyPreIme()
43 return mListPopupWindow.onKeyPreIme(keyCode, event); in onKeyPreIme()
50 if (mListPopupWindow != null) { in onKeyDown()
51 return mListPopupWindow.onKeyDown(keyCode, event); in onKeyDown()
58 if (mListPopupWindow != null) { in onKeyUp()
59 return mListPopupWindow.onKeyUp(keyCode, event); in onKeyUp()