Home
last modified time | relevance | path

Searched defs:packedPosition (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/util/
DExpandableListScenario.java178 public final String getValueAtPosition(long packedPosition) { in getValueAtPosition()
199 private boolean isOutOfBounds(long packedPosition) { in isOutOfBounds()
229 private View getView(long packedPosition, View convertView, ViewGroup parent) { in getView()
256 protected View createView(long packedPosition, int flPos, ViewGroup parent, int desiredHeight) { in createView()
/cts/tests/tests/widget/src/android/widget/cts/
DPositionTesterContextMenuListener.java71 long packedPosition = elvMenuInfo.packedPosition; in onCreateContextMenu() local