Searched refs:mChildIndicatorRight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java146 private int mChildIndicatorRight; field in class:ExpandableListView
218 mChildIndicatorRight = a.getDimensionPixelSize(
294 indicatorRect.right = (mChildIndicatorRight == CHILD_INDICATOR_INHERIT) ?
295 mIndicatorRight : mChildIndicatorRight;
1021 mChildIndicatorRight = right;

Completed in 5 milliseconds