Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotificationScrimNestedScrollConnection.kt72 val amountLeft = maxScrimOffset - currentHeight in firstScroll() constant
75 val amountLeft = minScrimOffset() - currentHeight in firstScroll() constant
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/nestedscroll/
DLargeTopAppBarNestedScrollConnection.kt82 val amountLeft = maxHeight() - currentHeight in onScroll() constant
85 val amountLeft = minHeight() - currentHeight in onScroll() constant
/frameworks/base/core/tests/coretests/src/android/util/
DTouchModeFlexibleAsserts.java62 int amountLeft = MAX_DELAY_MILLIS; in assertNotInTouchModeAfterKey() local