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
100 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 …]