Searched defs:mChildIndicatorLeft (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java141 private int mChildIndicatorLeft; field in class:ExpandableListView
219 mChildIndicatorLeft = a.getDimensionPixelSize(
295 indicatorRect.left = (mChildIndicatorLeft == CHILD_INDICATOR_INHERIT) ?
296 mIndicatorLeft : mChildIndicatorLeft;
1042 mChildIndicatorLeft = left;

Completed in 51 milliseconds