Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java7349 final ScrollabilityCache scrollabilityCache = mScrollCache;
7351 if (scrollabilityCache.scrollBar == null) {
7352 scrollabilityCache.scrollBar = new ScrollBarDrawable();
7353 scrollabilityCache.scrollBar.setState(getDrawableState());
7354 scrollabilityCache.scrollBar.setCallback(this);
7360 scrollabilityCache.state = ScrollabilityCache.ON;
7362 scrollabilityCache.fadeScrollBars = fadeScrollbars;
7365 scrollabilityCache.scrollBarFadeDuration = a.getInt(
7368 scrollabilityCache.scrollBarDefaultDelayBeforeFade = a.getInt(
7373 scrollabilityCache.scrollBarSize = a.getDimensionPixelSize(
[all …]