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

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java151 private int mChildIndicatorLeft; field in class:ExpandableListView
250 mChildIndicatorLeft = a.getDimensionPixelSize(
336 mChildIndicatorLeft = mChildIndicatorEnd;
340 mChildIndicatorLeft = mChildIndicatorStart;
417 indicatorRect.left = (mChildIndicatorLeft == CHILD_INDICATOR_INHERIT) ?
418 mIndicatorLeft : mChildIndicatorLeft;
1173 mChildIndicatorLeft = left;

Completed in 36 milliseconds