Searched defs:hasRotation (Results 1 – 4 of 4) sorted by relevance
| /platform_testing/libraries/flicker/src/android/tools/flicker/subject/wm/ | ||
| D | IWindowManagerSubject.kt | 112 fun hasRotation( method |
| D | WindowManagerTraceSubject.kt | 467 override fun hasRotation(rotation: Rotation, displayId: Int): WindowManagerTraceSubject = in <lambda>() method in android.tools.flicker.subject.wm.WindowManagerTraceSubject |
| D | WindowManagerStateSubject.kt | 329 override fun hasRotation(rotation: Rotation, displayId: Int): WindowManagerStateSubject = in <lambda>() method in android.tools.flicker.subject.wm.WindowManagerStateSubject |
| /platform_testing/libraries/flicker/utils/src/android/tools/traces/ | ||
| D | ConditionsFactory.kt | 228 fun hasRotation(expectedRotation: Rotation, displayId: Int): Condition<DeviceStateDump> { in <lambda>() method |