HomeSort by relevance Sort by last modified time
    Searched defs:flPos (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/util/
ExpandableListScenario.java 235 final int flPos = elv.getFlatListPosition(packedPosition);
239 convertView.setId(flPos);
243 int desiredHeight = getHeightForPosition(flPos);
244 return createView(packedPosition, flPos, parent, desiredHeight);
251 * @param flPos The flat list position (the position that the ListView goes by).
256 protected View createView(long packedPosition, int flPos, ViewGroup parent, int desiredHeight) {
266 result.setId(flPos);
  /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...]

Completed in 61 milliseconds