OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mMostCommonKeyHeight
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java
67
public final int
mMostCommonKeyHeight
;
94
mMostCommonKeyHeight
= params.
mMostCommonKeyHeight
;
110
mMostCommonKeyWidth,
mMostCommonKeyHeight
, mKeys, params.mTouchPositionCorrection);
121
mMostCommonKeyHeight
= keyboard.
mMostCommonKeyHeight
;
ProximityInfo.java
49
private final int
mMostCommonKeyHeight
;
70
mMostCommonKeyHeight
= mostCommonKeyHeight;
179
* (float)Math.hypot(mMostCommonKeyWidth,
mMostCommonKeyHeight
);
190
final int row = hitBox.top /
mMostCommonKeyHeight
;
220
mGridWidth, mGridHeight, mMostCommonKeyWidth,
mMostCommonKeyHeight
,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java
71
public int
mMostCommonKeyHeight
= 0;
111
mMostCommonKeyHeight
= 0;
132
mMostCommonKeyHeight
= height;
Completed in 597 milliseconds