Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java6715 final ScrollabilityCache scrollabilityCache = mScrollCache;
6717 if (scrollabilityCache.scrollBar == null) {
6718 scrollabilityCache.scrollBar = new ScrollBarDrawable();
6719 scrollabilityCache.scrollBar.setState(getDrawableState());
6720 scrollabilityCache.scrollBar.setCallback(this);
6726 scrollabilityCache.state = ScrollabilityCache.ON;
6728 scrollabilityCache.fadeScrollBars = fadeScrollbars;
6731 scrollabilityCache.scrollBarFadeDuration = a.getInt(
6734 scrollabilityCache.scrollBarDefaultDelayBeforeFade = a.getInt(
6739 scrollabilityCache.scrollBarSize = a.getDimensionPixelSize(
[all …]