Home
last modified time | relevance | path

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

/platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
DSystemAppJankTests.java41 private static final int INNER_LOOP = 8; field in SystemAppJankTests
101 for (int i = 0; i < INNER_LOOP; i++) { in navigateDownAndUpCurrentScreen()
105 for (int i = 0; i < INNER_LOOP; i++) { in navigateDownAndUpCurrentScreen()
DSystemUiJankTests.java44 private static final int INNER_LOOP = 8; field in SystemUiJankTests
88 navigateDownAndUpCurrentScreen(INNER_LOOP); in testHomeScreenNavigation()
111 for (int i = 0; i < INNER_LOOP * 5; i++) { in testNavigateToSettings()
/platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
DApiDemoJankTests.java45 private static final int INNER_LOOP = 5; field in ApiDemoJankTests
144 for (int i = 0; i < INNER_LOOP; i++) { in testActivityTransitionAnimation()
163 for (int i = 0; i < INNER_LOOP; i++) { in testViewFlipAnimation()
180 for (int i = 0; i < INNER_LOOP; i++) { in testCloningAnimation()
200 for (int i = 0; i < INNER_LOOP; i++) { in testLoadingJank()
216 for (int i = 0; i < INNER_LOOP; i++) { in testSimpleTransitionJank()
241 for (int i = 0; i < INNER_LOOP; i++) { in testHideShowAnimationJank()
322 for (int i = 0; i < INNER_LOOP; i++) { in testListViewJank()
345 for (int i = 0; i < INNER_LOOP; i++) { in testExapandableListViewJank()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java52 private static final int INNER_LOOP = 3; field in LauncherJankTests
129 for (int i = 0; i < INNER_LOOP * 2; i++) { in testAllAppsContainerSwipe()
155 for (int i = 0; i < INNER_LOOP * 2; i++) { in testHomeScreenSwipe()
181 for (int i = 0; i < INNER_LOOP; i++) { in testWidgetsContainerFling()
208 for (int i = 0; i < INNER_LOOP; i++) { in testOpenCloseMessagesApp()
239 for (int i = 0; i < INNER_LOOP; i++) { in testAppToHome()
DSystemUiJankTests.java75 private static final int INNER_LOOP = 3; field in SystemUiJankTests
346 for (int i = 0; i < INNER_LOOP; i++) { in testRecentAppsFling()
363 for (int i = 0; i < INNER_LOOP; i++) { in testRecentAppsDismiss()
420 for (int i = 0; i < INNER_LOOP; i++) { in testNotificationListPull()
455 for (int i = 0; i < INNER_LOOP; i++) { in testNotificationListScroll()
476 for (int i = 0; i < INNER_LOOP; i++) { in testNotificationListPull_manyNotifications()
514 for (int i = 0; i < INNER_LOOP; i++) { in testQuickSettingsPull()
548 for (int i = 0; i < INNER_LOOP; i++) { in testUnlock()
587 for (int i = 0; i < INNER_LOOP; i++) { in testExpandGroup()
675 for (int i = 0; i < INNER_LOOP; i++) { in testChangeBrightness()
[all …]
DSettingsJankTests.java48 private static final int INNER_LOOP = 2; field in SettingsJankTests
116 for (int i = 0; i < INNER_LOOP; i++) { in testSettingsFling()
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchJankTests.java146 for (int i = 0; i < mHelper.INNER_LOOP; i++) { in testTrivialListViewFling()
179 for (int i = 0; i < mHelper.INNER_LOOP; i++) { in testTrivialRecyclerListViewFling()
214 for (int i = 0; i < mHelper.INNER_LOOP; i++) { in testInflatingListViewFling()
DUiBenchTextJankTests.java101 for (int i = 0; i < mHelper.INNER_LOOP; i++) { in testLayoutCacheHighHitrateFling()
134 for (int i = 0; i < mHelper.INNER_LOOP; i++) { in testLayoutCacheLowHitrateFling()
DUiBenchRenderingJankTests.java96 for (int i = 0; i < mHelper.INNER_LOOP; i++) { in testShadowGridListFling()
DUiBenchJankTestsHelper.java42 public static final int INNER_LOOP = 3; field in UiBenchJankTestsHelper
/platform_testing/tests/jank/dialer/src/com/android/dialer/janktests/
DDialerJankTests.java56 private static final int INNER_LOOP = 5; field in DialerJankTests
120 for (int i = 0; i < INNER_LOOP; i++) { in testDialerCallInit()
151 for (int i = 0; i < INNER_LOOP; i++) { in testDialerCallLogFling()