Home
last modified time | relevance | path

Searched refs:setAlphaAnimating (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java943 mExpandedBubble.getExpandedView().setAlphaAnimating(true); in BubbleStackView()
957 mExpandedBubble.getExpandedView().setAlphaAnimating(false); in BubbleStackView()
1894 mExpandedBubble.getExpandedView().setAlphaAnimating(true); in animateExpansion()
2584 bev.setAlphaAnimating(!mIsExpansionAnimating); in updateExpandedBubble()
DBubbleExpandedView.java518 void setAlphaAnimating(boolean animating) { in setAlphaAnimating() method in BubbleExpandedView