Searched defs:NO_POSITION (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListView.java74 static final int NO_POSITION = -1; field in class:ListView
1155 heightSize = measureHeightOfChildren(widthMeasureSpec, 0, NO_POSITION, heightSize, -1);
1204 * shown. Specify {@link #NO_POSITION} if the last child should be
1238 endPosition = (endPosition == NO_POSITION) ? adapter.getCount() - 1 : endPosition;

Completed in 53 milliseconds