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

/frameworks/base/core/java/android/view/
H A DView.java4414 private ScrollabilityCache mScrollCache; field in class:View
5860 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize(
5875 ScrollabilityCache cache = mScrollCache;
5895 mScrollCache.fadingEdgeLength = length;
5908 ScrollabilityCache cache = mScrollCache;
5923 ScrollabilityCache cache = mScrollCache;
5945 ScrollabilityCache cache = mScrollCache;
6001 final ScrollabilityCache scrollabilityCache = mScrollCache;
6085 if (mScrollCache == null) {
6086 mScrollCache
[all...]

Completed in 1095 milliseconds