Searched refs:baseHeight (Results 1 – 2 of 2) sorted by relevance
265 final int baseHeight = params.mOccupiedHeight - params.mTopPadding in parseKeyboardAttributes() local267 params.mBaseHeight = baseHeight; in parseKeyboardAttributes()269 R.styleable.Keyboard_rowHeight, baseHeight, baseHeight / DEFAULT_KEYBOARD_ROWS); in parseKeyboardAttributes()
565 final int baseHeight = Math.min(endingHeight, startingHeight); in onItemExpanded()613 view.getLayoutParams().height = (int) (value * distance + baseHeight); in onItemExpanded()