Searched refs:pip (Results 1 – 25 of 170) sorted by relevance
1234567
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipTaskOrganizer.java | 17 package com.android.wm.shell.pip.tv; 28 import com.android.wm.shell.common.pip.PipBoundsAlgorithm; 29 import com.android.wm.shell.common.pip.PipBoundsState; 30 import com.android.wm.shell.common.pip.PipDisplayLayoutState; 31 import com.android.wm.shell.common.pip.PipMenuController; 32 import com.android.wm.shell.common.pip.PipPerfHintController; 33 import com.android.wm.shell.common.pip.PipUiEventLogger; 34 import com.android.wm.shell.common.pip.PipUtils; 35 import com.android.wm.shell.pip.PipAnimationController; 36 import com.android.wm.shell.pip.PipParamsChangedForwarder; [all …]
|
D | TvPipActionsProvider.java | 17 package com.android.wm.shell.pip.tv; 20 import static com.android.wm.shell.pip.tv.TvPipAction.ACTION_CLOSE; 21 import static com.android.wm.shell.pip.tv.TvPipAction.ACTION_CUSTOM; 22 import static com.android.wm.shell.pip.tv.TvPipAction.ACTION_CUSTOM_CLOSE; 23 import static com.android.wm.shell.pip.tv.TvPipAction.ACTION_EXPAND_COLLAPSE; 24 import static com.android.wm.shell.pip.tv.TvPipAction.ACTION_FULLSCREEN; 25 import static com.android.wm.shell.pip.tv.TvPipAction.ACTION_MOVE; 26 import static com.android.wm.shell.pip.tv.TvPipController.ACTION_CLOSE_PIP; 27 import static com.android.wm.shell.pip.tv.TvPipController.ACTION_MOVE_PIP; 28 import static com.android.wm.shell.pip.tv.TvPipController.ACTION_TOGGLE_EXPANDED_PIP; [all …]
|
D | TvPipBackgroundView.java | 17 package com.android.wm.shell.pip.tv; 19 import static com.android.wm.shell.pip.tv.TvPipMenuController.MODE_ALL_ACTIONS_MENU; 20 import static com.android.wm.shell.pip.tv.TvPipMenuController.MODE_MOVE_MENU; 21 import static com.android.wm.shell.pip.tv.TvPipMenuController.MODE_NO_MENU;
|
D | TvPipBoundsAlgorithm.java | 17 package com.android.wm.shell.pip.tv; 24 import static com.android.wm.shell.pip.tv.TvPipBoundsState.ORIENTATION_HORIZONTAL; 25 import static com.android.wm.shell.pip.tv.TvPipBoundsState.ORIENTATION_VERTICAL; 39 import com.android.wm.shell.common.pip.PipBoundsAlgorithm; 40 import com.android.wm.shell.common.pip.PipDisplayLayoutState; 41 import com.android.wm.shell.common.pip.PipKeepClearAlgorithmInterface; 42 import com.android.wm.shell.common.pip.PipSnapAlgorithm; 43 import com.android.wm.shell.common.pip.SizeSpecSource; 44 import com.android.wm.shell.pip.tv.TvPipKeepClearAlgorithm.Placement;
|
D | TvPipBoundsState.java | 17 package com.android.wm.shell.pip.tv; 32 import com.android.wm.shell.common.pip.PipBoundsAlgorithm; 33 import com.android.wm.shell.common.pip.PipBoundsState; 34 import com.android.wm.shell.common.pip.PipDisplayLayoutState; 35 import com.android.wm.shell.common.pip.SizeSpecSource;
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/pip/ |
D | TvPipModule.java | 17 package com.android.wm.shell.dagger.pip; 32 import com.android.wm.shell.common.pip.LegacySizeSpecSource; 33 import com.android.wm.shell.common.pip.PipAppOpsListener; 34 import com.android.wm.shell.common.pip.PipDisplayLayoutState; 35 import com.android.wm.shell.common.pip.PipMediaController; 36 import com.android.wm.shell.common.pip.PipPerfHintController; 37 import com.android.wm.shell.common.pip.PipSnapAlgorithm; 38 import com.android.wm.shell.common.pip.PipUiEventLogger; 41 import com.android.wm.shell.pip.Pip; 42 import com.android.wm.shell.pip.PipAnimationController; [all …]
|
D | Pip1Module.java | 17 package com.android.wm.shell.dagger.pip; 32 import com.android.wm.shell.common.pip.PhonePipKeepClearAlgorithm; 33 import com.android.wm.shell.common.pip.PipAppOpsListener; 34 import com.android.wm.shell.common.pip.PipBoundsAlgorithm; 35 import com.android.wm.shell.common.pip.PipBoundsState; 36 import com.android.wm.shell.common.pip.PipDisplayLayoutState; 37 import com.android.wm.shell.common.pip.PipMediaController; 38 import com.android.wm.shell.common.pip.PipPerfHintController; 39 import com.android.wm.shell.common.pip.PipSnapAlgorithm; 40 import com.android.wm.shell.common.pip.PipUiEventLogger; [all …]
|
D | PipModule.java | 17 package com.android.wm.shell.dagger.pip; 19 import com.android.wm.shell.common.pip.PipUtils; 21 import com.android.wm.shell.pip.PipTransitionController; 39 com.android.wm.shell.pip.PipTransition legacyPipTransition, in providePipTransitionController()
|
D | Pip2Module.java | 17 package com.android.wm.shell.dagger.pip; 30 import com.android.wm.shell.common.pip.PipBoundsAlgorithm; 31 import com.android.wm.shell.common.pip.PipBoundsState; 32 import com.android.wm.shell.common.pip.PipDisplayLayoutState; 33 import com.android.wm.shell.common.pip.PipMediaController; 34 import com.android.wm.shell.common.pip.PipPerfHintController; 35 import com.android.wm.shell.common.pip.PipSnapAlgorithm; 36 import com.android.wm.shell.common.pip.PipUiEventLogger; 37 import com.android.wm.shell.common.pip.PipUtils; 38 import com.android.wm.shell.common.pip.SizeSpecSource;
|
D | Pip1SharedModule.java | 17 package com.android.wm.shell.dagger.pip; 22 import com.android.wm.shell.pip.PipAnimationController; 23 import com.android.wm.shell.pip.PipSurfaceTransactionHelper;
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/ |
D | Android.bp | 64 package_name: "com.android.wm.shell.flicker.pip", 65 instrumentation_target_package: "com.android.wm.shell.flicker.pip", 79 package_name: "com.android.wm.shell.flicker.pip", 80 instrumentation_target_package: "com.android.wm.shell.flicker.pip", 94 package_name: "com.android.wm.shell.flicker.pip", 95 instrumentation_target_package: "com.android.wm.shell.flicker.pip", 114 package_name: "com.android.wm.shell.flicker.pip.apps", 115 instrumentation_target_package: "com.android.wm.shell.flicker.pip.apps", 129 package_name: "com.android.wm.shell.flicker.pip.apps", 130 instrumentation_target_package: "com.android.wm.shell.flicker.pip.apps", [all …]
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
D | PipTouchHandlerTest.java | 17 package com.android.wm.shell.pip.phone; 35 import com.android.wm.shell.common.pip.PhoneSizeSpecSource; 36 import com.android.wm.shell.common.pip.PipBoundsAlgorithm; 37 import com.android.wm.shell.common.pip.PipBoundsState; 38 import com.android.wm.shell.common.pip.PipDisplayLayoutState; 39 import com.android.wm.shell.common.pip.PipKeepClearAlgorithmInterface; 40 import com.android.wm.shell.common.pip.PipSnapAlgorithm; 41 import com.android.wm.shell.common.pip.PipUiEventLogger; 42 import com.android.wm.shell.common.pip.SizeSpecSource; 43 import com.android.wm.shell.pip.PipTaskOrganizer; [all …]
|
D | PipDoubleTapHelperTest.java | 17 package com.android.wm.shell.pip.phone; 19 import static com.android.wm.shell.common.pip.PipDoubleTapHelper.SIZE_SPEC_CUSTOM; 20 import static com.android.wm.shell.common.pip.PipDoubleTapHelper.SIZE_SPEC_DEFAULT; 21 import static com.android.wm.shell.common.pip.PipDoubleTapHelper.SIZE_SPEC_MAX; 22 import static com.android.wm.shell.common.pip.PipDoubleTapHelper.nextSizeSpec; 32 import com.android.wm.shell.common.pip.PipBoundsState; 33 import com.android.wm.shell.common.pip.PipDoubleTapHelper;
|
D | PipResizeGestureHandlerTest.java | 17 package com.android.wm.shell.pip.phone; 41 import com.android.wm.shell.common.pip.PhoneSizeSpecSource; 42 import com.android.wm.shell.common.pip.PipBoundsAlgorithm; 43 import com.android.wm.shell.common.pip.PipBoundsState; 44 import com.android.wm.shell.common.pip.PipDisplayLayoutState; 45 import com.android.wm.shell.common.pip.PipKeepClearAlgorithmInterface; 46 import com.android.wm.shell.common.pip.PipSnapAlgorithm; 47 import com.android.wm.shell.common.pip.PipUiEventLogger; 48 import com.android.wm.shell.common.pip.SizeSpecSource; 49 import com.android.wm.shell.pip.PipTaskOrganizer; [all …]
|
D | PipControllerTest.java | 17 package com.android.wm.shell.pip.phone; 58 import com.android.wm.shell.common.pip.PhonePipKeepClearAlgorithm; 59 import com.android.wm.shell.common.pip.PipAppOpsListener; 60 import com.android.wm.shell.common.pip.PipBoundsAlgorithm; 61 import com.android.wm.shell.common.pip.PipBoundsState; 62 import com.android.wm.shell.common.pip.PipDisplayLayoutState; 63 import com.android.wm.shell.common.pip.PipMediaController; 64 import com.android.wm.shell.common.pip.PipSnapAlgorithm; 66 import com.android.wm.shell.pip.PipAnimationController; 67 import com.android.wm.shell.pip.PipParamsChangedForwarder; [all …]
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipController.java | 17 package com.android.wm.shell.pip.phone; 25 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_ALPHA; 26 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_EXPAND_OR_UNEXPA… 27 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_LEAVE_PIP; 28 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_LEAVE_PIP_TO_SPL… 29 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_REMOVE_STACK; 30 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_SAME; 31 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_SNAP_AFTER_RESIZ… 32 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_TO_PIP; 33 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_USER_RESIZE; [all …]
|
D | PipMotionHelper.java | 17 package com.android.wm.shell.pip.phone; 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; 26 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_EXPAND_OR_UNEXPA… 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; 42 import com.android.wm.shell.common.pip.PipAppOpsListener; 43 import com.android.wm.shell.common.pip.PipBoundsState; 44 import com.android.wm.shell.common.pip.PipPerfHintController; [all …]
|
D | PipTouchHandler.java | 17 package com.android.wm.shell.pip.phone; 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; 24 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_TO_PIP; 25 import static com.android.wm.shell.pip.phone.PhonePipMenuController.MENU_STATE_FULL; 26 import static com.android.wm.shell.pip.phone.PhonePipMenuController.MENU_STATE_NONE; 27 import static com.android.wm.shell.pip.phone.PipMenuView.ANIM_TYPE_NONE; 55 import com.android.wm.shell.common.pip.PipBoundsAlgorithm; 56 import com.android.wm.shell.common.pip.PipBoundsState; [all …]
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
D | PipTaskOrganizerTest.java | 17 package com.android.wm.shell.pip; 19 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_TO_PIP; 56 import com.android.wm.shell.common.pip.PhoneSizeSpecSource; 57 import com.android.wm.shell.common.pip.PipBoundsAlgorithm; 58 import com.android.wm.shell.common.pip.PipBoundsState; 59 import com.android.wm.shell.common.pip.PipDisplayLayoutState; 60 import com.android.wm.shell.common.pip.PipKeepClearAlgorithmInterface; 61 import com.android.wm.shell.common.pip.PipSnapAlgorithm; 62 import com.android.wm.shell.common.pip.PipUiEventLogger; 63 import com.android.wm.shell.common.pip.SizeSpecSource; [all …]
|
D | PipBoundsStateTest.java | 17 package com.android.wm.shell.pip; 39 import com.android.wm.shell.common.pip.PhoneSizeSpecSource; 40 import com.android.wm.shell.common.pip.PipBoundsState; 41 import com.android.wm.shell.common.pip.PipDisplayLayoutState; 42 import com.android.wm.shell.common.pip.SizeSpecSource;
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/ |
D | WindowManagerShellWrapper.java | 24 import com.android.wm.shell.pip.PinnedStackListenerForwarder; 25 import com.android.wm.shell.pip.PinnedStackListenerForwarder.PinnedTaskListener;
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
D | PipSnapAlgorithm.java | 17 package com.android.wm.shell.common.pip; 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;
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/tv/ |
D | TvPipActionProviderTest.java | 17 package com.android.wm.shell.pip.tv; 19 import static com.android.wm.shell.pip.tv.TvPipAction.ACTION_CLOSE; 20 import static com.android.wm.shell.pip.tv.TvPipAction.ACTION_CUSTOM; 21 import static com.android.wm.shell.pip.tv.TvPipAction.ACTION_CUSTOM_CLOSE; 22 import static com.android.wm.shell.pip.tv.TvPipAction.ACTION_EXPAND_COLLAPSE; 23 import static com.android.wm.shell.pip.tv.TvPipAction.ACTION_FULLSCREEN; 24 import static com.android.wm.shell.pip.tv.TvPipAction.ACTION_MOVE; 42 import com.android.wm.shell.common.pip.PipMediaController;
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/ |
D | EnterPipViaAppUiButtonTest.kt | 17 package com.android.wm.shell.flicker.pip 22 import com.android.wm.shell.flicker.pip.common.EnterPipTransition
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipTransitionController.java | 17 package com.android.wm.shell.pip; 22 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_REMOVE_STACK; 23 import static com.android.wm.shell.pip.PipAnimationController.isInPipDirection; 46 import com.android.wm.shell.common.pip.PipBoundsAlgorithm; 47 import com.android.wm.shell.common.pip.PipBoundsState; 48 import com.android.wm.shell.common.pip.PipMenuController;
|
1234567