Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java6974 final Rect bounds = mScrollCache.mScrollBarBounds;
7001 final Rect bounds = mScrollCache.mScrollBarBounds;
15562 final Rect bounds = mScrollCache.mScrollBarBounds;
15591 final Rect bounds = mScrollCache.mScrollBarBounds;
19813 final Rect bounds = cache.mScrollBarBounds; in onDrawScrollBars()
19829 final Rect bounds = cache.mScrollBarBounds; in onDrawScrollBars()
19842 final Rect bounds = cache.mScrollBarBounds; in onDrawScrollBars()
29331 public final Rect mScrollBarBounds = new Rect(); field in View.ScrollabilityCache