Searched refs:isInMultiWindowMode (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/java/android/app/
H A DFragmentController.java256 public void dispatchMultiWindowModeChanged(boolean isInMultiWindowMode) { argument
257 mHost.mFragmentManager.dispatchMultiWindowModeChanged(isInMultiWindowMode);
267 public void dispatchMultiWindowModeChanged(boolean isInMultiWindowMode, argument
269 mHost.mFragmentManager.dispatchMultiWindowModeChanged(isInMultiWindowMode, newConfig);
H A DFragment.java1676 * @param isInMultiWindowMode True if the activity is in multi-window mode.
1678 * {@param isInMultiWindowMode}.
1680 public void onMultiWindowModeChanged(boolean isInMultiWindowMode, Configuration newConfig) { argument
1681 onMultiWindowModeChanged(isInMultiWindowMode);
1689 * @param isInMultiWindowMode True if the activity is in multi-window mode.
1694 public void onMultiWindowModeChanged(boolean isInMultiWindowMode) { argument
2572 void performMultiWindowModeChanged(boolean isInMultiWindowMode) { argument
2573 onMultiWindowModeChanged(isInMultiWindowMode);
2575 mChildFragmentManager.dispatchMultiWindowModeChanged(isInMultiWindowMode);
2579 void performMultiWindowModeChanged(boolean isInMultiWindowMode, Configuratio argument
[all...]
H A DIApplicationThread.aidl148 void scheduleMultiWindowModeChanged(IBinder token, boolean isInMultiWindowMode,
H A DActivity.java1979 * @param isInMultiWindowMode True if the activity is in multi-window mode.
1981 * {@param isInMultiWindowMode}.
1983 public void onMultiWindowModeChanged(boolean isInMultiWindowMode, Configuration newConfig) { argument
1986 onMultiWindowModeChanged(isInMultiWindowMode);
1995 * @param isInMultiWindowMode True if the activity is in multi-window mode.
2000 public void onMultiWindowModeChanged(boolean isInMultiWindowMode) { argument
2011 public boolean isInMultiWindowMode() { method in class:Activity
2013 return ActivityManager.getService().isInMultiWindowMode(mToken);
7225 final void dispatchMultiWindowModeChanged(boolean isInMultiWindowMode, argument
7228 "dispatchMultiWindowModeChanged " + this + ": " + isInMultiWindowMode
[all...]
H A DFragmentManager.java3039 public void dispatchMultiWindowModeChanged(boolean isInMultiWindowMode) { argument
3043 f.performMultiWindowModeChanged(isInMultiWindowMode);
3048 public void dispatchMultiWindowModeChanged(boolean isInMultiWindowMode, argument
3053 f.performMultiWindowModeChanged(isInMultiWindowMode, newConfig);
H A DIActivityManager.aidl501 boolean isInMultiWindowMode(in IBinder token);
H A DActivityThread.java1422 public void scheduleMultiWindowModeChanged(IBinder token, boolean isInMultiWindowMode, argument
1427 args.argi1 = isInMultiWindowMode ? 1 : 0;
3085 private void handleMultiWindowModeChanged(IBinder token, boolean isInMultiWindowMode, argument
3093 r.activity.dispatchMultiWindowModeChanged(isInMultiWindowMode, newConfig);
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentController.java272 public void dispatchMultiWindowModeChanged(boolean isInMultiWindowMode) { argument
273 mHost.mFragmentManager.dispatchMultiWindowModeChanged(isInMultiWindowMode);
H A DFragmentActivity.java240 * @param isInMultiWindowMode True if the activity is in multi-window mode.
244 public void onMultiWindowModeChanged(boolean isInMultiWindowMode) { argument
245 mFragments.dispatchMultiWindowModeChanged(isInMultiWindowMode);
H A DFragment.java1480 * @param isInMultiWindowMode True if the activity is in multi-window mode.
1482 public void onMultiWindowModeChanged(boolean isInMultiWindowMode) { argument
2305 void performMultiWindowModeChanged(boolean isInMultiWindowMode) { argument
2306 onMultiWindowModeChanged(isInMultiWindowMode);
2308 mChildFragmentManager.dispatchMultiWindowModeChanged(isInMultiWindowMode);
H A DFragmentManager.java3225 public void dispatchMultiWindowModeChanged(boolean isInMultiWindowMode) { argument
3229 f.performMultiWindowModeChanged(isInMultiWindowMode);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java375 mRecentsView.updateBackgroundScrim(getWindow(), isInMultiWindowMode());
561 public void onMultiWindowModeChanged(boolean isInMultiWindowMode) { argument
562 super.onMultiWindowModeChanged(isInMultiWindowMode);
565 mRecentsView.updateBackgroundScrim(getWindow(), isInMultiWindowMode);
567 reloadTaskStack(isInMultiWindowMode, true /* sendConfigChangedEvent */);
882 reloadTaskStack(isInMultiWindowMode(), false /* sendConfigChangedEvent */);
886 private void reloadTaskStack(boolean isInMultiWindowMode, boolean sendConfigChangedEvent) { argument
909 EventBus.getDefault().send(new MultiWindowStateChangedEvent(isInMultiWindowMode,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DWorkLockActivity.java166 if (!isInMultiWindowMode()) {
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java479 public boolean isInMultiWindowMode(); method in interface:WindowManagerPolicy.WindowState
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java780 } else if (task != null && isInMultiWindowMode()) {
3266 public boolean isInMultiWindowMode() { method in class:WindowState
3279 return !isInMultiWindowMode();
3293 if (isInMultiWindowMode()) {
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java5286 && !win.isInMultiWindowMode()) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java8047 public boolean isInMultiWindowMode(IBinder token) { method in class:ActivityManagerService
[all...]

Completed in 407 milliseconds