Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java6424 final ScrollabilityCache scrollabilityCache = mScrollCache;
6426 if (scrollabilityCache.scrollBar == null) {
6427 scrollabilityCache.scrollBar = new ScrollBarDrawable();
6428 scrollabilityCache.scrollBar.setState(getDrawableState());
6429 scrollabilityCache.scrollBar.setCallback(this);
6435 scrollabilityCache.state = ScrollabilityCache.ON;
6437 scrollabilityCache.fadeScrollBars = fadeScrollbars;
6440 scrollabilityCache.scrollBarFadeDuration = a.getInt(
6443 scrollabilityCache.scrollBarDefaultDelayBeforeFade = a.getInt(
6448 scrollabilityCache.scrollBarSize = a.getDimensionPixelSize(
[all …]