Searched refs:mMinThumbLength (Results 1 – 1 of 1) sorted by relevance
53 private final int mMinThumbLength; field in PagedScrollBarView88 mMinThumbLength = getResources().getDimensionPixelSize(R.dimen.min_thumb_height); in PagedScrollBarView()128 thumbLength = Math.max(Math.min(thumbLength, mMaxThumbLength), mMinThumbLength); in setParameters()