Searched refs:menuHeight (Results 1 – 2 of 2) sorted by relevance
137 final int menuHeight = (padding + iconWidthHeight) * mTargets.size() + padding; in setUpMatrices() local139 mMenuHalfHeight = menuHeight / 2; in setUpMatrices()146 mMenuWindowHeight = menuHeight + margin * 2; in setUpMatrices()
330 private void positionChildren(int menuWidth, int menuHeight) { in positionChildren() argument352 final float itemHeight = (menuHeight - mHorizontalDividerHeight * (numRows - 1)) in positionChildren()