Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DWindowUtils.java95 int width; in getStatusBarPosition() local
122 int width = resources.getDimensionPixelSize(resourceId); in getNavigationBarPosition() local
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/monitor/
DScreenRecorder.java40 public ScreenRecorder(int width, int height, Path outputPath, String traceFile) { in ScreenRecorder()
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLRenderer.java96 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged()