Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationControllerImpl.java198 mExpandedView.setAnimating(true); in animateCollapse()
234 expandedView.setAnimating(true); in animateBackToExpanded()
248 expandedView.setAnimating(false); in animateBackToExpanded()
296 mExpandedView.setAnimating(false); in reset()
330 mExpandedView.setAnimating(true); in setCollapsedAmount()
341 mExpandedView.setAnimating(false); in setCollapsedAmount()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationControllerTest.java86 verify(mMockExpandedView, times(1)).setAnimating(true); in testUpdateDrag_zOrderUpdates()
97 verify(mMockExpandedView, times(1)).setAnimating(false); in testUpdateDrag_moveBackToZero_zOrderRestored()
154 verify(mMockExpandedView, atLeastOnce()).setAnimating(false); in testReset()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java116 bbev.setAnimating(true); in BubbleBarAnimationHelper()
133 bbev.setAnimating(false); in BubbleBarAnimationHelper()
163 bbev.setAnimating(true); in animateExpansion()
520 mBubbleBarExpandedView.setAnimating(true); in onAnimationStart()
525 mBubbleBarExpandedView.setAnimating(false); in onAnimationEnd()
DBubbleBarExpandedView.java418 public void setAnimating(boolean animating) { in setAnimating() method in BubbleBarExpandedView
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DAnimatedImageViewTest.java47 mAnimatedImageView.setAnimating(true); in testAnimation_ViewVisible_AnimationRunning()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/
DAnimatedImageView.java90 public void setAnimating(boolean animating) { in setAnimating() method in AnimatedImageView
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java2025 setAnimating(true); in addAnimatingReason()
2033 setAnimating(false); in removeAnimatingReason()
2038 private void setAnimating(boolean animating) { in setAnimating() method in WindowProcessController
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java1130 expandedView.setAnimating(true); in BubbleStackView()
1145 expandedView.setAnimating(false); in BubbleStackView()
2562 expandedView.setAnimating(true); in animateBubbleExpansion()
2801 expandedView.setAnimating(false); in animateSwitchBubbles()
3370 bev.setAnimating(!mIsExpansionAnimating); in updateExpandedBubble()
DBubbleExpandedView.java679 public void setAnimating(boolean animating) { in setAnimating() method in BubbleExpandedView
/frameworks/base/services/
Dart-wear-profile29721 PLcom/android/server/wm/WindowProcessController;->lambda$setAnimating$3(Z)V
29741 PLcom/android/server/wm/WindowProcessController;->setAnimating(Z)V