Searched refs:mIconLayout (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationIconArea.java36 IconLayout mIconLayout; field in class:NotificationIconArea
41 mIconLayout = (IconLayout)findViewById(R.id.icons);
H A DTabletStatusBar.java162 NotificationIconArea.IconLayout mIconLayout; field in class:TabletStatusBar
482 mIconLayout = (NotificationIconArea.IconLayout) sb.findViewById(R.id.icons);
1345 if (mIconLayout == null) return;
1346 mIconLayout.removeAllViews();
1355 if (mIconLayout == null) return;
1365 if (mIconLayout.getChildCount() == 0) {
1383 mIconLayout.addView(iconView, params);
1396 Slog.d(TAG, "refreshing icons: " + N + " notifications, mIconLayout=" + mIconLayout);
1420 for (int i=0; i<mIconLayout
[all...]

Completed in 48 milliseconds