OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:amountleft
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/tests/coretests/src/android/util/
TouchModeFlexibleAsserts.java
62
int
amountLeft
= MAX_DELAY_MILLIS;
64
while (checkForTouchMode.isInTouchMode() &&
amountLeft
> 0) {
65
amountLeft
-= 200;
Completed in 39 milliseconds