Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java290 boolean scrolling = currentScrollVelocity > 0; in updateAppearance()
333 float inShelfAmount = updateIconAppearance(expandableRow, expandAmount, scrolling, in updateAppearance()
548 boolean scrolling, boolean scrollingFast, boolean expandingAnimated,
633 iconTransformDistance, scrolling, scrollingFast, expandingAnimated, isLastChild);
638 float fullTransitionAmount, float iconTransformDistance, boolean scrolling,
650 || (!ICON_ANMATIONS_WHILE_SCROLLING && fullTransitionAmount == 0.0f && scrolling);
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java90 boolean scrolling; field in ViewPager.ItemInfo
518 mItems.get(i).scrolling = true; in setCurrentItemInternal()
983 if (pos == ii.position && !ii.scrolling) {
1017 if (pos == ii.position && !ii.scrolling) {
1779 if (ii.scrolling) {
1781 ii.scrolling = false;
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto7016 // Sharesheet are either expanded, scrolling through them or compacted again.