Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationFooterLayout.java61 FrameLayout.LayoutParams mIconLayoutParams; field in NotificationFooterLayout
81 mIconLayoutParams = new LayoutParams(iconSize, iconSize); in NotificationFooterLayout()
82 mIconLayoutParams.gravity = Gravity.CENTER_VERTICAL; in NotificationFooterLayout()
104 mIconLayoutParams.setMarginStart(availableIconRowSpace / MAX_FOOTER_NOTIFICATIONS); in setWidth()
158 mIconRow.addView(icon, 0, mIconLayoutParams); in addNotificationIconForInfo()
184 int gapWidth = mIconLayoutParams.width + mIconLayoutParams.getMarginStart(); in animateFirstNotificationTo()