Searched refs:amountLeft (Results 1 – 3 of 3) sorted by relevance
65 val amountLeft = maxHeight() - currentHeight in <lambda>() constant66 offsetAvailable.coerceAtMost(amountLeft) in <lambda>()68 val amountLeft = minHeight() - currentHeight in <lambda>() constant69 offsetAvailable.coerceAtLeast(amountLeft) in <lambda>()
69 val amountLeft = maxScrimOffset - currentHeight in offsetAvailable() constant70 offsetAvailable.coerceAtMost(amountLeft) in offsetAvailable()72 val amountLeft = minScrimOffset() - currentHeight in offsetAvailable() constant73 offsetAvailable.coerceAtLeast(amountLeft) in offsetAvailable()
62 int amountLeft = MAX_DELAY_MILLIS; in assertNotInTouchModeAfterKey() local64 while (checkForTouchMode.isInTouchMode() && amountLeft > 0) { in assertNotInTouchModeAfterKey()65 amountLeft -= 200; in assertNotInTouchModeAfterKey()