Searched refs:latestPopupWindow (Results 1 – 2 of 2) sorted by relevance
46 private PopupWindow latestPopupWindow; field in ShadowApplication243 return latestPopupWindow; in getLatestPopupWindow()246 protected void setLatestPopupWindow(PopupWindow latestPopupWindow) { in setLatestPopupWindow() argument247 this.latestPopupWindow = latestPopupWindow; in setLatestPopupWindow()
597 PopupWindow latestPopupWindow = ShadowApplication.getInstance().getLatestPopupWindow(); in getLatestPopupWindow() local598 assertThat(latestPopupWindow).isSameInstanceAs(pw); in getLatestPopupWindow()