Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActionMenuView.java503 final int spacerCount = nonOverflowCount - (hasOverflow ? 0 : 1); in onLayout() local
504 final int spacerSize = Math.max(0, spacerCount > 0 ? widthRemaining / spacerCount : 0); in onLayout()