Searched defs:getMinWidth (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java662 public int getMinWidth() { method in class:Keyboard
702 mCellWidth = (getMinWidth() + GRID_WIDTH - 1) / GRID_WIDTH;
738 if (x >= 0 && x < getMinWidth() && y >= 0 && y < getHeight()) {

Completed in 57 milliseconds