Searched defs:mAmPm (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeaderView.java73 private TextView mAmPm; field in class:StatusBarHeaderView
147 mAmPm = (TextView) findViewById(R.id.am_pm_view);
225 FontSizeUtils.updateFontSize(mAmPm, R.dimen.qs_time_collapsed_size);
413 mAmPm.setTranslationX((rtl ? 1 : -1) * mTime.getWidth() * (1 - mTime.getScaleX()));

Completed in 51 milliseconds