Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:bottomEdge

462             boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0;
466 && (y < this.y + this.height || (bottomEdge && y >= this.y))) {