Searched refs:rowHeight (Results 1 – 3 of 3) sorted by relevance
78 final int rowHeight, final int coordXInParent, final int parentKeyboardWidth, in setParameters() argument87 mDefaultRowHeight = rowHeight; in setParameters()287 final int keyWidth, rowHeight; in Builder() local297 rowHeight = keyPreviewVisibleHeight + mParams.mVerticalGap; in Builder()304 rowHeight = keyboard.mMostCommonKeyHeight; in Builder()314 rowHeight, key.getX() + key.getWidth() / 2, keyboard.mId.mWidth, in Builder()
262 final int rowHeight = row.getRowHeight(); in Key() local263 mHeight = rowHeight - mVerticalGap; in Key()274 keyYPos + rowHeight); in Key() local
68 final int rowHeight = in onLayout() local80 final int childTop = paddingTop + lp.topMargin + rowIndex * rowHeight; in onLayout()81 final int childBottom = childTop - lp.topMargin - lp.bottomMargin + rowHeight; in onLayout()