Home
last modified time | relevance | path

Searched refs:BubbleBarAnimationHelper (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java56 public class BubbleBarAnimationHelper { class
58 private static final String TAG = BubbleBarAnimationHelper.class.getSimpleName();
100 public BubbleBarAnimationHelper(Context context, in BubbleBarAnimationHelper() method in BubbleBarAnimationHelper
DBubbleBarLayerView.java72 private final BubbleBarAnimationHelper mAnimationHelper;
102 mAnimationHelper = new BubbleBarAnimationHelper(context, in BubbleBarLayerView()
DBubbleBarExpandedViewDragController.kt32 private val animationHelper: BubbleBarAnimationHelper, in <lambda>()