Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuView.java330 private void positionChildren(int menuWidth, int menuHeight) { in positionChildren() argument
352 final float itemHeight = (menuHeight - mHorizontalDividerHeight * (numRows - 1)) in positionChildren()