Searched refs:numActionsToShow (Results 1 – 1 of 1) sorted by relevance
10284 final int numActionsToShow = Math.min(mActionsToShowInCompact == null in makeMediaContentView() local10286 if (numActionsToShow > numActions) { in makeMediaContentView()10294 .hideTime(numActionsToShow > 1) // hide if actions wider than a right icon in makeMediaContentView()10295 .hideSubText(numActionsToShow > 1) // hide if actions wider than a right icon in makeMediaContentView()10297 .hideRightIcon(numActionsToShow > 0) // right icon or actions; not both in makeMediaContentView()10306 if (i < numActionsToShow) { in makeMediaContentView()10314 boolean hasActions = numActionsToShow != 0; in makeMediaContentView()