Searched defs:drawDivider (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java389 void drawDivider(Canvas canvas, Rect bounds, int childIndex) { method in class:ExpandableListView
411 super.drawDivider(canvas, bounds, flatListPosition);
H A DListView.java3129 drawDivider(canvas, bounds, -1);
3147 drawDivider(canvas, bounds, i);
3192 drawDivider(canvas, bounds, i - 1);
3211 drawDivider(canvas, bounds, -1);
3239 void drawDivider(Canvas canvas, Rect bounds, int childIndex) { method in class:ListView

Completed in 111 milliseconds