Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DResolverDrawerLayout.java95 private Drawable mScrollIndicatorDrawable; field in ResolverDrawerLayout
141 mScrollIndicatorDrawable = mContext.getDrawable(R.drawable.scroll_indicator_material); in ResolverDrawerLayout()
510 if (mScrollIndicatorDrawable != null) {
783 if (mScrollIndicatorDrawable != null) {
784 mScrollIndicatorDrawable.draw(canvas);
888 if (mScrollIndicatorDrawable != null) {
893 final int top = bottom - mScrollIndicatorDrawable.getIntrinsicHeight();
894 mScrollIndicatorDrawable.setBounds(left, top, right, bottom);
897 mScrollIndicatorDrawable = null;
/frameworks/base/core/java/android/view/
DView.java4210 private Drawable mScrollIndicatorDrawable; field in View
6074 if (mScrollIndicatorDrawable == null) {
6075 mScrollIndicatorDrawable = mContext.getDrawable(R.drawable.scroll_indicator_material);
17471 final Drawable dr = mScrollIndicatorDrawable; in onDrawScrollIndicators()
/frameworks/base/config/
Dhiddenapi-private-dex.txt97410 Landroid/view/View;->mScrollIndicatorDrawable:Landroid/graphics/drawable/Drawable;