Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java7294 final ScrollabilityCache scrollabilityCache = mScrollCache;
7296 if (scrollabilityCache.scrollBar == null) {
7297 scrollabilityCache.scrollBar = new ScrollBarDrawable();
7298 scrollabilityCache.scrollBar.setState(getDrawableState());
7299 scrollabilityCache.scrollBar.setCallback(this);
7305 scrollabilityCache.state = ScrollabilityCache.ON;
7307 scrollabilityCache.fadeScrollBars = fadeScrollbars;
7310 scrollabilityCache.scrollBarFadeDuration = a.getInt(
7313 scrollabilityCache.scrollBarDefaultDelayBeforeFade = a.getInt(
7318 scrollabilityCache.scrollBarSize = a.getDimensionPixelSize(
[all …]