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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardRow.java62 * @param keyboardWidth the keyboard width that is required to calculate keyWidth attribute.
65 final int keyboardWidth) {
67 keyboardWidth, keyboardWidth, defaultKeyWidth);
79 * @param keyboardWidth the keyboard width that is required to calculate keyWidth attribute.
82 final int keyboardWidth) {
84 keyboardWidth, keyboardWidth, defaultRowAttr.mDefaultKeyWidth);
162 // keyboardWidth + keyXPos.
64 RowAttributes(final TypedArray keyAttr, final float defaultKeyWidth, final int keyboardWidth) argument
81 RowAttributes(final TypedArray keyAttr, final RowAttributes defaultRowAttr, final int keyboardWidth) argument
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info.cpp53 const int keyboardWidth, const int keyboardHeight, const int gridWidth,
64 CELL_WIDTH((keyboardWidth + gridWidth - 1) / gridWidth),
67 KEYBOARD_WIDTH(keyboardWidth), KEYBOARD_HEIGHT(keyboardHeight),
52 ProximityInfo(JNIEnv *env, const jstring localeJStr, const int keyboardWidth, const int keyboardHeight, const int gridWidth, const int gridHeight, const int mostCommonKeyWidth, const int mostCommonKeyHeight, const jintArray proximityChars, const int keyCount, const jintArray keyXCoordinates, const jintArray keyYCoordinates, const jintArray keyWidths, const jintArray keyHeights, const jintArray keyCharCodes, const jfloatArray sweetSpotCenterXs, const jfloatArray sweetSpotCenterYs, const jfloatArray sweetSpotRadii) argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutSet.java250 public Builder setKeyboardGeometry(final int keyboardWidth, final int keyboardHeight) { argument
251 mParams.mKeyboardWidth = keyboardWidth;

Completed in 510 milliseconds