Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DExpandableListView.java190 private Drawable mGroupIndicator; field in ExpandableListView
250 mGroupIndicator = a.getDrawable( in ExpandableListView()
258 if (mIndicatorRight == 0 && mGroupIndicator != null) { in ExpandableListView()
259 mIndicatorRight = mIndicatorLeft + mGroupIndicator.getIntrinsicWidth(); in ExpandableListView()
331 if (mIndicatorRight == 0 && mGroupIndicator != null) { in resolveIndicator()
332 mIndicatorRight = mIndicatorLeft + mGroupIndicator.getIntrinsicWidth(); in resolveIndicator()
365 if ((mChildIndicator == null) && (mGroupIndicator == null)) { in dispatchDraw()
491 indicator = mGroupIndicator; in getIndicator()
1244 mGroupIndicator = groupIndicator; in setGroupIndicator()
1245 if (mIndicatorRight == 0 && mGroupIndicator != null) { in setGroupIndicator()
[all …]