Searched refs:mKeyHeight (Results 1 – 3 of 3) sorted by relevance
96 private int mKeyHeight; field in Environment127 mKeyHeight = (int) (mScreenHeight * KEY_HEIGHT_RATIO_PORTRAIT); in onConfigurationChanged()131 mKeyHeight = (int) (mScreenHeight * KEY_HEIGHT_RATIO_LANDSCAPE); in onConfigurationChanged()174 return mKeyHeight; in getKeyHeight()187 return mKeyHeight * 4; in getSkbHeight()189 return mKeyHeight * 4; in getSkbHeight()
35 private final int mKeyHeight; field in ProximityInfo65 mKeyHeight = mostCommonKeyHeight; in ProximityInfo()90 mKeyHeight = o.mKeyHeight; in ProximityInfo()169 final int row = hitBox.top / mKeyHeight; in createNativeProximityInfo()
126 private int mKeyHeight; field in Keyboard