Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysKeyboard.java76 final int rowHeight, final int coordXInParent, final int parentKeyboardWidth, in setParameters() argument
85 mDefaultRowHeight = rowHeight; in setParameters()
285 final int keyWidth, rowHeight; in Builder() local
295 rowHeight = keyPreviewVisibleHeight + mParams.mVerticalGap; in Builder()
302 rowHeight = keyboard.mMostCommonKeyHeight; in Builder()
312 rowHeight, key.getX() + key.getWidth() / 2, keyboard.mId.mWidth, in Builder()
DKey.java239 final int rowHeight = row.getRowHeight(); in Key() local
240 mHeight = rowHeight - params.mVerticalGap; in Key()
251 keyYPos + rowHeight); in Key() local
/packages/apps/Calculator/src/com/android/calculator2/
DCalculatorPadLayout.java68 final int rowHeight = in onLayout() local
80 final int childTop = paddingTop + lp.topMargin + rowIndex * rowHeight; in onLayout()
81 final int childBottom = childTop - lp.topMargin - lp.bottomMargin + rowHeight; in onLayout()