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

/frameworks/base/core/java/android/view/
H A DView.java4181 private ScrollabilityCache mScrollCache; field in class:View
5600 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize(
5615 ScrollabilityCache cache = mScrollCache;
5635 mScrollCache.fadingEdgeLength = length;
5648 ScrollabilityCache cache = mScrollCache;
5663 ScrollabilityCache cache = mScrollCache;
5685 ScrollabilityCache cache = mScrollCache;
5741 final ScrollabilityCache scrollabilityCache = mScrollCache;
5825 if (mScrollCache == null) {
5826 mScrollCache
[all...]

Completed in 35 milliseconds