Searched defs:amountLeft (Results 1 – 3 of 3) sorted by relevance
65 val amountLeft = maxHeight() - currentHeight in <lambda>() constant68 val amountLeft = minHeight() - currentHeight in <lambda>() constant
69 val amountLeft = maxScrimOffset - currentHeight in offsetAvailable() constant72 val amountLeft = minScrimOffset() - currentHeight in offsetAvailable() constant
62 int amountLeft = MAX_DELAY_MILLIS; in assertNotInTouchModeAfterKey() local