Home | History | Annotate | Download | only in widget

Lines Matching refs:BOTTOM

74     private static final int BOTTOM = 1;
199 * and above the bottom-pinned ones.
213 } else if (header.state == BOTTOM) {
264 * Set header to be pinned at the bottom.
273 header.state = BOTTOM;
316 int bottom = child.getBottom() - top;
318 if (bottom < headerHeight) {
319 int portion = bottom - headerHeight;
334 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
448 int bottom = getBottom();
454 if (header.state == BOTTOM && header.y < bottom) {
455 bottom = header.y;
467 mClipRect.set(0, top, getWidth(), bottom);
476 // First draw top headers, then the bottom ones to handle the Z axis correctly
486 if (header.visible && header.state == BOTTOM) {