Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowListPopupWindow.java25 public static ListPopupWindow getLatestListPopupWindow() { in getLatestListPopupWindow() method in ShadowListPopupWindow
27 return shadowApplication.getLatestListPopupWindow(); in getLatestListPopupWindow()
DShadowApplication.java250 public ListPopupWindow getLatestListPopupWindow() { in getLatestListPopupWindow() method in ShadowApplication
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowListPopupWindowTest.java19 assertThat(ShadowListPopupWindow.getLatestListPopupWindow()).isNull(); in show_setsLastListPopupWindow()
22 assertThat(ShadowListPopupWindow.getLatestListPopupWindow()).isSameAs(popupWindow); in show_setsLastListPopupWindow()