Searched refs:findFirstWindowWithType (Results 1 – 5 of 5) sorted by relevance
115 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST) == null, in testToastWindowTokenIsRemovedAfterToastIsHidden()134 WindowState toastWindow = wmState.findFirstWindowWithType(LayoutParams.TYPE_TOAST); in testToastWindowIsNotClickable()
781 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).getFrame()); in testWhenSelfTextToastWindow_allowsTouch()792 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).getFrame()); in testWhenTextToastWindow_allowsTouch()917 && state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).isSurfaceShown(); in hasVisibleToast()
593 mWmState.findFirstWindowWithType(TYPE_WALLPAPER); in assertWallpaperShowing()
180 WindowManagerState.WindowState startingWindow = mWmState.findFirstWindowWithType( in testSplashScreenColor()
1053 WindowState findFirstWindowWithType(int type) { in findFirstWindowWithType() method in WindowManagerState