Searched refs:isRunning (Results 1 - 25 of 36) sorted by relevance

12

/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
H A DKeyguardWidgetPager.java765 if (mZoomInOutAnim != null && mZoomInOutAnim.isRunning()) {
782 if (mZoomInOutAnim != null && mZoomInOutAnim.isRunning()) {
/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/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()) {
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/java/android/media/filterfw/samples/
H A DCameraEffectsRecordingSample.java83 if (mRunner.isRunning()) {
92 if (mRunner.isRunning()) {
/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/core/tests/coretests/src/com/android/internal/widget/
H A DSizeAdaptiveLayoutTest.java380 mSizeAdaptiveLayout.getTransitionAnimation().isRunning());
388 mSizeAdaptiveLayout.getTransitionAnimation().isRunning());
408 mSizeAdaptiveLayout.getTransitionAnimation().isRunning());
416 mSizeAdaptiveLayout.getTransitionAnimation().isRunning());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNotificationRowLayout.java130 (mRealLayoutTransition.isRunning() ? "are " : "are not ") +
243 if (mRealLayoutTransition.isRunning()) {
H A DKeyButtonView.java181 if (mPressedAnim != null && mPressedAnim.isRunning()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java318 if (!mGlowAnimationSet.isRunning() || glow == 0f) {
319 if (mGlowAnimationSet.isRunning()) {
540 if (mScaleAnimation.isRunning()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java319 if (transition != null && transition.isRunning()) {
332 if (transition == null || !transition.isRunning()) {
H A DRecentsVerticalScrollView.java328 if (transition != null && transition.isRunning()) {
341 if (transition == null || !transition.isRunning()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java285 if (mPeekAnimator != null && mPeekAnimator.isRunning()) {
416 if (mTimeAnimator.isRunning()) {
/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/com/android/internal/widget/
H A DSizeAdaptiveLayout.java263 if (mTransitionAnimation.isRunning()) {

Completed in 4217 milliseconds

12