Home
last modified time | relevance | path

Searched defs:width (Results 1 – 18 of 18) sorted by relevance

/platform_testing/libraries/motion/compose/tests/goldens/
DrecordMotion_motionControl_performTap.json49 "width": 20, number
53 "width": 20, number
57 "width": 20, number
61 "width": 20, number
65 "width": 20, number
69 "width": 22.4, number
73 "width": 27.2, number
77 "width": 31.2, number
81 "width": 34, number
85 "width": 36.4, number
[all …]
DrecordMotion_captureSize.json37 "width": 10, number
41 "width": 10, number
45 "width": 10, number
49 "width": 13.2, number
53 "width": 20.8, number
57 "width": 30, number
61 "width": 39.2, number
65 "width": 48, number
69 "width": 55.6, number
73 "width": 62.4, number
[all …]
/platform_testing/libraries/media-helper/src/android/test/mediahelper/
DMediaValidationHelper.java92 int width = format.getInteger(MediaFormat.KEY_WIDTH); in validateVideoTrackMediaFormat() local
113 int width = bitmap.getWidth(); in validateImage() local
/platform_testing/libraries/flicker/utils/src/android/tools/datatypes/
DSize.kt26 open class Size protected constructor(val width: Int, val height: Int) : DataType() { constant in android.tools.datatypes.Size
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt144 val width = screenshots.size * tileWidth in render() constant
196 val width = screenshotWidth + labelWidth + 2 * labelMargin in render() constant
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
DBitmapMatcher.kt69 val width = if (expectedWidth < actualWidth) expectedWidth else actualWidth in <lambda>() constant
DAlmostPerfectMatcher.kt93 val width = if (expectedWidth < actualWidth) expectedWidth else actualWidth in <lambda>() constant
/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/
DMediaProjectionAppSelector.kt53 val width: Int constant in android.platform.systemui_tapl.ui.MediaProjectionAppSelector
DRoot.kt104 val width = device.displayWidth.toFloat() in openNotificationShadeViaSwipe() constant
135 val width = device.displayWidth in openNotificationShadeViaTwoFingersSwipe() constant
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLRenderer.java96 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/inputmethod/
DViewRootImpl.kt32 val width: Int, constant in android.tools.traces.inputmethod.ViewRootImpl
/platform_testing/libraries/flicker/utils/src/android/tools/traces/monitors/
DScreenRecorder.kt32 private val width: Int = 720, constant in android.tools.traces.monitors.ScreenRecorder
DScreenRecordingRunnable.kt40 private val width: Int = 720, constant
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DDeviceEmulationRule.kt79 val (width, height) = getEmulatedDisplaySize() in <lambda>() constant
172 val width: Int, constant in platform.test.screenshot.DisplaySpec
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/util/
DImageUtils.java97 int width = 3 * imageWidth; in assertImageSimilar() local
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DScreenRecordCollector.java119 int width = Integer.parseInt(dims[0]); in setupAdditionalArgs() local
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/setup/
DConfigGenerator.java262 public ConfigGenerator setScreenWidth(int width) { in setScreenWidth()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DWindowLayoutParams.kt32 val width: Int = 0, constant in android.tools.traces.wm.WindowLayoutParams