Searched refs:numActionsToShow (Results 1 – 1 of 1) sorted by relevance
8985 final int numActionsToShow = Math.min(mActionsToShowInCompact == null in makeMediaContentView() local8987 if (numActionsToShow > numActions) { in makeMediaContentView()8995 .hideTime(numActionsToShow > 1) // hide if actions wider than a right icon in makeMediaContentView()8996 .hideSubText(numActionsToShow > 1) // hide if actions wider than a right icon in makeMediaContentView()8998 .hideRightIcon(numActionsToShow > 0) // right icon or actions; not both in makeMediaContentView()9007 if (i < numActionsToShow) { in makeMediaContentView()9015 boolean hasActions = numActionsToShow != 0; in makeMediaContentView()