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

/frameworks/base/core/java/android/widget/
H A DExpandableListConnector.java34 * <li> flPos - Flat list position, the position used by ListView
102 * @param flPos the flat list position to be translated
107 PositionMetadata getUnflattenedPos(final int flPos) { argument
121 * either), so flPos must be a group and its group pos will be the
122 * same as its flPos
124 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, flPos,
146 if (flPos > midExpGm.lastChildFlPos) {
152 } else if (flPos < midExpGm.flPos) {
879 int flPos; field in class:ExpandableListConnector.GroupMetadata
902 obtain(int flPos, int lastChildFlPos, int gPos, long gId) argument
[all...]
H A DExpandableListView.java489 (pos.groupMetadata.lastChildFlPos == pos.groupMetadata.flPos);
533 pos.groupMetadata.lastChildFlPos != pos.groupMetadata.flPos)) {

Completed in 79 milliseconds