Searched refs:mChildIndicatorRight (Results 1 – 2 of 2) sorted by relevance
163 private int mChildIndicatorRight; field in ExpandableListView264 mChildIndicatorRight = a.getDimensionPixelSize( in ExpandableListView()344 mChildIndicatorRight = mChildIndicatorStart; in resolveChildIndicator()354 mChildIndicatorRight = mChildIndicatorEnd; in resolveChildIndicator()430 indicatorRect.right = (mChildIndicatorRight == CHILD_INDICATOR_INHERIT) ? in dispatchDraw()431 mIndicatorRight : mChildIndicatorRight; in dispatchDraw()1214 mChildIndicatorRight = right; in setChildIndicatorBounds()
66854 Landroid/widget/ExpandableListView;->mChildIndicatorRight:I