Searched refs:mClockView (Results 1 – 2 of 2) sorted by relevance
53 private TextClock mClockView; field in KeyguardStatusView121 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 …]
114 private TextView mClockView; field in NotificationPanelView250 mClockView = findViewById(R.id.clock_view); in onFinishInflate()329 … mKeyguardStatusView.setPivotY((FONT_HEIGHT - CAP_HEIGHT) / 2048f * mClockView.getTextSize()); in onLayout()