Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java3650 private ScrollabilityCache mScrollCache; field in View
4949 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize( in initializeFadingEdgeInternal()
4964 ScrollabilityCache cache = mScrollCache; in getVerticalFadingEdgeLength()
4984 mScrollCache.fadingEdgeLength = length; in setFadingEdgeLength()
4997 ScrollabilityCache cache = mScrollCache; in getHorizontalFadingEdgeLength()
5012 ScrollabilityCache cache = mScrollCache; in getVerticalScrollbarWidth()
5034 ScrollabilityCache cache = mScrollCache; in getHorizontalScrollbarHeight()
5090 final ScrollabilityCache scrollabilityCache = mScrollCache; in initializeScrollbarsInternal()
5174 if (mScrollCache == null) { in initScrollCache()
5175 mScrollCache = new ScrollabilityCache(ViewConfiguration.get(mContext), this); in initScrollCache()
[all …]