Searched defs:keyHeight (Results 1 – 5 of 5) sorted by relevance
275 public void updateKeyHeight(int keyHeight) { in updateKeyHeight()332 public void updateKeyHeight(int keyHeight) { in updateKeyHeight()400 final int keyHeight = keyboard.mMostCommonKeyHeight - keyboard.mVerticalGap; in setKeyboard() local545 final int keyHeight = key.mHeight; in onBufferDrawKey() local
212 final int keyHeight = row.mRowHeight; in Key() local238 mHitBox.set((int)keyXPos, keyYPos, (int)(keyXPos + keyWidth) + 1, keyYPos + keyHeight); in Key() local
47 int keyHeight, List<Key> keys, TouchPositionCorrection touchPositionCorrection) { in ProximityInfo()
264 int keyHeight = mEnvironment.getKeyHeight(); in updateSkbLayout() local
299 float keyHeight; field in XmlKeyboardLoader.KeyCommonAttributes