HomeSort by relevance Sort by last modified time
    Searched full:flpos (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 34 * <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) {
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) {
    [all...]
ExpandableListView.java 351 (pos.groupMetadata.lastChildFlPos == pos.groupMetadata.flPos);
396 pos.groupMetadata.lastChildFlPos != pos.groupMetadata.flPos)) {
    [all...]
  /cts/tests/src/android/widget/cts/util/
ExpandableListScenario.java 232 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) {
263 result.setId(flPos);
  /frameworks/base/core/tests/coretests/src/android/util/
ExpandableListScenario.java 232 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) {
263 result.setId(flPos);

Completed in 449 milliseconds