Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:getMinWidth

705     public int getMinWidth() {
739 mCellWidth = (getMinWidth() + GRID_WIDTH - 1) / GRID_WIDTH;
774 if (x >= 0 && x < getMinWidth() && y >= 0 && y < getHeight()) {