Searched refs:launchTaskBehind (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | WindowTestUtils.java | 101 int rotationAnimationHint, int configChanges, boolean launchTaskBehind, in TestAppWindowToken() argument 106 launchTaskBehind, alwaysFocusable, controller, overrideConfig, bounds); in TestAppWindowToken() 258 int rotationAnimationHint, int configChanges, boolean launchTaskBehind, in createAppWindow() argument 264 rotationAnimationHint, configChanges, launchTaskBehind, alwaysFocusable, in createAppWindow()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppWindowContainerController.java | 216 boolean voiceInteraction, boolean launchTaskBehind, boolean alwaysFocusable, in AppWindowContainerController() argument 221 configChanges, voiceInteraction, launchTaskBehind, alwaysFocusable, in AppWindowContainerController() 229 boolean voiceInteraction, boolean launchTaskBehind, boolean alwaysFocusable, in AppWindowContainerController() argument 251 requestedOrientation, rotationAnimationHint, configChanges, launchTaskBehind, in AppWindowContainerController() 263 int rotationAnimationHint, int configChanges, boolean launchTaskBehind, in createAppWindow() argument 268 rotationAnimationHint, configChanges, launchTaskBehind, alwaysFocusable, in createAppWindow()
|
D | AppWindowToken.java | 199 int configChanges, boolean launchTaskBehind, boolean alwaysFocusable, in AppWindowToken() argument 208 mLaunchTaskBehind = launchTaskBehind; in AppWindowToken()
|