Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java5249 private ScrollabilityCache mScrollCache; field in View
7073 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize(
7088 ScrollabilityCache cache = mScrollCache;
7108 mScrollCache.fadingEdgeLength = length;
7190 ScrollabilityCache cache = mScrollCache;
7205 ScrollabilityCache cache = mScrollCache;
7227 ScrollabilityCache cache = mScrollCache;
7271 if (mScrollCache.scrollBar == null) {
7272 mScrollCache.scrollBar = new ScrollBarDrawable();
7273 mScrollCache.scrollBar.setState(getDrawableState());
[all …]