Searched refs:width (Results 1 – 4 of 4) sorted by relevance
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/ |
D | SimpleGLRenderer.java | 96 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged() argument 99 GLES20.glViewport(0, 0, width, height); in onSurfaceChanged() 101 float ratio = (float) width / height; in onSurfaceChanged()
|
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ |
D | SystemUiJankTests.java | 195 mDevice.swipe(r.width() / 2, top, r.width() / 2, bottom, DEFAULT_FLING_STEPS); in testRecentAppsFling() 197 mDevice.swipe(r.width() / 2, bottom, r.width() / 2, top, DEFAULT_FLING_STEPS); in testRecentAppsFling()
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | CommonLauncherHelper.java | 102 size = appR.width(); in ensureIconVisible() 103 containerSize = containerR.width(); in ensureIconVisible()
|
/platform_testing/libraries/chrome-app-helper/src/android/platform/test/helpers/ |
D | ChromeHelperImpl.java | 161 page.getVisibleBounds().width(), page.getVisibleBounds().height()); in flingPage()
|