Home
last modified time | relevance | path

Searched refs:r (Results 1 – 9 of 9) sorted by relevance

/platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
DOverviewHelper.java111 Rect r = recents.getVisibleBounds(); in scrollToTopOfRecents() local
113 int top = r.top + r.height() / 4; // top edge = top + 25% height in scrollToTopOfRecents()
114 int bottom = r.bottom - 200; // bottom edge = bottom & shift up 200px in scrollToTopOfRecents()
115 mDevice.swipe(r.width() / 2, top, r.width() / 2, bottom, 5); in scrollToTopOfRecents()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DOverviewHelper.java148 Rect r = recents.getVisibleBounds(); in scrollToTopOfRecents() local
150 int top = r.top + r.height() / 4; // top edge = top + 25% height in scrollToTopOfRecents()
151 int bottom = r.bottom - 200; // bottom edge = bottom & shift up 200px in scrollToTopOfRecents()
152 mDevice.swipe(r.width() / 2, top, r.width() / 2, bottom, 5); in scrollToTopOfRecents()
/platform_testing/libraries/health/runners/longevity/
DREADME.md35 `adb shell am instrument -w -r -e <option> <value> -e class <suite>
40 `adb shell am instrument -w -r -e iterations 50 -e quitter true
46 `adb shell am instrument -w -r -e iterations 10 -e shuffle true -e suite-timeout_msec 1800000
52 `adb shell am instrument -w -r -e iterations 100 -e min-battery 0.05
58 `adb shell am instrument -w -r -e profile sample_profile
81 `tests/` directory. Run them using `adb shell am instrument -w -r
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DScreenRecordCollectorTest.java121 for (int r = 2; r < ScreenRecordCollector.MAX_RECORDING_PARTS; r++) { in testScreenRecord()
124 matches(String.format("screenrecord .*video%d.mp4", r))); in testScreenRecord()
/platform_testing/libraries/telephony-utility/src/android/telephony/utility/
DSimCardUtil.java138 public void execute(Runnable r) { in execute() argument
139 r.run(); in execute()
/platform_testing/libraries/collectors-helper/power/src/com/android/helpers/
DPwrStatsUtilHelper.java114 final Pattern r = Pattern.compile(PATTERN); in processMetricsFromLogFile() local
123 m = r.matcher(line); in processMetricsFromLogFile()
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DProfileTest.java125 List<String> outputDescriptions = output.stream().map(r -> in testProfileOrderingRespected()
126 r.getDescription().getDisplayName()).collect(Collectors.toList()); in testProfileOrderingRespected()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DLayersTrace.java274 Rect r = extract(rectProto); in coversRegion() local
275 if (r.contains(x, y)) { in coversRegion()
276 y = r.bottom; in coversRegion()
294 Rect r = extract(layer.mProto.visibleRegion); in coversRegion() local
295 reason += "\n" + layer.mProto.name + r.toString(); in coversRegion()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DProfile.java139 r -> r.getDescription().getDisplayName(), Function.identity())); in getTestSequenceFromConfiguration()