Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplication.java46 private PopupWindow latestPopupWindow; field in ShadowApplication
243 return latestPopupWindow; in getLatestPopupWindow()
246 protected void setLatestPopupWindow(PopupWindow latestPopupWindow) { in setLatestPopupWindow() argument
247 this.latestPopupWindow = latestPopupWindow; in setLatestPopupWindow()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowApplicationTest.java597 PopupWindow latestPopupWindow = ShadowApplication.getInstance().getLatestPopupWindow(); in getLatestPopupWindow() local
598 assertThat(latestPopupWindow).isSameAs(pw); in getLatestPopupWindow()