Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationFooterLayout.java63 private LinearLayout mIconRow; field in NotificationFooterLayout
111 mIconRow = findViewById(R.id.icon_row); in onFinishInflate()
135 mIconRow.removeAllViews(); in commitNotificationInfos()
158 mIconRow.addView(icon, 0, mIconLayoutParams); in addNotificationIconForInfo()
165 final View firstNotification = mIconRow.getChildAt(mIconRow.getChildCount() - 1); in animateFirstNotificationTo()
194 int numIcons = mIconRow.getChildCount() - 1; // All children besides the one leaving. in animateFirstNotificationTo()
200 final View child = mIconRow.getChildAt(i); in animateFirstNotificationTo()
209 mIconRow.removeView(child); in removeViewFromIconRow()
212 if (mIconRow.getChildCount() == 0) { in removeViewFromIconRow()
221 if (!isAttachedToWindow() || mIconRow.getChildCount() == 0) { in trimNotifications()
[all …]