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

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

Completed in 200 milliseconds