Searched refs:TextClock (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSplitClockView.java28 import android.widget.TextClock;
38 private TextClock mTimeView;
39 private TextClock mAmPmView;
62 mTimeView = (TextClock) findViewById(R.id.time_view);
63 mAmPmView = (TextClock) findViewById(R.id.am_pm_view);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardStatusView.java33 import android.widget.TextClock;
48 private TextClock mDateView;
49 private TextClock mClockView;
109 mDateView = (TextClock) findViewById(R.id.date_view);
110 mClockView = (TextClock) findViewById(R.id.clock_view);
/frameworks/base/core/java/android/widget/
H A DTextClock.java49 * <p><code>TextClock</code> can display the current date and/or time as
91 public class TextClock extends TextView { class in inherits:TextView
189 public TextClock(Context context) { method in class:TextClock
206 public TextClock(Context context, AttributeSet attrs) { method in class:TextClock
221 public TextClock(Context context, AttributeSet attrs, int defStyleAttr) { method in class:TextClock
225 public TextClock(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:TextClock
229 attrs, R.styleable.TextClock, defStyleAttr, defStyleRes);
/frameworks/base/
H A Dcompiled-classes-phone5026 android.widget.TextClock
5027 android.widget.TextClock$1
5028 android.widget.TextClock$2
5029 android.widget.TextClock$FormatChangeObserver

Completed in 134 milliseconds