Searched refs:mScrollIndicatorDrawable (Results 1 – 1 of 1) sorted by relevance
103 private Drawable mScrollIndicatorDrawable; field in ResolverDrawerLayout152 mScrollIndicatorDrawable = mContext.getDrawable(R.drawable.scroll_indicator_material); in ResolverDrawerLayout()553 if (mScrollIndicatorDrawable != null) {836 if (mScrollIndicatorDrawable != null) {837 mScrollIndicatorDrawable.draw(canvas);962 if (mScrollIndicatorDrawable != null) {967 final int top = bottom - mScrollIndicatorDrawable.getIntrinsicHeight();968 mScrollIndicatorDrawable.setBounds(left, top, right, bottom);971 mScrollIndicatorDrawable = null;