Home
last modified time | relevance | path

Searched refs:flatListPos (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DExpandableListPosition.java59 int flatListPos; field in ExpandableListPosition
69 flatListPos = 0; in resetState()
106 static ExpandableListPosition obtain(int type, int groupPos, int childPos, int flatListPos) { in obtain() argument
111 elp.flatListPos = flatListPos; in obtain()
DExpandableListConnector.java374 public boolean isEnabled(int flatListPos) { in isEnabled() argument
375 final PositionMetadata metadata = getUnflattenedPos(flatListPos); in isEnabled()
400 public Object getItem(int flatListPos) { in getItem() argument
401 final PositionMetadata posMetadata = getUnflattenedPos(flatListPos); in getItem()
420 public long getItemId(int flatListPos) { in getItemId() argument
421 final PositionMetadata posMetadata = getUnflattenedPos(flatListPos); in getItemId()
441 public View getView(int flatListPos, View convertView, ViewGroup parent) { in getView() argument
442 final PositionMetadata posMetadata = getUnflattenedPos(flatListPos); in getView()
449 final boolean isLastChild = posMetadata.groupMetadata.lastChildFlPos == flatListPos; in getView()
464 public int getItemViewType(int flatListPos) { in getItemViewType() argument
[all …]
DExpandableListView.java499 final int stateSet[] = pos.position.flatListPos == pos.groupMetadata.lastChildFlPos in getIndicator()
702 final int groupFlatPos = posMetadata.position.flatListPos; in handleItemClick()
757 final int groupFlatPos = pm.position.flatListPos; in expandGroup()
915 final int flatListPosition = pm.position.flatListPos; in getFlatListPosition()
966 final int absoluteFlatPosition = getAbsoluteFlatPosition(pm.position.flatListPos); in setSelectedGroup()
1003 int absoluteFlatPosition = getAbsoluteFlatPosition(flatChildPos.position.flatListPos); in setSelectedChild()