Searched refs:isWindowSurfaceShown (Results 1 – 4 of 4) sorted by relevance
74 it.wmState.isWindowSurfaceShown(component) in <lambda>()103 it.wmState.isWindowSurfaceShown(ComponentNameMatcher.NAV_BAR) in <lambda>()125 it.wmState.isWindowSurfaceShown(ComponentNameMatcher.TASK_BAR) in <lambda>()147 it.wmState.isWindowSurfaceShown(ComponentNameMatcher.STATUS_BAR) in <lambda>()199 fun isWindowSurfaceShown(componentMatcher: IComponentMatcher): Condition<DeviceStateDump> = in <lambda>() method201 it.wmState.isWindowSurfaceShown(componentMatcher) in <lambda>()236 isWindowSurfaceShown(componentMatcher), in <lambda>()342 isWindowSurfaceShown(ComponentNameMatcher.IME) in <lambda>()
326 .add(ConditionsFactory.isWindowSurfaceShown(componentMatcher).negate()) in getWindowRegion()343 .add(ConditionsFactory.isWindowSurfaceShown(componentMatcher)) in getWindowRegion()
166 if (wmState.isWindowSurfaceShown(ComponentNameMatcher.SPLASH_SCREEN)) { in <lambda>()169 if (wmState.isWindowSurfaceShown(ComponentNameMatcher.SNAPSHOT)) { in <lambda>()
335 fun isWindowSurfaceShown(componentMatcher: IComponentMatcher): Boolean = in <lambda>() method in android.tools.traces.wm.WindowManagerState