Searched refs:mNeedHorizontalScrollbar (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DFastScroller.java109 private boolean mNeedHorizontalScrollbar = false; field in class:FastScroller
285 if (mNeedHorizontalScrollbar) {
347 mNeedHorizontalScrollbar = horizontalContentLength - horizontalVisibleLength > 0
350 if (!mNeedVerticalScrollbar && !mNeedHorizontalScrollbar) {
365 if (mNeedHorizontalScrollbar) {

Completed in 58 milliseconds