Home
last modified time | relevance | path

Searched refs:expandingAnimated (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java404 boolean expandingAnimated = mAmbientState.isExpansionChanging() in updateAppearance()
421 expandingAnimated, isLastChild, shelfClipStart); in updateAppearance()
726 boolean expandingAnimated,
788 scrollingFast, expandingAnimated, isLastChild);
811 boolean expandingAnimated, in updateIconPositioning() argument
822 iconState.noAnimations = (scrollingFast || expandingAnimated) && !isLastChild; in updateIconPositioning()
825 && (scrollingFast || (expandingAnimated && !ViewState.isAnimatingY(icon)))) { in updateIconPositioning()