OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:latestPopupWindow
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowApplication.java
46
private PopupWindow
latestPopupWindow
;
243
return
latestPopupWindow
;
246
protected void setLatestPopupWindow(PopupWindow
latestPopupWindow
) {
247
this.
latestPopupWindow
=
latestPopupWindow
;
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowApplicationTest.java
597
PopupWindow
latestPopupWindow
= ShadowApplication.getInstance().getLatestPopupWindow();
598
assertThat(
latestPopupWindow
).isSameAs(pw);
Completed in 2211 milliseconds