Home
last modified time | relevance | path

Searched refs:Display (Results 1 – 16 of 16) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DDisplay.kt28 class Display class
72 if (other !is Display) return false in equals()
99 val EMPTY: Display
101 Display( in <lambda>()
124 ): Display = withCache { in from()
125 Display(id, name, layerStackId, size, layerStackSpace, transform, isVirtual, dpiX, dpiY) in from()
DLayerTraceEntryBuilder.kt31 private var displays: Collection<Display> = emptyList() in <lambda>()
45 fun setDisplays(displays: Collection<Display>): LayerTraceEntryBuilder = apply { in <lambda>()
169 private fun filterOutVirtualDisplays(displays: Collection<Display>): Collection<Display> { in <lambda>()
DLayerTraceEntry.kt38 val displays: Collection<Display>, in <lambda>()
58 val physicalDisplay: Display? in <lambda>()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/
DWindowManagerStateHelper.kt47 import android.view.Display in <lambda>()
192 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()
[all …]
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DScreenshotTestListener.java24 import android.view.Display;
47 wm.clearForcedDisplayDensityForUser(Display.DEFAULT_DISPLAY, UserHandle.myUserId()); in testRunFinished()
48 wm.clearForcedDisplaySize(Display.DEFAULT_DISPLAY); in testRunFinished()
DDeviceEmulationRule.kt24 import android.view.Display in <lambda>()
138 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/test/src/android/tools/utils/
DMockLayerTraceEntryBuilder.kt21 import android.tools.traces.surfaceflinger.Display
27 private val displays = mutableListOf<Display>()
49 Display.from( in <lambda>()
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/settings/
DREADME.md7 - If you would like to add a new page in the first layer of Settings, for example, `Display`, please
21 │ └── ISettingsDisplayHelper.java (Settings > Display)
22 │ └── ISettingsNightLightHelper.java (Settings > Display > Night Light)
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DHelperTestUtility.java23 import android.view.Display;
112 boolean displayIsOn = (displayManager.getDisplays()[0].getState() == Display.STATE_ON); in wakeUpAndUnlock()
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DWindowUtils.kt24 import android.tools.traces.surfaceflinger.Display
106 fun getNavigationBarPosition(display: Display): Region { in getNavigationBarPosition()
116 fun getNavigationBarPosition(display: Display, isGesturalNavigation: Boolean): Region { in getNavigationBarPosition()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/config/
DQuickswitchTest.kt30 import android.view.Display
63 .withAppTransitionIdle(Display.DEFAULT_DISPLAY) in canExtractQuickswitch()
/platform_testing/libraries/flicker/src/android/tools/flicker/subject/layers/
DILayerSubject.kt21 import android.tools.traces.surfaceflinger.Display
/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/surfaceflinger/
DLayerTraceEntryBuilderTest.kt26 import android.tools.traces.surfaceflinger.Display.Companion.BLANK_LAYER_STACK
112 Display.from( in removesLayersFromOffDisplays()
/platform_testing/libraries/flicker/src/android/tools/flicker/extractors/
DUtils.kt22 import android.tools.traces.surfaceflinger.Display
142 fun getOnDisplayFor(layerTraceEntry: LayerTraceEntry): Display { in getOnDisplayFor()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/
DLayersTraceParser.kt29 import android.tools.traces.surfaceflinger.Display in <lambda>()
193 private fun newDisplay(display: Args): Display { in <lambda>()
194 return Display.from( in <lambda>()
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DBetterSwipe.kt28 import android.view.Display.DEFAULT_DISPLAY in <lambda>()