Searched refs:getMatchingWindowType (Results 1 – 7 of 7) sorted by relevance
269 return !state.getMatchingWindowType(LayoutParams.TYPE_TOAST).isEmpty() in hasVisibleToast()302 state -> state.getMatchingWindowType(LayoutParams.TYPE_TOAST).isEmpty())) { in waitForNoToastOverlays()303 fail(message + " Still visible toasts: " + mWmState.getMatchingWindowType( in waitForNoToastOverlays()
104 mWallpaperWindows = mWmState.getMatchingWindowType(TYPE_WALLPAPER).stream() in updateWindows()
108 windowManagerState.getMatchingWindowType(TYPE_PRESENTATION); in isPresentationOnDisplay()
960 return getMatchingWindowType(TYPE_INPUT_METHOD_DIALOG).stream().anyMatch(1020 windowManagerState.getMatchingWindowType(TYPE_KEYGUARD_DIALOG);
1150 return !getMatchingWindowType(TYPE_NOTIFICATION_SHADE).isEmpty(); in hasNotificationShade()1157 public List<WindowState> getMatchingWindowType(int type) { in getMatchingWindowType() method in WindowManagerState
131 return windowManagerState.getMatchingWindowType(TYPE_WALLPAPER).stream().anyMatch( in isWallpaperOnDisplay()
320 return state.getMatchingWindowType(TYPE_WALLPAPER).stream().anyMatch( in isWallpaperOnVirtualDisplay()