Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java352 int itemHeight = mNotificationItemView != null ? in updateHiddenShortcuts() local
355 float iconScale = ((float) itemHeight) / originalHeight; in updateHiddenShortcuts()
361 view.getLayoutParams().height = itemHeight; in updateHiddenShortcuts()