Searched defs:mChildIndicatorRight (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java147 private int mChildIndicatorRight; field in class:ExpandableListView
221 mChildIndicatorRight = a.getDimensionPixelSize(
297 indicatorRect.right = (mChildIndicatorRight == CHILD_INDICATOR_INHERIT) ?
298 mIndicatorRight : mChildIndicatorRight;
1043 mChildIndicatorRight = right;

Completed in 44 milliseconds