Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DExpandableListView.java188 private Drawable mGroupIndicator; field in ExpandableListView
248 mGroupIndicator = a.getDrawable( in ExpandableListView()
256 if (mIndicatorRight == 0 && mGroupIndicator != null) { in ExpandableListView()
257 mIndicatorRight = mIndicatorLeft + mGroupIndicator.getIntrinsicWidth(); in ExpandableListView()
329 if (mIndicatorRight == 0 && mGroupIndicator != null) { in resolveIndicator()
330 mIndicatorRight = mIndicatorLeft + mGroupIndicator.getIntrinsicWidth(); in resolveIndicator()
363 if ((mChildIndicator == null) && (mGroupIndicator == null)) { in dispatchDraw()
489 indicator = mGroupIndicator; in getIndicator()
1217 mGroupIndicator = groupIndicator; in setGroupIndicator()
1218 if (mIndicatorRight == 0 && mGroupIndicator != null) { in setGroupIndicator()
[all …]