Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DNotificationIconArea.java36 IconLayout mIconLayout; field in NotificationIconArea
41 mIconLayout = (IconLayout)findViewById(R.id.icons); in NotificationIconArea()
DTabletStatusBar.java170 NotificationIconArea.IconLayout mIconLayout; field in TabletStatusBar
488 mIconLayout = (NotificationIconArea.IconLayout) sb.findViewById(R.id.icons); in makeStatusBarView()
490 mIconLayout.setOnTouchListener(new NotificationIconTouchListener()); in makeStatusBarView()
1481 int numIcons = mIconLayout.getChildCount(); in onTouch()
1482 int newPeekIndex = (int)(event.getX() * numIcons / mIconLayout.getWidth()); in onTouch()
1604 if (mIconLayout == null) return; in reloadAllNotificationIcons()
1605 mIconLayout.removeAllViews(); in reloadAllNotificationIcons()
1613 if (mIconLayout == null) return; in updateNotificationIcons()
1623 if (mIconLayout.getChildCount() == 0) { in updateNotificationIcons()
1642 mIconLayout.addView(iconView, params); in updateNotificationIcons()
[all …]