Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java175 protected static final float PHYSICAL_HEIGHT_CM = 5; field in LeanbackKeyboardContainer
924 result.y = posYCm / PHYSICAL_HEIGHT_CM * height + mRootView.getPaddingTop(); in getAlignmentPosition()
938 float posYCm = (y - mRootView.getPaddingTop()) * PHYSICAL_HEIGHT_CM / height; in getPhysicalPosition()