Home
last modified time | relevance | path

Searched defs:animating (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ui/
DAnimatedValueTest.kt112 val animating = AnimatedValue.Animating(1) {} in <lambda>() constant
121 val animating = AnimatedValue.Animating(1) { stopped = true } in <lambda>() constant
133 val animating = AnimatedValue.Animating(1) { stopped = true } in <lambda>() constant
167 val animating = AnimatedValue.Animating(3) { stopped = true } in <lambda>() constant
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/
DAnimatedImageView.java90 public void setAnimating(boolean animating) { in setAnimating()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DSystemUIInterpolators.java76 void onAnimatingChanged(boolean animating); in onAnimatingChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSurfaceBehindParamsApplierTest.kt71 (it.arguments[0] as Boolean).let { animating -> isAnimatingSurface = animating } in <lambda>() method
/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimation.java426 private void setProcessAnimating(boolean animating) { in setProcessAnimating()
DWindowProcessController.java2038 private void setAnimating(boolean animating) { in setAnimating()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingPropertyAnimator.java206 private static void updateLayerType(View view, boolean animating) { in updateLayerType()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarExpandedView.java418 public void setAnimating(boolean animating) { in setAnimating()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt524 val animating = in maybeClearHardDozeAmountOverrideHidingNotifs() constant
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerInfo.h258 bool animating = false; member
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java679 public void setAnimating(boolean animating) { in setAnimating()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java439 public void setActualHeightAnimating(boolean animating) { in setActualHeightAnimating()
DExpandableView.java655 public void setActualHeightAnimating(boolean animating) {} in setActualHeightAnimating()