Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Drslist.rscript59 /* Prevent scrolling above the top of the list */
65 /* Prevent scrolling past the last line of the list */
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Drslist.rscript59 /* Prevent scrolling above the top of the list */
65 /* Prevent scrolling past the last line of the list */
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Drslist.rscript59 /* Prevent scrolling above the top of the list */
65 /* Prevent scrolling past the last line of the list */
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java265 boolean scrolling = currentScrollVelocity > 0; in updateAppearance()
308 float inShelfAmount = updateIconAppearance(expandableRow, expandAmount, scrolling, in updateAppearance()
534 boolean scrolling, boolean scrollingFast, boolean expandingAnimated,
619 iconTransformDistance, scrolling, scrollingFast, expandingAnimated, isLastChild);
624 float fullTransitionAmount, float iconTransformDistance, boolean scrolling,
636 || (!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.