Home
last modified time | relevance | path

Searched refs:mClockView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardStatusView.java49 private TextClock mClockView; field in KeyguardStatusView
108 mClockView = (TextClock) findViewById(R.id.clock_view); in onFinishInflate()
110 mClockView.setShowCurrentUserTime(true); in onFinishInflate()
120 mClockView.setElegantTextHeight(false); in onFinishInflate()
126 mClockView.setTextSize(TypedValue.COMPLEX_UNIT_PX, in onConfigurationChanged()
138 mClockView.setFormat12Hour(Patterns.clockView12); in refreshTime()
139 mClockView.setFormat24Hour(Patterns.clockView24); in refreshTime()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java81 private TextView mClockView; field in NotificationPanelView
198 mClockView = (TextView) findViewById(R.id.clock_view); in onFinishInflate()
288 … mKeyguardStatusView.setPivotY((FONT_HEIGHT - CAP_HEIGHT) / 2048f * mClockView.getTextSize()); in onLayout()