Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/animation/
H A DTimeAnimator.java30 private TimeListener mListener;
64 public void setTimeListener(TimeListener listener) { in setTimeListener()
87 public static interface TimeListener { interface in TimeAnimator
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DClockEventController.kt257 var smallTimeListener: TimeListener? = null
258 var largeTimeListener: TimeListener? = null
392 smallTimeListener = TimeListener(it.smallClock, mainExecutor).apply {
395 largeTimeListener = TimeListener(it.largeClock, mainExecutor).apply {
459 class TimeListener(val clockFace: ClockFaceController, val executor: DelayableExecutor) { regex
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java115 private final TimeAnimator.TimeListener mTimeListener = new TimeAnimator.TimeListener() {
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes154 android.animation.TimeAnimator$TimeListener
H A Dboot-image-profile.txt457 HSPLandroid/animation/TimeAnimator;->setTimeListener(Landroid/animation/TimeAnimator$TimeListener;)V
22934 Landroid/animation/TimeAnimator$TimeListener;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes154 android.animation.TimeAnimator$TimeListener
H A Dboot-image-profile.txt457 HSPLandroid/animation/TimeAnimator;->setTimeListener(Landroid/animation/TimeAnimator$TimeListener;)V
33037 Landroid/animation/TimeAnimator$TimeListener;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt4107 method public void setTimeListener(android.animation.TimeAnimator.TimeListener);
4110 public static interface TimeAnimator.TimeListener {
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1182 Landroid/animation/TimeAnimator;->mListener:Landroid/animation/TimeAnimator$TimeListener;