Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java364 int allowedCount = mNotificationItemView != null in updateHiddenShortcuts() local
370 view.setVisibility(i >= allowedCount ? GONE : VISIBLE); in updateHiddenShortcuts()