Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplication.java242 public PopupWindow getLatestPopupWindow() { in getLatestPopupWindow() method in ShadowApplication
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowApplicationTest.java592 public void getLatestPopupWindow() { in getLatestPopupWindow() method in ShadowApplicationTest
597 PopupWindow latestPopupWindow = ShadowApplication.getInstance().getLatestPopupWindow(); in getLatestPopupWindow()