Home | History | Annotate | Download | only in widget

Lines Matching defs:BOTTOM

74     private static final int BOTTOM = 1;
201 * and above the bottom-pinned ones.
215 } else if (header.state == BOTTOM) {
267 * Set header to be pinned at the bottom.
276 header.state = BOTTOM;
319 int bottom = child.getBottom() - top;
321 if (bottom < headerHeight) {
322 int portion = bottom - headerHeight;
337 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
451 int bottom = getBottom();
457 if (header.state == BOTTOM && header.y < bottom) {
458 bottom = header.y;
470 mClipRect.set(0, top, getWidth(), bottom);
479 // First draw top headers, then the bottom ones to handle the Z axis correctly
489 if (header.visible && header.state == BOTTOM) {