Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java2379 private ScrollabilityCache mScrollCache; field in View
3143 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize( in initializeFadingEdge()
3158 ScrollabilityCache cache = mScrollCache; in getVerticalFadingEdgeLength()
3178 mScrollCache.fadingEdgeLength = length; in setFadingEdgeLength()
3191 ScrollabilityCache cache = mScrollCache; in getHorizontalFadingEdgeLength()
3206 ScrollabilityCache cache = mScrollCache; in getVerticalScrollbarWidth()
3228 ScrollabilityCache cache = mScrollCache; in getHorizontalScrollbarHeight()
3257 final ScrollabilityCache scrollabilityCache = mScrollCache; in initializeScrollbars()
3321 if (mScrollCache == null) { in initScrollCache()
3322 mScrollCache = new ScrollabilityCache(ViewConfiguration.get(mContext), this); in initScrollCache()
[all …]