Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java6001 final ScrollabilityCache scrollabilityCache = mScrollCache;
6003 if (scrollabilityCache.scrollBar == null) {
6004 scrollabilityCache.scrollBar = new ScrollBarDrawable();
6005 scrollabilityCache.scrollBar.setState(getDrawableState());
6006 scrollabilityCache.scrollBar.setCallback(this);
6012 scrollabilityCache.state = ScrollabilityCache.ON;
6014 scrollabilityCache.fadeScrollBars = fadeScrollbars;
6017 scrollabilityCache.scrollBarFadeDuration = a.getInt(
6020 scrollabilityCache.scrollBarDefaultDelayBeforeFade = a.getInt(
6025 scrollabilityCache.scrollBarSize = a.getDimensionPixelSize(
[all …]