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

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java522 int flatListPosition = childIndex + mFirstPosition;
526 if (flatListPosition >= 0) {
527 final int adjustedPosition = getFlatPositionForConnector(flatListPosition);
543 super.drawDivider(canvas, bounds, flatListPosition);
625 * @param flatListPosition The absolute flat position
628 private int getFlatPositionForConnector(int flatListPosition) { argument
629 return flatListPosition - getHeaderViewsCount();
636 * @param flatListPosition The child/group flat position
639 private int getAbsoluteFlatPosition(int flatListPosition) { argument
640 return flatListPosition
887 getExpandableListPosition(int flatListPosition) argument
1116 createContextMenuInfo(View view, int flatListPosition, long id) argument
[all...]

Completed in 9 milliseconds