Home
last modified time | relevance | path

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

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DPagedScrollBarView.java54 private final int mMaxThumbLength; field in PagedScrollBarView
89 mMaxThumbLength = getResources().getDimensionPixelSize(R.dimen.max_thumb_height); in PagedScrollBarView()
128 thumbLength = Math.max(Math.min(thumbLength, mMaxThumbLength), mMinThumbLength); in setParameters()