Searched refs:mDefaultWidth (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java105 private int mDefaultWidth; field in class:Keyboard
200 parent.mDisplayWidth, parent.mDefaultWidth);
539 mDefaultWidth = mDisplayWidth / 10;
541 mDefaultHeight = mDefaultWidth;
572 row.defaultWidth = mDefaultWidth;
580 || x + mDefaultWidth + horizontalPadding > mDisplayWidth) {
643 return mDefaultWidth;
647 mDefaultWidth = width;
834 mDefaultWidth = getDimensionOrFraction(a,
846 mProximityThreshold = (int) (mDefaultWidth * SEARCH_DISTANC
[all...]

Completed in 50 milliseconds