Searched defs:mScrollCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java3292 private ScrollabilityCache mScrollCache; field in class:View
4366 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize(
4381 ScrollabilityCache cache = mScrollCache;
4401 mScrollCache.fadingEdgeLength = length;
4414 ScrollabilityCache cache = mScrollCache;
4429 ScrollabilityCache cache = mScrollCache;
4451 ScrollabilityCache cache = mScrollCache;
4507 final ScrollabilityCache scrollabilityCache = mScrollCache;
4580 if (mScrollCache == null) {
4581 mScrollCache
[all...]

Completed in 34 milliseconds