Searched refs:mIconRow (Results 1 – 1 of 1) sorted by relevance
63 private LinearLayout mIconRow; field in NotificationFooterLayout100 mIconRow = findViewById(R.id.icon_row); in onFinishInflate()124 mIconRow.removeAllViews(); in commitNotificationInfos()147 mIconRow.addView(icon, 0, mIconLayoutParams); in addNotificationIconForInfo()154 final View firstNotification = mIconRow.getChildAt(mIconRow.getChildCount() - 1); in animateFirstNotificationTo()183 int numIcons = mIconRow.getChildCount() - 1; // All children besides the one leaving. in animateFirstNotificationTo()189 final View child = mIconRow.getChildAt(i); in animateFirstNotificationTo()198 mIconRow.removeView(child); in removeViewFromIconRow()201 if (mIconRow.getChildCount() == 0) { in removeViewFromIconRow()210 if (!isAttachedToWindow() || mIconRow.getChildCount() == 0) { in trimNotifications()[all …]