Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplication.java47 private ListPopupWindow latestListPopupWindow; field in ShadowApplication
251 return latestListPopupWindow; in getLatestListPopupWindow()
254 protected void setLatestListPopupWindow(ListPopupWindow latestListPopupWindow) { in setLatestListPopupWindow() argument
255 this.latestListPopupWindow = latestListPopupWindow; in setLatestListPopupWindow()