Home
last modified time | relevance | path

Searched refs:DateTimeView (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/widget/
DDateTimeView.java69 public class DateTimeView extends TextView { class
85 public DateTimeView(Context context) { in DateTimeView() method in DateTimeView
90 public DateTimeView(Context context, AttributeSet attrs) { in DateTimeView() method in DateTimeView
93 com.android.internal.R.styleable.DateTimeView, 0, in DateTimeView()
436 private final ArrayList<DateTimeView> mAttachedViews = new ArrayList<DateTimeView>();
463 public void addView(DateTimeView v) { in addView()
473 public void removeView(DateTimeView v) { in removeView()
488 DateTimeView view = mAttachedViews.get(i); in updateAll()
/frameworks/base/core/tests/coretests/src/android/widget/
DDateTimeViewTest.java72 private static class TestDateTimeView extends DateTimeView {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java30 import android.widget.DateTimeView;
363 if (timeView instanceof DateTimeView) { in setNotificationWhen()
364 ((DateTimeView) timeView).setTime(whenMillis); in setNotificationWhen()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java89 import android.widget.DateTimeView;
827 DateTimeView.setReceiverHandler(timeTickHandler); in CentralSurfacesImpl()
/frameworks/base/config/
Ddirty-image-objects59 Landroid/widget/DateTimeView; 4
70 Landroid/widget/DateTimeView$ReceiverInfo$1; 4
Dpreloaded-classes9870 android.widget.DateTimeView$ReceiverInfo$1
9871 android.widget.DateTimeView$ReceiverInfo$2
9872 android.widget.DateTimeView$ReceiverInfo
9873 android.widget.DateTimeView
Dboot-image-profile.txt42418 Landroid/widget/DateTimeView$ReceiverInfo$1;
42419 Landroid/widget/DateTimeView$ReceiverInfo$2;
42420 Landroid/widget/DateTimeView$ReceiverInfo;
42421 Landroid/widget/DateTimeView;
/frameworks/base/boot/
Dpreloaded-classes9839 android.widget.DateTimeView$ReceiverInfo$1
9840 android.widget.DateTimeView$ReceiverInfo$2
9841 android.widget.DateTimeView$ReceiverInfo
9842 android.widget.DateTimeView
Dboot-image-profile.txt32257 Landroid/widget/DateTimeView$ReceiverInfo$1;
32258 Landroid/widget/DateTimeView$ReceiverInfo$2;
32259 Landroid/widget/DateTimeView$ReceiverInfo;
32260 Landroid/widget/DateTimeView;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt43315 Landroid/R$styleable;->DateTimeView:[I
66022 Landroid/widget/DateTimeView$ReceiverInfo;-><init>()V
66023 Landroid/widget/DateTimeView$ReceiverInfo;->addView(Landroid/widget/DateTimeView;)V
66024 Landroid/widget/DateTimeView$ReceiverInfo;->getApplicationContextIfAvailable(Landroid/content/Conte…
66025 Landroid/widget/DateTimeView$ReceiverInfo;->getSoonestUpdateTime()J
66026 Landroid/widget/DateTimeView$ReceiverInfo;->mAttachedViews:Ljava/util/ArrayList;
66027 Landroid/widget/DateTimeView$ReceiverInfo;->mHandler:Landroid/os/Handler;
66028 Landroid/widget/DateTimeView$ReceiverInfo;->mObserver:Landroid/database/ContentObserver;
66029 Landroid/widget/DateTimeView$ReceiverInfo;->mReceiver:Landroid/content/BroadcastReceiver;
66030 Landroid/widget/DateTimeView$ReceiverInfo;->register(Landroid/content/Context;)V
[all …]