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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListPopupWindow.java1063 0, DropDownListView.NO_POSITION, maxHeight - otherHeights, -1);
1156 static final int NO_POSITION = -1; field in class:ListPopupWindow.DropDownListView
1260 * shown. Specify {@link #NO_POSITION} if the last child
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java1124 0, ListView.NO_POSITION, maxHeight - otherHeights, -1);
H A DListView.java77 static final int NO_POSITION = -1; field in class:ListView
1159 heightSize = measureHeightOfChildren(widthMeasureSpec, 0, NO_POSITION, heightSize, -1);
1207 * shown. Specify {@link #NO_POSITION} if the last child should be
1241 endPosition = (endPosition == NO_POSITION) ? adapter.getCount() - 1 : endPosition;

Completed in 85 milliseconds