Home
last modified time | relevance | path

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

/cts/tests/tests/preference/src/android/preference/cts/
DTestUtils.java75 int xToCut = isOnWatchUiMode() ? bt.getWidth() / 5 : bt.getWidth() / 20; in takeScreenshot() local
79 xToCut += navigationBarHeight; in takeScreenshot()
85 bt, 0, statusBarHeight, bt.getWidth() - xToCut, bt.getHeight() - yToCut); in takeScreenshot()