Searched refs:mIsSingleLine (Results 1 – 1 of 1) sorted by relevance
63 private boolean mIsSingleLine; field in AnimatableClockView94 mIsSingleLine = ta.getBoolean(android.R.styleable.TextView_singleLine, false); in AnimatableClockView()272 if (mIsSingleLine && use24HourFormat) { in refreshFormat()274 } else if (!mIsSingleLine && use24HourFormat) { in refreshFormat()276 } else if (mIsSingleLine && !use24HourFormat) { in refreshFormat()