Searched defs: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) {
873 int flPos; field in class:ExpandableListConnector.GroupMetadata
896 obtain(int flPos, int lastChildFlPos, int gPos, long gId) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/util/
H A DExpandableListScenario.java232 final int flPos = elv.getFlatListPosition(packedPosition);
236 convertView.setId(flPos);
240 int desiredHeight = getHeightForPosition(flPos);
241 return createView(packedPosition, flPos, parent, desiredHeight);
248 * @param flPos The flat list position (the position that the ListView goes by).
253 protected View createView(long packedPosition, int flPos, ViewGroup parent, int desiredHeight) { argument
263 result.setId(flPos);

Completed in 15 milliseconds