Home
last modified time | relevance | path

Searched refs:width (Results 1 – 4 of 4) sorted by relevance

/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLRenderer.java96 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/
DSystemUiJankTests.java195 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/
DCommonLauncherHelper.java102 size = appR.width(); in ensureIconVisible()
103 containerSize = containerR.width(); in ensureIconVisible()
/platform_testing/libraries/chrome-app-helper/src/android/platform/test/helpers/
DChromeHelperImpl.java161 page.getVisibleBounds().width(), page.getVisibleBounds().height()); in flingPage()