Home | History | Annotate | Download | only in widget

Lines Matching defs:NO_POSITION

80     static final int NO_POSITION = -1;
1182 heightSize = measureHeightOfChildren(widthMeasureSpec, 0, NO_POSITION, heightSize, -1);
1230 * shown. Specify {@link #NO_POSITION} if the last child should be
1264 endPosition = (endPosition == NO_POSITION) ? adapter.getCount() - 1 : endPosition;