Home
last modified time | relevance | path

Searched refs:TestableBubblePositioner (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
H A DBubbleOverflowTest.java33 import com.android.wm.shell.bubbles.TestableBubblePositioner;
49 private TestableBubblePositioner mPositioner;
59 mPositioner = new TestableBubblePositioner(mContext, mock(WindowManager.class)); in setUp()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DTestableBubblePositioner.java27 public class TestableBubblePositioner extends BubblePositioner { class
30 public TestableBubblePositioner(Context context, in TestableBubblePositioner() method in TestableBubblePositioner
H A DBubblesNavBarMotionEventHandlerTest.java68 TestableBubblePositioner positioner = new TestableBubblePositioner(getContext(), in setUp()
H A DBubbleDataTest.java101 private TestableBubblePositioner mPositioner;
192 mPositioner = new TestableBubblePositioner(mContext, in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DTestableBubblePositioner.java28 public class TestableBubblePositioner extends BubblePositioner { class
32 public TestableBubblePositioner(Context context, in TestableBubblePositioner() method in TestableBubblePositioner
H A DBubblesTest.java300 private TestableBubblePositioner mPositioner;
357 mPositioner = new TestableBubblePositioner(mContext, mWindowManager); in setUp()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DExpandedViewAnimationControllerTest.java37 import com.android.wm.shell.bubbles.TestableBubblePositioner;
62 TestableBubblePositioner positioner = new TestableBubblePositioner(getContext(), in setUp()
H A DStackAnimationControllerTest.java38 import com.android.wm.shell.bubbles.TestableBubblePositioner;
316 new TestableBubblePositioner(mContext, mock(WindowManager.class))); in TestableStackController()