Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1176 final int touchRight = visibleKeyboardView.getWidth(); in onComputeInsets() local
1181 outInsets.touchableRegion.set(touchLeft, touchTop, touchRight, touchBottom); in onComputeInsets()