/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
H A D | PipSnapAlgorithmTest.java | 28 import com.android.wm.shell.common.pip.PipBoundsState; 106 PipBoundsState.STASH_TYPE_NONE, DEFAULT_STASH_OFFSET, DISPLAY_BOUNDS, in testApplySnapFraction_notStashed_isNotOffBounds() 119 PipBoundsState.STASH_TYPE_LEFT, DEFAULT_STASH_OFFSET, DISPLAY_BOUNDS, in testApplySnapFraction_stashedLeft() 133 PipBoundsState.STASH_TYPE_RIGHT, DEFAULT_STASH_OFFSET, DISPLAY_BOUNDS, in testApplySnapFraction_stashedRight() 146 PipBoundsState.STASH_TYPE_RIGHT, DEFAULT_STASH_OFFSET, DISPLAY_BOUNDS, in testApplySnapFraction_stashedRight_withInset() 161 PipBoundsState.STASH_TYPE_NONE); in testSnapRectToClosestEdge_rightEdge() 173 PipBoundsState.STASH_TYPE_NONE); in testSnapRectToClosestEdge_leftEdge() 185 PipBoundsState.STASH_TYPE_NONE); in testSnapRectToClosestEdge_topEdge() 197 PipBoundsState.STASH_TYPE_NONE); in testSnapRectToClosestEdge_bottomEdge() 207 PipBoundsState.STASH_TYPE_LEFT, DEFAULT_STASH_OFFSET, DISPLAY_BOUNDS, in testSnapRectToClosestEdge_stashed_unStahesBounds() [all …]
|
H A D | PipBoundsStateTest.java | 39 import com.android.wm.shell.common.pip.PipBoundsState; 63 private PipBoundsState mPipBoundsState; 77 mPipBoundsState = new PipBoundsState(mContext, mSizeSpecSource, pipDisplayLayoutState); in setUp() 97 final PipBoundsState.PipReentryState state = mPipBoundsState.getReentryState(); in testSetReentryState() 120 final PipBoundsState.PipReentryState state = mPipBoundsState.getReentryState(); in testSetLastPipComponentName_notChanged_doesNotClearReentryState()
|
H A D | PipTaskOrganizerTest.java | 57 import com.android.wm.shell.common.pip.PipBoundsState; 94 private PipBoundsState mPipBoundsState; 110 mPipBoundsState = new PipBoundsState(mContext, mSizeSpecSource, mPipDisplayLayoutState); in setUp()
|
H A D | PipBoundsAlgorithmTest.java | 37 import com.android.wm.shell.common.pip.PipBoundsState; 69 private PipBoundsState mPipBoundsState; 80 mPipBoundsState = new PipBoundsState(mContext, mSizeSpecSource, mPipDisplayLayoutState); in setUp()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
H A D | PipSnapAlgorithm.java | 19 import static com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_LEFT; 20 import static com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_NONE; 21 import static com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_RIGHT; 58 @PipBoundsState.StashType int stashType) { in getSnapFraction() 112 @PipBoundsState.StashType int stashType, int stashOffset, Rect displayBounds, in applySnapFraction() 130 @PipBoundsState.StashType int stashType) { in snapRectToClosestEdge()
|
H A D | PipKeepClearAlgorithmInterface.java | 35 default Rect adjust(PipBoundsState pipBoundsState, PipBoundsAlgorithm pipBoundsAlgorithm) { in adjust()
|
H A D | PipBoundsAlgorithm.java | 42 @NonNull private final PipBoundsState mPipBoundsState; 53 public PipBoundsAlgorithm(Context context, @NonNull PipBoundsState pipBoundsState, in PipBoundsAlgorithm() 126 final PipBoundsState.PipReentryState reentryState = mPipBoundsState.getReentryState(); in getEntryDestinationBoundsIgnoringKeepClearAreas()
|
H A D | PipBoundsState.java | 55 public class PipBoundsState { class 72 private static final String TAG = PipBoundsState.class.getSimpleName(); 129 public PipBoundsState(@NonNull Context context, @NonNull SizeSpecSource sizeSpecSource, in PipBoundsState() method in PipBoundsState
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipDoubleTapHelper.java | 23 import com.android.wm.shell.common.pip.PipBoundsState; 67 private static int getMaxOrDefaultPipSizeSpec(@NonNull PipBoundsState mPipBoundsState) { in getMaxOrDefaultPipSizeSpec() 87 static int nextSizeSpec(@NonNull PipBoundsState mPipBoundsState, in nextSizeSpec()
|
H A D | PipMotionHelper.java | 23 import static com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_LEFT; 24 import static com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_NONE; 25 import static com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_RIGHT; 44 import com.android.wm.shell.common.pip.PipBoundsState; 76 private @NonNull PipBoundsState mPipBoundsState; 169 public PipMotionHelper(Context context, @NonNull PipBoundsState pipBoundsState, in PipMotionHelper()
|
H A D | PipAccessibilityInteractionConnection.java | 18 import static com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_NONE; 39 import com.android.wm.shell.common.pip.PipBoundsState; 61 private final @NonNull PipBoundsState mPipBoundsState; 77 @NonNull PipBoundsState pipBoundsState, PipMotionHelper motionHelper, in PipAccessibilityInteractionConnection()
|
H A D | PhonePipMenuController.java | 41 import com.android.wm.shell.common.pip.PipBoundsState; 114 private final PipBoundsState mPipBoundsState; 146 public PhonePipMenuController(Context context, PipBoundsState pipBoundsState, in PhonePipMenuController()
|
H A D | PipTouchHandler.java | 21 import static com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_LEFT; 22 import static com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_NONE; 23 import static com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_RIGHT; 54 import com.android.wm.shell.common.pip.PipBoundsState; 79 @NonNull private final PipBoundsState mPipBoundsState; 173 @NonNull PipBoundsState pipBoundsState, in PipTouchHandler()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/pip/ |
H A D | Pip1Module.java | 36 import com.android.wm.shell.common.pip.PipBoundsState; 89 PipBoundsState pipBoundsState, in providePip1() 125 PipBoundsState pipBoundsState, PipMediaController pipMediaController, in providesPipPhoneMenuController() 141 PipBoundsState pipBoundsState, in providePipTouchHandler() 164 PipBoundsState pipBoundsState, in providePipTaskOrganizer() 189 PipBoundsState pipBoundsState, PipDisplayLayoutState pipDisplayLayoutState, in providePipTransition() 210 PipBoundsState pipBoundsState, PipTaskOrganizer pipTaskOrganizer, in providePipMotionHelper()
|
H A D | Pip2Module.java | 23 import com.android.wm.shell.common.pip.PipBoundsState; 44 PipBoundsState pipBoundsState, in providePipTransition()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/ |
H A D | PipTransition.java | 30 import com.android.wm.shell.common.pip.PipBoundsState; 43 PipBoundsState pipBoundsState, in PipTransition()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipKeepClearAlgorithm.kt | 24 import com.android.wm.shell.common.pip.PipBoundsState 25 import com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_BOTTOM 26 import com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_LEFT 27 import com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_NONE 28 import com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_RIGHT 29 import com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_TOP 59 @PipBoundsState.StashType val stashType: Int = STASH_TYPE_NONE, 211 @PipBoundsState.StashType
|
H A D | TvPipTaskOrganizer.java | 29 import com.android.wm.shell.common.pip.PipBoundsState; 53 @NonNull PipBoundsState pipBoundsState, in TvPipTaskOrganizer()
|
H A D | TvPipBoundsState.java | 33 import com.android.wm.shell.common.pip.PipBoundsState; 43 public class TvPipBoundsState extends PipBoundsState {
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
H A D | PipTouchHandlerTest.java | 37 import com.android.wm.shell.common.pip.PipBoundsState; 91 private PipBoundsState mPipBoundsState; 113 mPipBoundsState = new PipBoundsState(mContext, mSizeSpecSource, mPipDisplayLayoutState); in setUp()
|
H A D | PipDoubleTapHelperTest.java | 32 import com.android.wm.shell.common.pip.PipBoundsState; 47 @Mock private PipBoundsState mBoundStateMock;
|
H A D | PipResizeGestureHandlerTest.java | 41 import com.android.wm.shell.common.pip.PipBoundsState; 90 private PipBoundsState mPipBoundsState; 103 mPipBoundsState = new PipBoundsState(mContext, mSizeSpecSource, mPipDisplayLayoutState); in setUp()
|
H A D | PhonePipKeepClearAlgorithmTest.java | 34 import com.android.wm.shell.common.pip.PipBoundsState; 54 @Mock private PipBoundsState mMockPipBoundsState;
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipTransitionController.java | 42 import com.android.wm.shell.common.pip.PipBoundsState; 57 protected final PipBoundsState mPipBoundsState; 137 PipBoundsState pipBoundsState, in PipTransitionController()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipKeepClearAlgorithmTest.kt | 25 import com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_BOTTOM 26 import com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_NONE 27 import com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_RIGHT 28 import com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_TOP
|