Searched refs:TimeListener (Results 1 – 11 of 11) sorted by relevance
30 private TimeListener mListener;64 public void setTimeListener(TimeListener listener) { in setTimeListener()87 public static interface TimeListener { interface in TimeAnimator
293 var smallTimeListener: TimeListener? = null in <lambda>()294 var largeTimeListener: TimeListener? = null in <lambda>()502 TimeListener(it.smallClock, mainExecutor).apply { update(shouldTimeListenerRun) } in <lambda>()504 TimeListener(it.largeClock, mainExecutor).apply { update(shouldTimeListenerRun) } in <lambda>()612 class TimeListener(val clockFace: ClockFaceController, val executor: DelayableExecutor) { in <lambda>() class in com.android.keyguard.ClockEventController
115 private final TimeAnimator.TimeListener mTimeListener = new TimeAnimator.TimeListener() {
170 android.animation.TimeAnimator$TimeListener
470 HSPLandroid/animation/TimeAnimator;->setTimeListener(Landroid/animation/TimeAnimator$TimeListener;)V22544 Landroid/animation/TimeAnimator$TimeListener;
470 HSPLandroid/animation/TimeAnimator;->setTimeListener(Landroid/animation/TimeAnimator$TimeListener;)V32674 Landroid/animation/TimeAnimator$TimeListener;
3076 method public void setTimeListener(android.animation.TimeAnimator.TimeListener);3079 public static abstract interface TimeAnimator.TimeListener {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4189 method public void setTimeListener(android.animation.TimeAnimator.TimeListener);4192 public static interface TimeAnimator.TimeListener {
1182 Landroid/animation/TimeAnimator;->mListener:Landroid/animation/TimeAnimator$TimeListener;