OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mNeedHorizontalScrollbar
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
FastScroller.java
112
private boolean
mNeedHorizontalScrollbar
= false;
288
if (
mNeedHorizontalScrollbar
) {
350
mNeedHorizontalScrollbar
= horizontalContentLength - horizontalVisibleLength > 0
353
if (!mNeedVerticalScrollbar && !
mNeedHorizontalScrollbar
) {
368
if (
mNeedHorizontalScrollbar
) {
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
FastScroller.java
109
private boolean
mNeedHorizontalScrollbar
= false;
285
if (
mNeedHorizontalScrollbar
) {
347
mNeedHorizontalScrollbar
= horizontalContentLength - horizontalVisibleLength > 0
350
if (!mNeedVerticalScrollbar && !
mNeedHorizontalScrollbar
) {
365
if (
mNeedHorizontalScrollbar
) {
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 101 milliseconds