Searched defs:smoothScrollbarEnabled (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DScrollbarHelper.java32 boolean smoothScrollbarEnabled, boolean reverseLayout) {
44 if (!smoothScrollbarEnabled) {
63 boolean smoothScrollbarEnabled) {
68 if (!smoothScrollbarEnabled) {
82 boolean smoothScrollbarEnabled) {
87 if (!smoothScrollbarEnabled) {
30 computeScrollOffset(RecyclerView.State state, OrientationHelper orientation, View startChild, View endChild, RecyclerView.LayoutManager lm, boolean smoothScrollbarEnabled, boolean reverseLayout) argument
61 computeScrollExtent(RecyclerView.State state, OrientationHelper orientation, View startChild, View endChild, RecyclerView.LayoutManager lm, boolean smoothScrollbarEnabled) argument
80 computeScrollRange(RecyclerView.State state, OrientationHelper orientation, View startChild, View endChild, RecyclerView.LayoutManager lm, boolean smoothScrollbarEnabled) argument
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DScrollbarHelper.java31 boolean smoothScrollbarEnabled, boolean reverseLayout) {
43 if (!smoothScrollbarEnabled) {
62 boolean smoothScrollbarEnabled) {
67 if (!smoothScrollbarEnabled) {
81 boolean smoothScrollbarEnabled) {
86 if (!smoothScrollbarEnabled) {
29 computeScrollOffset(RecyclerView.State state, OrientationHelper orientation, View startChild, View endChild, RecyclerView.LayoutManager lm, boolean smoothScrollbarEnabled, boolean reverseLayout) argument
60 computeScrollExtent(RecyclerView.State state, OrientationHelper orientation, View startChild, View endChild, RecyclerView.LayoutManager lm, boolean smoothScrollbarEnabled) argument
79 computeScrollRange(RecyclerView.State state, OrientationHelper orientation, View startChild, View endChild, RecyclerView.LayoutManager lm, boolean smoothScrollbarEnabled) argument

Completed in 117 milliseconds