Searched refs:hasRotation (Results 1 – 5 of 5) sorted by relevance
460 override fun hasRotation(rotation: Rotation, displayId: Int): WindowManagerTraceSubject = in <lambda>() method in android.tools.flicker.subject.wm.WindowManagerTraceSubject461 hasRotation(rotation, displayId, isOptional = false) in <lambda>()464 fun hasRotation( in <lambda>() method470 it.hasRotation(rotation, displayId) in <lambda>()
112 fun hasRotation( method
326 override fun hasRotation(rotation: Rotation, displayId: Int): WindowManagerStateSubject = in <lambda>() method in android.tools.flicker.subject.wm.WindowManagerStateSubject
255 withAppTransitionIdle(displayId).add(ConditionsFactory.hasRotation(rotation, displayId)) in getWindowRegion()
212 fun hasRotation(expectedRotation: Rotation, displayId: Int): Condition<DeviceStateDump> { in <lambda>() method