Searched refs:mScrollCache (Results 1 – 1 of 1) sorted by relevance
4143 private ScrollabilityCache mScrollCache; field in View5562 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize(5577 ScrollabilityCache cache = mScrollCache;5597 mScrollCache.fadingEdgeLength = length;5610 ScrollabilityCache cache = mScrollCache;5625 ScrollabilityCache cache = mScrollCache;5647 ScrollabilityCache cache = mScrollCache;5703 final ScrollabilityCache scrollabilityCache = mScrollCache;5787 if (mScrollCache == null) {5788 mScrollCache = new ScrollabilityCache(ViewConfiguration.get(mContext), this);[all …]