Searched refs:findFirstWindowWithType (Results 1 – 6 of 6) sorted by relevance
37 state.findFirstWindowWithType(TYPE_TOAST) != null in <lambda>()43 state.findFirstWindowWithType(TYPE_TOAST) == null in <lambda>()
115 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST) == null, in testToastWindowTokenIsRemovedAfterToastIsHidden()134 WindowState toastWindow = wmState.findFirstWindowWithType(LayoutParams.TYPE_TOAST); in testToastWindowIsNotClickable()
603 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).getFrame()); in testWhenSelfTextToastWindow_allowsTouch()621 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).getFrame()); in testWhenTextToastWindow_allowsTouch()
270 && state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).isSurfaceShown(); in hasVisibleToast()
214 WindowManagerState.WindowState startingWindow = mWmState.findFirstWindowWithType( in testSplashScreenColor()
1272 public WindowState findFirstWindowWithType(int type) { in findFirstWindowWithType() method in WindowManagerState