Home
last modified time | relevance | path

Searched refs:BubbleBarLayerView (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleViewInfoTask.java48 import com.android.wm.shell.bubbles.bar.BubbleBarLayerView;
75 private WeakReference<BubbleBarLayerView> mLayerView;
89 @Nullable BubbleBarLayerView layerView, in BubbleViewInfoTask()
171 BubbleBarLayerView layerView, BubbleIconFactory iconFactory, Bubble b, in populateForBubbleBar()
H A DBubble.java52 import com.android.wm.shell.bubbles.bar.BubbleBarLayerView;
480 @Nullable BubbleBarLayerView layerView, in inflate()
H A DBubbleController.java94 import com.android.wm.shell.bubbles.bar.BubbleBarLayerView;
199 @Nullable private BubbleBarLayerView mLayerView;
728 mLayerView = new BubbleBarLayerView(mContext, this); in ensureBubbleViewsAndWindowCreated()
1968 public BubbleBarLayerView getLayerView() { in getLayerView()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarLayerView.java45 public class BubbleBarLayerView extends FrameLayout class
48 private static final String TAG = BubbleBarLayerView.class.getSimpleName();
77 public BubbleBarLayerView(Context context, BubbleController controller) { in BubbleBarLayerView() method in BubbleBarLayerView
H A DBubbleBarAnimationHelper.java63 private final BubbleBarLayerView mLayerView;
70 BubbleBarLayerView bubbleBarLayerView, in BubbleBarAnimationHelper()