Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java3292 private ScrollabilityCache mScrollCache; field in View
4366 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize( in initializeFadingEdgeInternal()
4381 ScrollabilityCache cache = mScrollCache; in getVerticalFadingEdgeLength()
4401 mScrollCache.fadingEdgeLength = length; in setFadingEdgeLength()
4414 ScrollabilityCache cache = mScrollCache; in getHorizontalFadingEdgeLength()
4429 ScrollabilityCache cache = mScrollCache; in getVerticalScrollbarWidth()
4451 ScrollabilityCache cache = mScrollCache; in getHorizontalScrollbarHeight()
4507 final ScrollabilityCache scrollabilityCache = mScrollCache; in initializeScrollbarsInternal()
4580 if (mScrollCache == null) { in initScrollCache()
4581 mScrollCache = new ScrollabilityCache(ViewConfiguration.get(mContext), this); in initScrollCache()
[all …]