Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java6547 final ScrollabilityCache scrollabilityCache = mScrollCache;
6549 if (scrollabilityCache.scrollBar == null) {
6550 scrollabilityCache.scrollBar = new ScrollBarDrawable();
6551 scrollabilityCache.scrollBar.setState(getDrawableState());
6552 scrollabilityCache.scrollBar.setCallback(this);
6558 scrollabilityCache.state = ScrollabilityCache.ON;
6560 scrollabilityCache.fadeScrollBars = fadeScrollbars;
6563 scrollabilityCache.scrollBarFadeDuration = a.getInt(
6566 scrollabilityCache.scrollBarDefaultDelayBeforeFade = a.getInt(
6571 scrollabilityCache.scrollBarSize = a.getDimensionPixelSize(
[all …]