Home
last modified time | relevance | path

Searched refs:scale (Results 1 – 2 of 2) sorted by relevance

/test/uiautomator/integration-tests/testapp/src/main/java/androidx/test/uiautomator/testapp/
DPinchTestActivity.java43 float scale = detector.getScaleFactor(); in onCreate()
44 scaleFactor.setText(Float.toString(scale)); in onCreate()
/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiDevice.java1299 public boolean takeScreenshot(@NonNull File storePath, float scale, int quality) { in takeScreenshot() argument
1301 scale, quality, storePath)); in takeScreenshot()
1309 Math.round(scale * screenshot.getWidth()), in takeScreenshot()
1310 Math.round(scale * screenshot.getHeight()), false); in takeScreenshot()