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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
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 DDemoStatusIcons.java34 private final int mIconSize; field in class:DemoStatusIcons
41 mIconSize = iconSize;
149 addView(v, 0, new LinearLayout.LayoutParams(mIconSize, mIconSize));
H A DPhoneStatusBar.java166 int mIconSize = -1; field in class:PhoneStatusBar
375 mIconSize = res.getDimensionPixelSize(com.android.internal.R.dimen.status_bar_icon_size);
888 mStatusIcons.addView(view, viewIndex, new LinearLayout.LayoutParams(mIconSize, mIconSize));
1065 = new LinearLayout.LayoutParams(mIconSize + 2*mIconHPadding, mNaturalBarHeight);
2591 if (newIconHPadding != mIconHPadding || newIconSize != mIconSize) {
2594 mIconSize = newIconSize;
2762 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.java78 private int mIconSize; field in class:ResolverActivity
144 mIconSize = am.getLauncherLargeIconSize();
698 lp.width = lp.height = mIconSize;

Completed in 183 milliseconds