Searched defs:mIconHPadding (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java142 int mIconHPadding = -1; field in class:PhoneStatusBar
863 = new LinearLayout.LayoutParams(mIconSize + 2*mIconHPadding, mNaturalBarHeight);
2257 if (newIconHPadding != mIconHPadding || newIconSize != mIconSize) {
2259 mIconHPadding = newIconHPadding;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java123 int mIconHPadding = -1; field in class:TabletStatusBar
414 if (newIconHPadding != mIconHPadding || newIconSize != mIconSize) {
416 mIconHPadding = newIconHPadding;
1640 = new LinearLayout.LayoutParams(mIconSize + 2*mIconHPadding, mNaturalBarHeight);
1656 iconView.setPadding(mIconHPadding, 0, mIconHPadding, 0);
1707 v.setPadding(mIconHPadding, 0, mIconHPadding, 0);

Completed in 27 milliseconds