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.java118 private Drawable mScrollIndicatorDrawable; field in ResolverDrawerLayout
175 mScrollIndicatorDrawable = mContext.getDrawable(R.drawable.scroll_indicator_material); in ResolverDrawerLayout()
643 if (mScrollIndicatorDrawable != null) {
962 if (mScrollIndicatorDrawable != null) {
963 mScrollIndicatorDrawable.draw(canvas);
1117 if (mScrollIndicatorDrawable != null) {
1122 final int top = bottom - mScrollIndicatorDrawable.getIntrinsicHeight();
1123 mScrollIndicatorDrawable.setBounds(left, top, right, bottom);
1126 mScrollIndicatorDrawable = null;
/frameworks/base/core/java/android/view/
DView.java4997 private Drawable mScrollIndicatorDrawable; field in View
7467 if (mScrollIndicatorDrawable == null) {
7468 mScrollIndicatorDrawable = mContext.getDrawable(R.drawable.scroll_indicator_material);
21946 final Drawable dr = mScrollIndicatorDrawable; in onDrawScrollIndicators()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62944 Landroid/view/View;->mScrollIndicatorDrawable:Landroid/graphics/drawable/Drawable;