Searched refs:launchTaskBehind (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | WindowTestUtils.java | 126 int rotationAnimationHint, int configChanges, boolean launchTaskBehind, in TestAppWindowToken() argument 130 launchTaskBehind, alwaysFocusable, controller); in TestAppWindowToken() 298 int rotationAnimationHint, int configChanges, boolean launchTaskBehind, in createAppWindow() argument 303 rotationAnimationHint, configChanges, launchTaskBehind, alwaysFocusable, in createAppWindow()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppWindowContainerController.java | 189 boolean voiceInteraction, boolean launchTaskBehind, boolean alwaysFocusable, in AppWindowContainerController() argument 193 configChanges, voiceInteraction, launchTaskBehind, alwaysFocusable, in AppWindowContainerController() 201 boolean voiceInteraction, boolean launchTaskBehind, boolean alwaysFocusable, in AppWindowContainerController() argument 223 requestedOrientation, rotationAnimationHint, configChanges, launchTaskBehind, in AppWindowContainerController() 235 int rotationAnimationHint, int configChanges, boolean launchTaskBehind, in createAppWindow() argument 239 rotationAnimationHint, configChanges, launchTaskBehind, alwaysFocusable, in createAppWindow()
|
D | AppWindowToken.java | 269 int configChanges, boolean launchTaskBehind, boolean alwaysFocusable, in AppWindowToken() argument 278 mLaunchTaskBehind = launchTaskBehind; in AppWindowToken()
|