Home
last modified time | relevance | path

Searched defs:stackTop (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java301 final float stackTop = 200f; in updateStackEndHeightAndStackHeight_shadeFullyExpanded_withSceneContainer() local
320 final float stackTop = 200f; in updateStackEndHeightAndStackHeight_shadeExpanding_withSceneContainer() local
341 final float stackTop = -2000f; in updateStackEndHeightAndStackHeight_shadeOverscrolledToTop_withSceneContainer() local
361 final float stackTop = 200f; in updateStackCutoff_updatesStackEndHeight() local
481 float stackTop = 100; in setExpandFraction_fullyCollapsed() local
507 float stackTop = 100; in setExpandFraction_expanding() local
535 float stackTop = 100; in setExpandFraction_fullyExpanded() local
1099 float stackTop = 100; in testSetMaxDisplayedNotifications_updatesStackHeight() local
1129 float stackTop = 100; in testChildHeightUpdated_whenMaxDisplayedNotificationsSet_updatesStackHeight() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt690 val stackTop = 200f in updateState_withViewInShelf_showShelf() constant
726 val stackTop = 200f in updateState_withNullLastVisibleBackgroundChild_hideShelf_withSceneContainer() constant
781 val stackTop = 200f in updateState_withNullFirstViewInShelf_hideShelf_withSceneContainer() constant
836 val stackTop = 200f in updateState_withCollapsedShade_hideShelf_withSceneContainer() constant
891 val stackTop = 200f in updateState_withHiddenSectionBeforeShelf_hideShelf_withSceneContainer() constant
DStackScrollAlgorithmTest.kt158 val stackTop = 100f in <lambda>() constant
250 val stackTop = -25f in <lambda>() constant
279 val stackTop = -500f in <lambda>() constant
553 val stackTop = 200f in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java356 float stackTop = SceneContainerFlag.isEnabled() ? ambientState.getStackTop() in updateClipping() local
1172 private void updateCornerRoundnessForPinnedHun(ExpandableNotificationRow row, float stackTop) { in updateCornerRoundnessForPinnedHun()