Searched refs:mIconSize (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAppIconDragShadowBuilder.java30 final int mIconSize; // Height and width in device-pixels. field in class:AppIconDragShadowBuilder
37 mIconSize = icon.getHeight() * ICON_SCALE;
42 size.set(mIconSize, mIconSize);
45 touch.set(mIconSize / 2, mIconSize * 2 / 3);
53 mDrawable.setBounds(0, 0, mIconSize, mIconSize);
H A DIconMerger.java32 private int mIconSize; field in class:IconMerger
47 mIconSize = res.getDimensionPixelSize(R.dimen.status_bar_icon_size);
62 return mIconSize + 2 * mIconHPadding;
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 DNotificationIconAreaController.java29 private int mIconSize; field in class:NotificationIconAreaController
81 mIconSize + 2 * mIconHPadding, getHeight());
86 mIconSize = res.getDimensionPixelSize(com.android.internal.R.dimen.status_bar_icon_size);
H A DStatusBarIconController.java82 private int mIconSize; field in class:StatusBarIconController
194 mIconSize = mContext.getResources().getDimensionPixelSize(
213 ViewGroup.LayoutParams.WRAP_CONTENT, mIconSize);
220 ViewGroup.LayoutParams.WRAP_CONTENT, mIconSize));
350 mDemoStatusIcons = new DemoStatusIcons(mStatusIcons, mIconSize);
588 ViewGroup.LayoutParams.WRAP_CONTENT, mIconSize);
595 ViewGroup.LayoutParams.WRAP_CONTENT, mIconSize);
/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/support/design/src/android/support/design/internal/
H A DNavigationMenuItemView.java45 private final int mIconSize; field in class:NavigationMenuItemView
67 mIconSize = context.getResources().getDimensionPixelSize(
151 icon.setBounds(0, 0, mIconSize, mIconSize);

Completed in 166 milliseconds