Searched refs:findFirstWindowWithType (Results 1 – 5 of 5) 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()
707 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).getFrame()); in testWhenSelfTextToastWindow_allowsTouch()725 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).getFrame()); in testWhenTextToastWindow_allowsTouch()850 && state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).isSurfaceShown(); in hasVisibleToast()
217 WindowManagerState.WindowState startingWindow = mWmState.findFirstWindowWithType( in testSplashScreenColor()
1138 public WindowState findFirstWindowWithType(int type) { in findFirstWindowWithType() method in WindowManagerState