Searched defs:mIconSize (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationOverflowIconsView.java37 private int mIconSize; field in class:NotificationOverflowIconsView
49 mIconSize = getResources().getDimensionPixelSize(
61 addView(v, mIconSize, mIconSize);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDemoStatusIcons.java35 private final int mIconSize; field in class:DemoStatusIcons
42 mIconSize = iconSize;
156 addView(v, 0, new LinearLayout.LayoutParams(mIconSize, mIconSize));
H A DIconMerger.java30 private int mIconSize; field in class:IconMerger
36 mIconSize = context.getResources().getDimensionPixelSize(
53 setMeasuredDimension(width - (width % mIconSize), getMeasuredHeight());
73 final boolean moreRequired = visibleChildren * mIconSize > width;
H A DStatusBarIconController.java79 private int mIconSize; field in class:StatusBarIconController
157 mIconSize = mContext.getResources().getDimensionPixelSize(
169 ViewGroup.LayoutParams.WRAP_CONTENT, mIconSize));
173 ViewGroup.LayoutParams.WRAP_CONTENT, mIconSize));
193 mIconSize + 2*mIconHPadding, mPhoneStatusBar.getStatusBarHeight());
279 mDemoStatusIcons = new DemoStatusIcons(mStatusIcons, mIconSize);
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuItemView.java41 private int mIconSize; field in class:NavigationMenuItemView
55 mIconSize = context.getResources().getDimensionPixelSize(
115 icon.setBounds(0, 0, mIconSize, mIconSize);

Completed in 268 milliseconds