HomeSort by relevance Sort by last modified time
    Searched refs:getLatestListPopupWindow (Results 1 - 3 of 3) sorted by null

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowListPopupWindowTest.java 19 assertThat(ShadowListPopupWindow.getLatestListPopupWindow()).isNull();
22 assertThat(ShadowListPopupWindow.getLatestListPopupWindow()).isSameAs(popupWindow);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowListPopupWindow.java 25 public static ListPopupWindow getLatestListPopupWindow() {
27 return shadowApplication.getLatestListPopupWindow();
ShadowApplication.java 250 public ListPopupWindow getLatestListPopupWindow() {

Completed in 2080 milliseconds