Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DAlertDialog_BuilderTestBase.java39 private static final long TOUCH_MODE_PROPAGATION_TIMEOUT_MILLIS = 5_000L; field in AlertDialog_BuilderTestBase
72 PollingCheck.waitFor(TOUCH_MODE_PROPAGATION_TIMEOUT_MILLIS, in reAttachListViewAdapter()
DExpandableListActivitySelectTest.java42 private static final long TOUCH_MODE_PROPAGATION_TIMEOUT_MILLIS = 5_000; field in ExpandableListActivitySelectTest
58 PollingCheck.waitFor(TOUCH_MODE_PROPAGATION_TIMEOUT_MILLIS, in setUp()
/cts/tests/input/src/android/input/cts/
DTouchModeTest.kt64 private const val TOUCH_MODE_PROPAGATION_TIMEOUT_MILLIS: Long = 5000 // 5 sec in <lambda>() constant
141 TOUCH_MODE_PROPAGATION_TIMEOUT_MILLIS, in <lambda>()
174 SystemClock.sleep(TOUCH_MODE_PROPAGATION_TIMEOUT_MILLIS) in <lambda>()
292 SystemClock.sleep(TOUCH_MODE_PROPAGATION_TIMEOUT_MILLIS) in <lambda>()
294 PollingCheck.waitFor(TOUCH_MODE_PROPAGATION_TIMEOUT_MILLIS) { in <lambda>()
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java108 public static final long TOUCH_MODE_PROPAGATION_TIMEOUT_MILLIS = 5_000L; field in ViewGroupTest
2033 PollingCheck.waitFor(TOUCH_MODE_PROPAGATION_TIMEOUT_MILLIS, in testTouchscreenBlocksFocus()