Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:getMinWidth

692     public int getMinWidth() {
726 mCellWidth = (getMinWidth() + GRID_WIDTH - 1) / GRID_WIDTH;
761 if (x >= 0 && x < getMinWidth() && y >= 0 && y < getHeight()) {