Searched refs:findFirstWindowWithType (Results 1 – 5 of 5) sorted by relevance
112 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST) == null, in testToastWindowTokenIsRemovedAfterToastIsHidden()131 WindowState toastWindow = wmState.findFirstWindowWithType(LayoutParams.TYPE_TOAST); in testToastWindowIsNotClickable()
763 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).getFrame()); in testWhenSelfTextToastWindow_allowsTouch()781 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).getFrame()); in testWhenTextToastWindow_allowsTouch()906 && state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).isSurfaceShown(); in hasVisibleToast()
216 WindowManagerState.WindowState startingWindow = mWmState.findFirstWindowWithType( in testSplashScreenColor()
195 WindowState w = state.findFirstWindowWithType(windowType); in waitAndAssertWindowShown()
1098 WindowState findFirstWindowWithType(int type) { in findFirstWindowWithType() method in WindowManagerState