Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java4735 private ScrollabilityCache mScrollCache; field in View
6395 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize(
6410 ScrollabilityCache cache = mScrollCache;
6430 mScrollCache.fadingEdgeLength = length;
6443 ScrollabilityCache cache = mScrollCache;
6458 ScrollabilityCache cache = mScrollCache;
6480 ScrollabilityCache cache = mScrollCache;
6524 if (mScrollCache.scrollBar == null) {
6525 mScrollCache.scrollBar = new ScrollBarDrawable();
6526 mScrollCache.scrollBar.setState(getDrawableState());
[all …]