Home
last modified time | relevance | path

Searched refs:isInMultiWindowMode (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DFragmentController.java263 public void dispatchMultiWindowModeChanged(boolean isInMultiWindowMode) { in dispatchMultiWindowModeChanged() argument
264 mHost.mFragmentManager.dispatchMultiWindowModeChanged(isInMultiWindowMode); in dispatchMultiWindowModeChanged()
274 public void dispatchMultiWindowModeChanged(boolean isInMultiWindowMode, in dispatchMultiWindowModeChanged() argument
276 mHost.mFragmentManager.dispatchMultiWindowModeChanged(isInMultiWindowMode, newConfig); in dispatchMultiWindowModeChanged()
H A DFragment.java1682 public void onMultiWindowModeChanged(boolean isInMultiWindowMode, Configuration newConfig) {
1683 onMultiWindowModeChanged(isInMultiWindowMode);
1696 public void onMultiWindowModeChanged(boolean isInMultiWindowMode) {
2574 void performMultiWindowModeChanged(boolean isInMultiWindowMode) {
2575 onMultiWindowModeChanged(isInMultiWindowMode);
2577 mChildFragmentManager.dispatchMultiWindowModeChanged(isInMultiWindowMode);
2581 void performMultiWindowModeChanged(boolean isInMultiWindowMode, Configuration newConfig) {
2582 onMultiWindowModeChanged(isInMultiWindowMode, newConfig);
2584 mChildFragmentManager.dispatchMultiWindowModeChanged(isInMultiWindowMode, newConfig);
H A DActivity.java2852 public void onMultiWindowModeChanged(boolean isInMultiWindowMode, Configuration newConfig) { in onMultiWindowModeChanged() argument
2855 onMultiWindowModeChanged(isInMultiWindowMode); in onMultiWindowModeChanged()
2869 public void onMultiWindowModeChanged(boolean isInMultiWindowMode) { in onMultiWindowModeChanged() argument
2880 public boolean isInMultiWindowMode() { in isInMultiWindowMode() method in Activity
8914 final void dispatchMultiWindowModeChanged(boolean isInMultiWindowMode,
8917 "dispatchMultiWindowModeChanged " + this + ": " + isInMultiWindowMode
8919 mFragments.dispatchMultiWindowModeChanged(isInMultiWindowMode, newConfig);
8923 mIsInMultiWindowMode = isInMultiWindowMode;
8924 onMultiWindowModeChanged(isInMultiWindowMode, newConfig);
H A DFragmentManager.java3064 public void dispatchMultiWindowModeChanged(boolean isInMultiWindowMode) { in dispatchMultiWindowModeChanged() argument
3068 f.performMultiWindowModeChanged(isInMultiWindowMode); in dispatchMultiWindowModeChanged()
3073 public void dispatchMultiWindowModeChanged(boolean isInMultiWindowMode, in dispatchMultiWindowModeChanged() argument
3078 f.performMultiWindowModeChanged(isInMultiWindowMode, newConfig); in dispatchMultiWindowModeChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/shortcut/
H A DLaunchNoteTaskActivity.kt35 if (isInMultiWindowMode) {
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/
H A DSampleSidecarImpl.java115 if (activity.isInMultiWindowMode()) { in getDisplayFeatures()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java1087 return orientation == Configuration.ORIENTATION_LANDSCAPE && !isInMultiWindowMode();
2778 == Configuration.ORIENTATION_PORTRAIT && !isInMultiWindowMode();
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt587 HSPLandroid/app/Activity;->isInMultiWindowMode()Z
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt5390 Landroid/app/IActivityManager$Stub$Proxy;->isInMultiWindowMode(Landroid/os/IBinder;)Z
5995 Landroid/app/IActivityManager;->isInMultiWindowMode(Landroid/os/IBinder;)Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt587 HSPLandroid/app/Activity;->isInMultiWindowMode()Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt4384 method public boolean isInMultiWindowMode();