Home
last modified time | relevance | path

Searched refs:displayId (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/windowmanager/windows/
DTaskFragment.kt28 val displayId: Int, constant in com.android.server.wm.traces.common.windowmanager.windows.TaskFragment
49 if (displayId != other.displayId) return false in equals()
59 result = 31 * result + displayId in hashCode()
DKeyguardControllerState.kt31 fun isKeyguardOccluded(displayId: Int): Boolean = in isKeyguardOccluded()
32 keyguardOccludedStates[displayId] ?: false in isKeyguardOccluded()
DTask.kt34 val displayId: Int, in <lambda>() constant in com.android.server.wm.traces.common.windowmanager.windows.Task
117 if (displayId != other.displayId) return false in <lambda>()
137 result = 31 * result + displayId in <lambda>()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DWindowManagerConditionsFactory.kt100 displayId: Int in <lambda>()
102 Condition("isAppTransitionIdle[$displayId]") { in <lambda>()
103 it.wmState.getDisplay(displayId) in <lambda>()
147 displayId: Int in <lambda>()
150 "hasRotation[$expectedRotation, display=$displayId]") { in <lambda>()
151 val currRotation = it.wmState.getRotation(displayId) in <lambda>()
260 displayId: Int in <lambda>()
263 isImeOnDisplay(displayId), in <lambda>()
270 displayId: Int in <lambda>()
272 Condition("isImeOnDisplay[$displayId]") { in <lambda>()
[all …]
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/parser/windowmanager/
DWindowManagerTraceParser.kt230 ?.map { it.displayId to it.keyguardOccluded } in <lambda>()
317 displayId = proto.taskFragment?.displayId ?: proto.displayId, in <lambda>()
350 displayId = proto.displayId, in <lambda>()
403 displayId = proto.displayId, in <lambda>()