Searched refs:mIconSize (Results 1 - 4 of 4) 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.java148 int mIconSize = -1; field in class:PhoneStatusBar
337 mIconSize = res.getDimensionPixelSize(com.android.internal.R.dimen.status_bar_icon_size);
714 mStatusIcons.addView(view, viewIndex, new LinearLayout.LayoutParams(mIconSize, mIconSize));
886 = new LinearLayout.LayoutParams(mIconSize + 2*mIconHPadding, mNaturalBarHeight);
2354 if (newIconHPadding != mIconHPadding || newIconSize != mIconSize) {
2357 mIconSize = newIconSize;
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java77 private int mIconSize; field in class:ResolverActivity
130 mIconSize = am.getLauncherLargeIconSize();
633 lp.width = lp.height = mIconSize;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java122 int mIconSize = -1; field in class:TabletStatusBar
441 if (newIconHPadding != mIconHPadding || newIconSize != mIconSize) {
444 mIconSize = newIconSize;
1488 = new LinearLayout.LayoutParams(mIconSize + 2*mIconHPadding, mNaturalBarHeight);

Completed in 97 milliseconds