Searched defs:mDateExpanded (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeaderView.java77 private TextView mDateExpanded; field in class:StatusBarHeaderView
151 mDateExpanded = (TextView) findViewById(R.id.date_expanded);
221 FontSizeUtils.updateFontSize(mDateExpanded, R.dimen.qs_date_collapsed_size);
341 mDateExpanded.setVisibility(mExpanded && mAlarmShowing ? View.INVISIBLE : View.VISIBLE);
594 target.dateExpandedAlpha = getAlphaForVisibility(mDateExpanded);
673 applyAlpha(mDateExpanded, values.dateExpandedAlpha);

Completed in 20 milliseconds