Searched refs:mIconLayout (Results 1 – 2 of 2) sorted by relevance
36 IconLayout mIconLayout; field in NotificationIconArea41 mIconLayout = (IconLayout)findViewById(R.id.icons); in NotificationIconArea()
170 NotificationIconArea.IconLayout mIconLayout; field in TabletStatusBar488 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 …]