Home | History | Annotate | Download | only in list

Lines Matching refs:BOTTOM

74     private static final int BOTTOM = 1;
210 * and above the bottom-pinned ones.
224 } else if (header.state == BOTTOM) {
276 * Set header to be pinned at the bottom.
285 header.state = BOTTOM;
328 int bottom = child.getBottom() - top;
330 if (bottom < headerHeight) {
331 int portion = bottom - headerHeight;
346 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
484 int bottom = getBottom();
490 if (header.state == BOTTOM && header.y < bottom) {
491 bottom = header.y;
503 mClipRect.set(0, top, getWidth(), bottom);
512 // First draw top headers, then the bottom ones to handle the Z axis correctly
522 if (header.visible && header.state == BOTTOM) {