Home
last modified time | relevance | path

Searched refs:keyboardViewWidth (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyPreviewChoreographer.java98 final KeyDrawParams drawParams, final int keyboardViewWidth, final int[] keyboardOrigin, in placeAndShowKeyPreview() argument
102 key, keyPreviewView, iconsSet, drawParams, keyboardViewWidth, keyboardOrigin); in placeAndShowKeyPreview()
108 final int keyboardViewWidth, final int[] originCoords) { in placeKeyPreview() argument
125 } else if (previewX > keyboardViewWidth - previewWidth) { in placeKeyPreview()
126 previewX = keyboardViewWidth - previewWidth; in placeKeyPreview()