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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java471 updateClock(mClockPositionResult.clockAlpha, mClockPositionResult.clockScale);
569 private void updateClock(float alpha, float scale) { method in class:NotificationPanelView
1320 updateClock(mClockPositionResult.clockAlpha, mClockPositionResult.clockScale);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java140 updateClock();
180 getHandler().post(() -> updateClock());
201 final void updateClock() { method in class:Clock
263 updateClock();
351 updateClock();
395 updateClock();
H A DDateView.java58 getHandler().post(() -> updateClock());
92 updateClock();
103 protected void updateClock() { method in class:DateView
127 updateClock();

Completed in 101 milliseconds