HomeSort by relevance Sort by last modified time
    Searched defs:DateView (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/system/date/
date_view.h 25 // DateView popup and the TimeView tray icon. Exported for tests.
54 class DateView : public BaseDateTimeView {
56 DateView();
57 virtual ~DateView();
85 DISALLOW_COPY_AND_ASSIGN(DateView);
date_view.cc 130 DateView::DateView()
144 DateView::~DateView() {
147 void DateView::SetActionable(bool actionable) {
152 void DateView::UpdateTimeFormat() {
158 void DateView::UpdateTextInternal(const base::Time& now) {
169 bool DateView::PerformAction(const ui::Event& event) {
177 void DateView::OnMouseEntered(const ui::MouseEvent& event) {
184 void DateView::OnMouseExited(const ui::MouseEvent& event)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DateView.java 37 public class DateView extends TextView {
38 private static final String TAG = "DateView";
63 public DateView(Context context, AttributeSet attrs) {

Completed in 113 milliseconds