Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DNotificationIconArea.java36 IconLayout mIconLayout;
41 mIconLayout = (IconLayout)findViewById(R.id.icons); in NotificationIconArea()
44 static class IconLayout extends LinearLayout { class in NotificationIconArea
45 public IconLayout(Context context, AttributeSet attrs) { in IconLayout() method in NotificationIconArea.IconLayout
DTabletStatusBar.java170 NotificationIconArea.IconLayout mIconLayout;
488 mIconLayout = (NotificationIconArea.IconLayout) sb.findViewById(R.id.icons); in makeStatusBarView()