Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java103 private static final int INTERVAL_CLICKS = 300; field in WindowInsetsBehaviorTests
463 final double interval = height / Math.sqrt((double) height / width * INTERVAL_CLICKS); in clickAllOfSamplePoints()