Searched refs:isSurfaceShown (Results 1 – 5 of 5) sorted by relevance
35 val isSurfaceShown: Boolean, constant in android.tools.traces.wm.WindowState83 if (isSurfaceShown != other.isSurfaceShown) return false in <lambda>()106 result = 31 * result + isSurfaceShown.hashCode() in <lambda>()
304 return windowStates.filter { it.isSurfaceShown && componentMatcher.windowMatchesAnyOf(it) } in <lambda>()
353 it.wmState.inputMethodWindowState?.isSurfaceShown == true && in <lambda>()
177 if (wmState.inputMethodWindowState?.isSurfaceShown == true) { in <lambda>()
358 isSurfaceShown = proto.animator?.surface?.shown ?: false, in <lambda>()