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