Home
last modified time | relevance | path

Searched defs:amountLeft (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/nestedscroll/
DLargeTopAppBarNestedScrollConnection.kt65 val amountLeft = maxHeight() - currentHeight in <lambda>() constant
68 val amountLeft = minHeight() - currentHeight in <lambda>() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotificationScrimNestedScrollConnection.kt69 val amountLeft = maxScrimOffset - currentHeight in offsetAvailable() constant
72 val amountLeft = minScrimOffset() - currentHeight in offsetAvailable() constant
/frameworks/base/core/tests/coretests/src/android/util/
DTouchModeFlexibleAsserts.java62 int amountLeft = MAX_DELAY_MILLIS; in assertNotInTouchModeAfterKey() local