Searched refs:shelfStart (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | StackScrollAlgorithm.java | 491 final float shelfStart = ambientState.getStackEndHeight() in initAlgorithmState() local 494 if (currentY >= shelfStart in initAlgorithmState() 709 final float shelfStart = stackBottom local 712 updateViewWithShelf(view, viewState, shelfStart); 733 void updateViewWithShelf(ExpandableView view, ExpandableViewState viewState, float shelfStart) { in updateViewWithShelf() argument 734 viewState.setYTranslation(Math.min(viewState.getYTranslation(), shelfStart)); in updateViewWithShelf() local 735 if (viewState.getYTranslation() >= shelfStart) { in updateViewWithShelf() 1109 float shelfStart = ambientState.getInnerHeight() in updateChildZValue() local 1114 if (shelfStart > notificationEnd) { in updateChildZValue() 1119 float factor = (notificationEnd - shelfStart) / shelfHeight; in updateChildZValue()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 390 float shelfStart = getTranslationY(); in updateAppearance() local 425 notificationClipEnd = shelfStart + getIntrinsicHeight(); in updateAppearance() 427 notificationClipEnd = shelfStart - mPaddingBetweenElements; in updateAppearance() 437 if (viewStart >= shelfStart && mNotGoneIndex == -1) { in updateAppearance() 465 updateCornerRoundnessOnScroll(anv, viewStart, shelfStart); in updateAppearance() 532 float shelfStart) { 542 final boolean shouldUpdateCornerRoundness = viewStart < shelfStart 557 final float cornerAnimationTop = shelfStart - cornerAnimationDistance;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | StackScrollAlgorithmTest.kt | 569 val shelfStart = 1f in <lambda>() constant 578 stackScrollAlgorithm.updateViewWithShelf(expandableView, expandableViewState, shelfStart) in <lambda>() 584 val shelfStart = 0f in <lambda>() constant 594 stackScrollAlgorithm.updateViewWithShelf(expandableView, expandableViewState, shelfStart) in <lambda>() 600 val shelfStart = 0f in <lambda>() constant 610 stackScrollAlgorithm.updateViewWithShelf(expandableView, expandableViewState, shelfStart) in <lambda>()
|