Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A 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;
/aosp14/frameworks/base/core/java/android/view/
H A DView.java4735 private Drawable mScrollIndicatorDrawable; field in View
7097 if (mScrollIndicatorDrawable == null) {
7098 mScrollIndicatorDrawable = mContext.getDrawable(R.drawable.scroll_indicator_material);
21075 final Drawable dr = mScrollIndicatorDrawable; in onDrawScrollIndicators()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63587 Landroid/view/View;->mScrollIndicatorDrawable:Landroid/graphics/drawable/Drawable;