Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/util/
DExpandableListScenario.java235 final int flPos = elv.getFlatListPosition(packedPosition); in getView() local
239 convertView.setId(flPos); in getView()
243 int desiredHeight = getHeightForPosition(flPos); in getView()
244 return createView(packedPosition, flPos, parent, desiredHeight); in getView()
256 protected View createView(long packedPosition, int flPos, ViewGroup parent, int desiredHeight) { in createView() argument
266 result.setId(flPos); in createView()