Searched refs:mChildIndicatorRight (Results 1 – 2 of 2) sorted by relevance
161 private int mChildIndicatorRight; field in ExpandableListView262 mChildIndicatorRight = a.getDimensionPixelSize( in ExpandableListView()342 mChildIndicatorRight = mChildIndicatorStart; in resolveChildIndicator()352 mChildIndicatorRight = mChildIndicatorEnd; in resolveChildIndicator()428 indicatorRect.right = (mChildIndicatorRight == CHILD_INDICATOR_INHERIT) ? in dispatchDraw()429 mIndicatorRight : mChildIndicatorRight; in dispatchDraw()1187 mChildIndicatorRight = right; in setChildIndicatorBounds()
81926 Landroid/widget/ExpandableListView;->mChildIndicatorRight:I