Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusView.java53 private TextClock mClockView; field in KeyguardStatusView
121 mClockView = findViewById(R.id.clock_view); in onFinishInflate()
122 mClockView.setShowCurrentUserTime(true); in onFinishInflate()
123 mClockView.setAccessibilityDelegate(new KeyguardClockAccessibilityDelegate(mContext)); in onFinishInflate()
126 mVisibleInDoze = new View[]{mBatteryDoze, mClockView}; in onFinishInflate()
135 mClockView.setElegantTextHeight(false); in onFinishInflate()
141 mClockView.setTextSize(TypedValue.COMPLEX_UNIT_PX, in onConfigurationChanged()
144 MarginLayoutParams layoutParams = (MarginLayoutParams) mClockView.getLayoutParams(); in onConfigurationChanged()
147 mClockView.setLayoutParams(layoutParams); in onConfigurationChanged()
159 mClockView.setFormat12Hour(Patterns.clockView12); in refreshTime()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java114 private TextView mClockView; field in NotificationPanelView
250 mClockView = findViewById(R.id.clock_view); in onFinishInflate()
329 … mKeyguardStatusView.setPivotY((FONT_HEIGHT - CAP_HEIGHT) / 2048f * mClockView.getTextSize()); in onLayout()