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

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java163 private int mChildIndicatorStart; field in class:ExpandableListView
267 mChildIndicatorStart = a.getDimensionPixelSize(
332 if (mChildIndicatorStart >= CHILD_INDICATOR_INHERIT) {
333 mChildIndicatorRight = mChildIndicatorStart;
339 if (mChildIndicatorStart >= CHILD_INDICATOR_INHERIT) {
340 mChildIndicatorLeft = mChildIndicatorStart;
1190 mChildIndicatorStart = start;

Completed in 37 milliseconds