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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DIconMerger.java35 private int mIconSize; field in class:IconMerger
41 mIconSize = context.getResources().getDimensionPixelSize(
58 setMeasuredDimension(width - (width % mIconSize), getMeasuredHeight());
78 final boolean moreRequired = visibleChildren * mIconSize > width;
H A DPhoneStatusBar.java157 int mIconSize = -1; field in class:PhoneStatusBar
344 mIconSize = res.getDimensionPixelSize(com.android.internal.R.dimen.status_bar_icon_size);
840 mStatusIcons.addView(view, viewIndex, new LinearLayout.LayoutParams(mIconSize, mIconSize));
1006 = new LinearLayout.LayoutParams(mIconSize + 2*mIconHPadding, mNaturalBarHeight);
2367 if (newIconHPadding != mIconHPadding || newIconSize != mIconSize) {
2370 mIconSize = newIconSize;
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardMultiUserAvatar.java60 private final float mIconSize; field in class:KeyguardMultiUserAvatar
95 mIconSize = res.getDimension(R.dimen.keyguard_avatar_size);
138 mFramed = new KeyguardCircleFramedDrawable(icon, (int) mIconSize, mFrameColor, mStroke,
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java77 private int mIconSize; field in class:ResolverActivity
131 mIconSize = am.getLauncherLargeIconSize();
637 lp.width = lp.height = mIconSize;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java115 int mIconSize = -1; field in class:TabletStatusBar
423 if (newIconHPadding != mIconHPadding || newIconSize != mIconSize) {
426 mIconSize = newIconSize;
1355 = new LinearLayout.LayoutParams(mIconSize + 2*mIconHPadding, mNaturalBarHeight);

Completed in 1633 milliseconds