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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationOverflowIconsView.java38 private int mIconSize; field in class:NotificationOverflowIconsView
50 mIconSize = getResources().getDimensionPixelSize(
62 addView(v, mIconSize, mIconSize);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDemoStatusIcons.java34 private final int mIconSize; field in class:DemoStatusIcons
41 mIconSize = iconSize;
165 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 DPhoneStatusBar.java267 int mIconSize = -1; field in class:PhoneStatusBar
636 mIconSize = res.getDimensionPixelSize(com.android.internal.R.dimen.status_bar_icon_size);
1283 LayoutParams.WRAP_CONTENT, mIconSize));
1287 LayoutParams.WRAP_CONTENT, mIconSize));
1592 = new LinearLayout.LayoutParams(mIconSize + 2*mIconHPadding, mNaturalBarHeight);
3291 if (newIconHPadding != mIconHPadding || newIconSize != mIconSize) {
3294 mIconSize = newIconSize;
3556 mDemoStatusIcons = new DemoStatusIcons(mStatusIcons, mIconSize);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardMultiUserAvatar.java59 private final float mIconSize; field in class:KeyguardMultiUserAvatar
96 mIconSize = res.getDimension(R.dimen.keyguard_avatar_size);
130 || !mFramed.verifyParams(mIconSize, mFrameColor, mStroke, mFrameShadowColor,
144 mFramed = new KeyguardCircleFramedDrawable(icon, (int) mIconSize, mFrameColor, mStroke,
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java100 private int mIconSize; field in class:ResolverActivity
233 mIconSize = am.getLauncherLargeIconSize();

Completed in 460 milliseconds