Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java170 protected static final float PHYSICAL_WIDTH_CM = 12; field in LeanbackKeyboardContainer
923 result.x = posXCm / PHYSICAL_WIDTH_CM * width + mRootView.getPaddingLeft(); in getAlignmentPosition()
937 float posXCm = (x - mRootView.getPaddingLeft()) * PHYSICAL_WIDTH_CM / width; in getPhysicalPosition()