Home
last modified time | relevance | path

Searched refs:DEFAULT_DISPLAY (Results 1 – 11 of 11) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/
DWindowManagerStateHelper.kt192 displayId: Int = Display.DEFAULT_DISPLAY in getWindowRegion()
208 displayId: Int = Display.DEFAULT_DISPLAY in getWindowRegion()
220 fun withHomeActivityVisible(displayId: Int = Display.DEFAULT_DISPLAY) = in getWindowRegion()
233 fun withSplitDividerVisible(displayId: Int = Display.DEFAULT_DISPLAY) = in getWindowRegion()
242 fun withRecentsActivityVisible(displayId: Int = Display.DEFAULT_DISPLAY) = in getWindowRegion()
254 fun withRotation(rotation: Rotation, displayId: Int = Display.DEFAULT_DISPLAY) = in getWindowRegion()
294 displayId: Int = Display.DEFAULT_DISPLAY in getWindowRegion()
307 fun withAppTransitionIdle(displayId: Int = Display.DEFAULT_DISPLAY) = in getWindowRegion()
323 displayId: Int = Display.DEFAULT_DISPLAY in getWindowRegion()
340 displayId: Int = Display.DEFAULT_DISPLAY in getWindowRegion()
[all …]
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DScreenshotTestListener.java47 wm.clearForcedDisplayDensityForUser(Display.DEFAULT_DISPLAY, UserHandle.myUserId()); in testRunFinished()
48 wm.clearForcedDisplaySize(Display.DEFAULT_DISPLAY); in testRunFinished()
DDeviceEmulationRule.kt138 wm.setForcedDisplayDensityForUser(Display.DEFAULT_DISPLAY, density, UserHandle.myUserId()) in <lambda>()
146 wm.setForcedDisplaySize(Display.DEFAULT_DISPLAY, width, height) in <lambda>()
/platform_testing/libraries/flicker/utils/src/android/tools/
DPlatformConsts.kt25 const val DEFAULT_DISPLAY = 0 constant
/platform_testing/libraries/flicker/src/android/tools/flicker/assertors/assertions/
DStatusBarLayerPositionAtStart.kt48 wmState.getDisplay(PlatformConsts.DEFAULT_DISPLAY) ?: error("Display not found") in getExpectedStatusBarPosition()
DStatusBarLayerPositionAtEnd.kt47 wmState.getDisplay(PlatformConsts.DEFAULT_DISPLAY) ?: error("Display not found") in getExpectedStatusBarPosition()
/platform_testing/libraries/flicker/src/android/tools/flicker/subject/wm/
DIWindowManagerSubject.kt114 displayId: Int = PlatformConsts.DEFAULT_DISPLAY
/platform_testing/libraries/flicker/test/src/android/tools/flicker/config/
DQuickswitchTest.kt63 .withAppTransitionIdle(Display.DEFAULT_DISPLAY) in canExtractQuickswitch()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DWindowManagerState.kt181 displays.firstOrNull { it.displayId == PlatformConsts.DEFAULT_DISPLAY } in <lambda>()
225 displayId: Int = PlatformConsts.DEFAULT_DISPLAY in <lambda>()
245 displayId: Int = PlatformConsts.DEFAULT_DISPLAY in <lambda>()
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DBetterSwipe.kt28 import android.view.Display.DEFAULT_DISPLAY in <lambda>()
306 private fun calculateStepTime(displayId: Int = DEFAULT_DISPLAY): Duration { in lerp()
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DWindowUtils.kt52 return currState.wmState.getRotation(PlatformConsts.DEFAULT_DISPLAY)