Searched defs: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 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.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 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
195 mIconSize = mContext.getResources().getDimensionPixelSize(
209 ViewGroup.LayoutParams.WRAP_CONTENT, mIconSize);
216 ViewGroup.LayoutParams.WRAP_CONTENT, mIconSize));
347 mDemoStatusIcons = new DemoStatusIcons(mStatusIcons, mIconSize);
585 ViewGroup.LayoutParams.WRAP_CONTENT, mIconSize);
592 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.java54 private final int mIconSize; field in class:NavigationMenuItemView
96 mIconSize = context.getResources().getDimensionPixelSize(
215 icon.setBounds(0, 0, mIconSize, mIconSize);
221 mEmptyDrawable.setBounds(0, 0, mIconSize, mIconSize);

Completed in 131 milliseconds