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.java363 int itemHeight = mNotificationItemView != null ? in updateHiddenShortcuts() local
366 float iconScale = ((float) itemHeight) / originalHeight; in updateHiddenShortcuts()
372 view.getLayoutParams().height = itemHeight; in updateHiddenShortcuts()