Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java112 BubbleBarExpandedView bbev = getExpandedView(); in BubbleBarAnimationHelper()
113 if (bbev != null) { in BubbleBarAnimationHelper()
115 bbev.setSurfaceZOrderedOnTop(true); in BubbleBarAnimationHelper()
116 bbev.setAnimating(true); in BubbleBarAnimationHelper()
122 BubbleBarExpandedView bbev = getExpandedView(); in BubbleBarAnimationHelper()
123 if (bbev != null) { in BubbleBarAnimationHelper()
129 bbev.setSurfaceZOrderedOnTop(false); in BubbleBarAnimationHelper()
132 bbev.setContentVisibility(mIsExpanded); in BubbleBarAnimationHelper()
133 bbev.setAnimating(false); in BubbleBarAnimationHelper()
138 BubbleBarExpandedView bbev = getExpandedView(); in BubbleBarAnimationHelper()
[all …]
DBubbleBarExpandedView.java71 public void setValue(BubbleBarExpandedView bbev, float radius) {
72 bbev.setCornerRadius(radius);
76 public Float get(BubbleBarExpandedView bbev) {
77 return bbev.getCornerRadius();