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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMoreKeysKeyboard.java272 * @param keyPreviewVisibleHeight the height of visible part of key popup preview
277 final int keyPreviewVisibleHeight, final Paint paintToMeasure) {
297 rowHeight = keyPreviewVisibleHeight + mParams.mVerticalGap;
275 Builder(final Context context, final Key key, final Keyboard keyboard, final boolean isSingleMoreKeyWithPreview, final int keyPreviewVisibleWidth, final int keyPreviewVisibleHeight, final Paint paintToMeasure) argument

Completed in 11 milliseconds