Searched refs:mChildIndicatorRight (Results 1 – 2 of 2) sorted by relevance
162 private int mChildIndicatorRight; field in ExpandableListView263 mChildIndicatorRight = a.getDimensionPixelSize( in ExpandableListView()343 mChildIndicatorRight = mChildIndicatorStart; in resolveChildIndicator()353 mChildIndicatorRight = mChildIndicatorEnd; in resolveChildIndicator()429 indicatorRect.right = (mChildIndicatorRight == CHILD_INDICATOR_INHERIT) ? in dispatchDraw()430 mIndicatorRight : mChildIndicatorRight; in dispatchDraw()1206 mChildIndicatorRight = right; in setChildIndicatorBounds()
67497 Landroid/widget/ExpandableListView;->mChildIndicatorRight:I