Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DExpandableListView.java189 private Drawable mGroupIndicator; field in ExpandableListView
249 mGroupIndicator = a.getDrawable( in ExpandableListView()
257 if (mIndicatorRight == 0 && mGroupIndicator != null) { in ExpandableListView()
258 mIndicatorRight = mIndicatorLeft + mGroupIndicator.getIntrinsicWidth(); in ExpandableListView()
330 if (mIndicatorRight == 0 && mGroupIndicator != null) { in resolveIndicator()
331 mIndicatorRight = mIndicatorLeft + mGroupIndicator.getIntrinsicWidth(); in resolveIndicator()
364 if ((mChildIndicator == null) && (mGroupIndicator == null)) { in dispatchDraw()
490 indicator = mGroupIndicator; in getIndicator()
1236 mGroupIndicator = groupIndicator; in setGroupIndicator()
1237 if (mIndicatorRight == 0 && mGroupIndicator != null) { in setGroupIndicator()
[all …]