OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mMostCommonKeyWidth
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayout.java
39
public final int
mMostCommonKeyWidth
;
47
mMostCommonKeyWidth
= mostCommonKeyWidth;
Keyboard.java
76
public final int
mMostCommonKeyWidth
;
111
mMostCommonKeyWidth
= params.
mMostCommonKeyWidth
;
124
mOccupiedWidth, mOccupiedHeight,
mMostCommonKeyWidth
, mMostCommonKeyHeight,
127
mKeyboardLayout = KeyboardLayout.newKeyboardLayout(mSortedKeys,
mMostCommonKeyWidth
,
139
mMostCommonKeyWidth
= keyboard.
mMostCommonKeyWidth
;
ProximityInfo.java
53
private final int
mMostCommonKeyWidth
;
73
mMostCommonKeyWidth
= mostCommonKeyWidth;
182
* (float)Math.hypot(
mMostCommonKeyWidth
, mMostCommonKeyHeight);
223
mMostCommonKeyWidth
, mMostCommonKeyHeight, proximityCharsArray, keyCount,
245
final int defaultWidth =
mMostCommonKeyWidth
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java
85
public int
mMostCommonKeyWidth
= 0;
167
mMostCommonKeyWidth
= 0;
190
mMostCommonKeyWidth
= width;
Completed in 81 milliseconds