Searched refs:mIconLayoutParams (Results 1 – 1 of 1) sorted by relevance
61 FrameLayout.LayoutParams mIconLayoutParams; field in NotificationFooterLayout81 mIconLayoutParams = new LayoutParams(iconSize, iconSize); in NotificationFooterLayout()82 mIconLayoutParams.gravity = Gravity.CENTER_VERTICAL; in NotificationFooterLayout()91 mIconLayoutParams.setMarginStart(availableIconRowSpace / MAX_FOOTER_NOTIFICATIONS); in NotificationFooterLayout()147 mIconRow.addView(icon, 0, mIconLayoutParams); in addNotificationIconForInfo()173 int gapWidth = mIconLayoutParams.width + mIconLayoutParams.getMarginStart(); in animateFirstNotificationTo()