/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/ |
H A D | TvPipModule.java | 31 import com.android.wm.shell.pip.Pip; 32 import com.android.wm.shell.pip.PipAnimationController; 33 import com.android.wm.shell.pip.PipBoundsAlgorithm; 34 import com.android.wm.shell.pip.PipBoundsState; 35 import com.android.wm.shell.pip.PipMediaController; 36 import com.android.wm.shell.pip.PipSnapAlgorithm; 38 import com.android.wm.shell.pip.PipTaskOrganizer; 40 import com.android.wm.shell.pip.PipTransitionState; 41 import com.android.wm.shell.pip.PipUiEventLogger; 42 import com.android.wm.shell.pip.tv.TvPipController; [all …]
|
H A D | WMShellModule.java | 49 import com.android.wm.shell.pip.Pip; 51 import com.android.wm.shell.pip.PipBoundsAlgorithm; 52 import com.android.wm.shell.pip.PipBoundsState; 53 import com.android.wm.shell.pip.PipMediaController; 54 import com.android.wm.shell.pip.PipSnapAlgorithm; 56 import com.android.wm.shell.pip.PipTaskOrganizer; 57 import com.android.wm.shell.pip.PipTransition; 59 import com.android.wm.shell.pip.PipTransitionState; 60 import com.android.wm.shell.pip.PipUiEventLogger; 63 import com.android.wm.shell.pip.phone.PipController; [all …]
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipTransition.java | 17 package com.android.wm.shell.pip.tv; 31 import com.android.wm.shell.pip.PipAnimationController; 32 import com.android.wm.shell.pip.PipBoundsAlgorithm; 33 import com.android.wm.shell.pip.PipBoundsState; 34 import com.android.wm.shell.pip.PipMenuController; 35 import com.android.wm.shell.pip.PipTransitionController;
|
H A D | TvPipController.java | 17 package com.android.wm.shell.pip.tv; 43 import com.android.wm.shell.pip.PinnedStackListenerForwarder; 44 import com.android.wm.shell.pip.Pip; 45 import com.android.wm.shell.pip.PipBoundsAlgorithm; 46 import com.android.wm.shell.pip.PipBoundsState; 47 import com.android.wm.shell.pip.PipMediaController; 48 import com.android.wm.shell.pip.PipTaskOrganizer; 49 import com.android.wm.shell.pip.PipTransitionController;
|
H A D | TvPipMenuController.java | 17 package com.android.wm.shell.pip.tv; 34 import com.android.wm.shell.pip.PipBoundsState; 35 import com.android.wm.shell.pip.PipMediaController; 36 import com.android.wm.shell.pip.PipMenuController;
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipController.java | 17 package com.android.wm.shell.pip.phone; 76 import com.android.wm.shell.pip.IPip; 77 import com.android.wm.shell.pip.IPipAnimationListener; 79 import com.android.wm.shell.pip.Pip; 80 import com.android.wm.shell.pip.PipAnimationController; 81 import com.android.wm.shell.pip.PipBoundsAlgorithm; 82 import com.android.wm.shell.pip.PipBoundsState; 83 import com.android.wm.shell.pip.PipMediaController; 84 import com.android.wm.shell.pip.PipSnapAlgorithm; 85 import com.android.wm.shell.pip.PipTaskOrganizer; [all …]
|
H A D | PipMotionHelper.java | 17 package com.android.wm.shell.pip.phone; 23 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_EXPAND_OR_UNEXPA… 24 import static com.android.wm.shell.pip.PipBoundsState.STASH_TYPE_LEFT; 25 import static com.android.wm.shell.pip.PipBoundsState.STASH_TYPE_NONE; 26 import static com.android.wm.shell.pip.PipBoundsState.STASH_TYPE_RIGHT; 27 import static com.android.wm.shell.pip.phone.PipMenuView.ANIM_TYPE_DISMISS; 28 import static com.android.wm.shell.pip.phone.PipMenuView.ANIM_TYPE_NONE; 48 import com.android.wm.shell.pip.PipBoundsState; 49 import com.android.wm.shell.pip.PipSnapAlgorithm; 50 import com.android.wm.shell.pip.PipTaskOrganizer; [all …]
|
H A D | PipTouchHandler.java | 17 package com.android.wm.shell.pip.phone; 22 import static com.android.wm.shell.pip.PipBoundsState.STASH_TYPE_LEFT; 23 import static com.android.wm.shell.pip.PipBoundsState.STASH_TYPE_NONE; 24 import static com.android.wm.shell.pip.PipBoundsState.STASH_TYPE_RIGHT; 25 import static com.android.wm.shell.pip.phone.PhonePipMenuController.MENU_STATE_FULL; 27 import static com.android.wm.shell.pip.phone.PipMenuView.ANIM_TYPE_NONE; 52 import com.android.wm.shell.pip.PipAnimationController; 53 import com.android.wm.shell.pip.PipBoundsAlgorithm; 54 import com.android.wm.shell.pip.PipBoundsState; 55 import com.android.wm.shell.pip.PipTaskOrganizer; [all …]
|
H A D | PipAccessibilityInteractionConnection.java | 16 package com.android.wm.shell.pip.phone; 18 import static com.android.wm.shell.pip.PipBoundsState.STASH_TYPE_NONE; 37 import com.android.wm.shell.pip.PipBoundsState; 38 import com.android.wm.shell.pip.PipSnapAlgorithm; 39 import com.android.wm.shell.pip.PipTaskOrganizer;
|
H A D | PipResizeGestureHandler.java | 16 package com.android.wm.shell.pip.phone; 24 import static com.android.wm.shell.pip.phone.PipMenuView.ANIM_TYPE_NONE; 49 import com.android.wm.shell.pip.PipAnimationController; 50 import com.android.wm.shell.pip.PipBoundsAlgorithm; 51 import com.android.wm.shell.pip.PipBoundsState; 52 import com.android.wm.shell.pip.PipTaskOrganizer; 53 import com.android.wm.shell.pip.PipUiEventLogger;
|
H A D | PipAppOpsListener.java | 17 package com.android.wm.shell.pip.phone; 31 import com.android.wm.shell.pip.PipUtils;
|
H A D | PhonePipMenuController.java | 17 package com.android.wm.shell.pip.phone; 43 import com.android.wm.shell.pip.PipBoundsState; 44 import com.android.wm.shell.pip.PipMediaController; 45 import com.android.wm.shell.pip.PipMediaController.ActionListener; 46 import com.android.wm.shell.pip.PipMenuController;
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
H A D | PipTouchHandlerTest.java | 17 package com.android.wm.shell.pip.phone; 35 import com.android.wm.shell.pip.PipBoundsAlgorithm; 36 import com.android.wm.shell.pip.PipBoundsState; 37 import com.android.wm.shell.pip.PipSnapAlgorithm; 38 import com.android.wm.shell.pip.PipTaskOrganizer; 39 import com.android.wm.shell.pip.PipTransitionController; 40 import com.android.wm.shell.pip.PipUiEventLogger;
|
H A D | PipResizeGestureHandlerTest.java | 17 package com.android.wm.shell.pip.phone; 37 import com.android.wm.shell.pip.PipBoundsAlgorithm; 38 import com.android.wm.shell.pip.PipBoundsState; 39 import com.android.wm.shell.pip.PipSnapAlgorithm; 40 import com.android.wm.shell.pip.PipTaskOrganizer; 41 import com.android.wm.shell.pip.PipTransitionController; 42 import com.android.wm.shell.pip.PipUiEventLogger;
|
H A D | PipControllerTest.java | 17 package com.android.wm.shell.pip.phone; 48 import com.android.wm.shell.pip.PipBoundsAlgorithm; 49 import com.android.wm.shell.pip.PipBoundsState; 50 import com.android.wm.shell.pip.PipMediaController; 51 import com.android.wm.shell.pip.PipSnapAlgorithm; 52 import com.android.wm.shell.pip.PipTaskOrganizer; 53 import com.android.wm.shell.pip.PipTransitionController;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | WMShell.java | 68 import com.android.wm.shell.pip.Pip; 193 void initPip(Pip pip) { in initPip() argument 197 pip.showPictureInPictureMenu(); in initPip() 205 pip.hidePipMenu(null, null); in initPip() 213 pip.onSystemUiStateChanged(mIsSysUiStateValid, sysUiStateFlag); in initPip() 219 pip.onConfigurationChanged(newConfig); in initPip() 224 pip.onDensityOrFontScaleChanged(); in initPip() 229 pip.onOverlayChanged(); in initPip() 236 pip.registerSessionListenerForCurrentUser()); in initPip()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipSnapAlgorithm.java | 17 package com.android.wm.shell.pip; 19 import static com.android.wm.shell.pip.PipBoundsState.STASH_TYPE_LEFT; 20 import static com.android.wm.shell.pip.PipBoundsState.STASH_TYPE_NONE; 21 import static com.android.wm.shell.pip.PipBoundsState.STASH_TYPE_RIGHT;
|
H A D | PipTransition.java | 17 package com.android.wm.shell.pip; 26 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_ALPHA; 27 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_BOUNDS; 28 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_LEAVE_PIP; 29 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_TO_PIP; 30 import static com.android.wm.shell.pip.PipAnimationController.isInPipDirection; 31 import static com.android.wm.shell.pip.PipAnimationController.isOutPipDirection;
|
H A D | PipTaskOrganizer.java | 17 package com.android.wm.shell.pip; 28 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_ALPHA; 29 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_BOUNDS; 30 import static com.android.wm.shell.pip.PipAnimationController.FRACTION_START; 34 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_NONE; 36 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_SAME; 38 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_TO_PIP; 40 import static com.android.wm.shell.pip.PipAnimationController.isInPipDirection; 41 import static com.android.wm.shell.pip.PipAnimationController.isOutPipDirection; 42 import static com.android.wm.shell.pip.PipAnimationController.isRemovePipDirection; [all …]
|
H A D | IPip.aidl | 17 package com.android.wm.shell.pip; 25 import com.android.wm.shell.pip.IPipAnimationListener;
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/ |
H A D | WindowManagerShellWrapper.java | 24 import com.android.wm.shell.pip.PinnedStackListenerForwarder; 25 import com.android.wm.shell.pip.PinnedStackListenerForwarder.PinnedTaskListener;
|
/aosp12/frameworks/rs/tests/lldb/ |
H A D | .gitignore | 37 pip-log.txt 38 pip-delete-this-directory.txt
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/ |
H A D | EnterPipToOtherOrientationTest.kt | 17 package com.android.wm.shell.flicker.pip 34 import com.android.wm.shell.flicker.pip.PipTransition.BroadcastActionTrigger.Companion.ORIENTATION_… 35 import com.android.wm.shell.flicker.pip.PipTransition.BroadcastActionTrigger.Companion.ORIENTATION_…
|
/aosp12/system/bt/gd/cert/ |
H A D | set_up_virtualenv.sh | 61 sudo apt-get install python3-pip 82 dpkg -l python3-pip > /dev/null 2>&1
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/ |
H A D | TvPipTestBase.kt | 17 package com.android.wm.shell.flicker.pip.tv 27 import com.android.wm.shell.flicker.pip.PipTestBase
|