Home
last modified time | relevance | path

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

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