Searched refs:TimeListener (Results 1 – 10 of 10) sorted by relevance
30 private TimeListener mListener;64 public void setTimeListener(TimeListener listener) { in setTimeListener()87 public static interface TimeListener { interface in TimeAnimator
257 var smallTimeListener: TimeListener? = null258 var largeTimeListener: TimeListener? = null392 smallTimeListener = TimeListener(it.smallClock, mainExecutor).apply {395 largeTimeListener = TimeListener(it.largeClock, mainExecutor).apply {459 class TimeListener(val clockFace: ClockFaceController, val executor: DelayableExecutor) { regex
115 private final TimeAnimator.TimeListener mTimeListener = new TimeAnimator.TimeListener() {
154 android.animation.TimeAnimator$TimeListener
457 HSPLandroid/animation/TimeAnimator;->setTimeListener(Landroid/animation/TimeAnimator$TimeListener;)V22934 Landroid/animation/TimeAnimator$TimeListener;
457 HSPLandroid/animation/TimeAnimator;->setTimeListener(Landroid/animation/TimeAnimator$TimeListener;)V33037 Landroid/animation/TimeAnimator$TimeListener;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4107 method public void setTimeListener(android.animation.TimeAnimator.TimeListener);4110 public static interface TimeAnimator.TimeListener {
1182 Landroid/animation/TimeAnimator;->mListener:Landroid/animation/TimeAnimator$TimeListener;