Searched defs:isRunning (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatable.java38 boolean isRunning(); method in interface:Animatable
H A DAnimationDrawable.java112 * @see #isRunning()
116 if (!isRunning()) {
125 * @see #isRunning()
129 if (isRunning()) {
139 public boolean isRunning() { method in class:AnimationDrawable
H A DAnimatedRotateDrawable.java101 public boolean isRunning() { method in class:AnimatedRotateDrawable
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DBiometricSensorUnlock.java31 * {@link BiometricSensorUnlock#start} is called, isRunning() returns false. After a successful
32 * call to {@link BiometricSensorUnlock#start}, isRunning() returns true until the biometric
37 public boolean isRunning(); method in interface:BiometricSensorUnlock
H A DFaceUnlock.java63 // the isRunning() function to return. However, it is probably not necessary to have both
100 public boolean isRunning() { method in class:FaceUnlock
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DBiometricSensorUnlock.java31 * {@link BiometricSensorUnlock#start} is called, isRunning() returns false. After a successful
32 * call to {@link BiometricSensorUnlock#start}, isRunning() returns true until the biometric
37 public boolean isRunning(); method in interface:BiometricSensorUnlock
H A DFaceUnlock.java68 // the isRunning() function to return. However, it is probably not necessary to have both
109 public boolean isRunning() { method in class:FaceUnlock
/frameworks/base/core/java/android/os/
H A DSystemService.java100 public static boolean isRunning(String service) { method in class:SystemService
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
H A DForwardServer.java80 public synchronized boolean isRunning() { method in class:ForwardServer
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGraphRunner.java87 public abstract boolean isRunning(); method in class:GraphRunner
H A DAsyncRunner.java179 if (isRunning()) {
196 if (isRunning()) {
221 if (isRunning()) {
230 synchronized public boolean isRunning() { method in class:AsyncRunner
H A DSyncRunner.java139 public boolean isRunning() { method in class:SyncRunner
/frameworks/base/core/java/android/animation/
H A DAnimator.java119 public abstract boolean isRunning(); method in class:Animator
123 * of the state of {@link #isRunning()}, because an Animator with a nonzero
125 * delay phase, whereas {@link #isRunning()} will return true only after the delay phase
131 // Default method returns value for isRunning(). Subclasses should override to return a
133 return isRunning();
H A DAnimatorSet.java298 if (mDelayAnim != null && mDelayAnim.isRunning()) {
361 public boolean isRunning() { method in class:AnimatorSet
363 if (node.animation.isRunning()) {
H A DLayoutTransition.java1009 * and that the transition finishes to remove any mid-process state (such as isRunning()).
1041 public boolean isRunning() { method in class:LayoutTransition
1278 if ((mTransitionTypes & FLAG_CHANGING) == FLAG_CHANGING && !isRunning()) {
H A DValueAnimator.java135 * happened, and reflect that state in isRunning().
966 public boolean isRunning() { method in class:ValueAnimator
/frameworks/base/services/java/com/android/server/wm/
H A DViewServer.java96 * @see #isRunning()
119 * @see #isRunning()
155 boolean isRunning() { method in class:ViewServer
/frameworks/base/core/java/android/widget/
H A DTextView.java4879 if (mMarquee != null && mMarquee.isRunning()) {
8764 boolean isRunning() { method in class:TextView.Marquee

Completed in 214 milliseconds