Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java105 private float mDensityPerCm; field in WindowInsetsBehaviorTests
294 mDensityPerCm = (int) ((float) metrics.densityDpi / 2.54); in setUp()
415 final float interval = mDensityPerCm; in clickAllOfHorizontalSamplePoints()
438 final float interval = mDensityPerCm; in clickAllOfSamplePoints()
456 for (int i = theToppestLine; i < theBottomestLine; i += mDensityPerCm * 2) { in swipeAllOfHorizontalLinesFromLeftToRight()
481 for (int i = theToppestLine; i < theBottomestLine; i += mDensityPerCm * 2) { in swipeAllOfHorizontalLinesFromRightToLeft()
515 for (int i = theLeftestLine; i < theRightestLine; i += mDensityPerCm * 2) { in swipeAllOfVerticalLinesFromTopToBottom()
540 for (int i = theLeftestLine; i < theRightestLine; i += mDensityPerCm * 2) { in swipeAllOfVerticalLinesFromBottomToTop()