Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLinearLayoutManager.java113 private boolean mSmoothScrollbarEnabled = true; field in LinearLayoutManager
1091 findFirstVisibleChildClosestToStart(!mSmoothScrollbarEnabled, true), in computeScrollOffset()
1092 findFirstVisibleChildClosestToEnd(!mSmoothScrollbarEnabled, true), in computeScrollOffset()
1093 this, mSmoothScrollbarEnabled, mShouldReverseLayout); in computeScrollOffset()
1102 findFirstVisibleChildClosestToStart(!mSmoothScrollbarEnabled, true), in computeScrollExtent()
1103 findFirstVisibleChildClosestToEnd(!mSmoothScrollbarEnabled, true), in computeScrollExtent()
1104 this, mSmoothScrollbarEnabled); in computeScrollExtent()
1113 findFirstVisibleChildClosestToStart(!mSmoothScrollbarEnabled, true), in computeScrollRange()
1114 findFirstVisibleChildClosestToEnd(!mSmoothScrollbarEnabled, true), in computeScrollRange()
1115 this, mSmoothScrollbarEnabled); in computeScrollRange()
[all …]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java117 private boolean mSmoothScrollbarEnabled = true; field in LinearLayoutManager
1115 findFirstVisibleChildClosestToStart(!mSmoothScrollbarEnabled, true), in computeScrollOffset()
1116 findFirstVisibleChildClosestToEnd(!mSmoothScrollbarEnabled, true), in computeScrollOffset()
1117 this, mSmoothScrollbarEnabled, mShouldReverseLayout); in computeScrollOffset()
1126 findFirstVisibleChildClosestToStart(!mSmoothScrollbarEnabled, true), in computeScrollExtent()
1127 findFirstVisibleChildClosestToEnd(!mSmoothScrollbarEnabled, true), in computeScrollExtent()
1128 this, mSmoothScrollbarEnabled); in computeScrollExtent()
1137 findFirstVisibleChildClosestToStart(!mSmoothScrollbarEnabled, true), in computeScrollRange()
1138 findFirstVisibleChildClosestToEnd(!mSmoothScrollbarEnabled, true), in computeScrollRange()
1139 this, mSmoothScrollbarEnabled); in computeScrollRange()
[all …]
DStaggeredGridLayoutManager.java211 private boolean mSmoothScrollbarEnabled = true; field in StaggeredGridLayoutManager
1075 findFirstVisibleItemClosestToStart(!mSmoothScrollbarEnabled),
1076 findFirstVisibleItemClosestToEnd(!mSmoothScrollbarEnabled),
1077 this, mSmoothScrollbarEnabled, mShouldReverseLayout);
1095 findFirstVisibleItemClosestToStart(!mSmoothScrollbarEnabled),
1096 findFirstVisibleItemClosestToEnd(!mSmoothScrollbarEnabled),
1097 this, mSmoothScrollbarEnabled);
1115 findFirstVisibleItemClosestToStart(!mSmoothScrollbarEnabled),
1116 findFirstVisibleItemClosestToEnd(!mSmoothScrollbarEnabled),
1117 this, mSmoothScrollbarEnabled);
/frameworks/base/core/java/android/widget/
DAbsListView.java481 private boolean mSmoothScrollbarEnabled = true; field in AbsListView
1443 mSmoothScrollbarEnabled = enabled; in setSmoothScrollbarEnabled()
1455 return mSmoothScrollbarEnabled; in isSmoothScrollbarEnabled()
2019 if (mSmoothScrollbarEnabled) { in computeVerticalScrollExtent()
2049 if (mSmoothScrollbarEnabled) { in computeVerticalScrollOffset()
2076 if (mSmoothScrollbarEnabled) { in computeVerticalScrollRange()