Home
last modified time | relevance | path

Searched refs:launchTaskBehind (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowTestUtils.java101 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/
DAppWindowContainerController.java216 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()
DAppWindowToken.java199 int configChanges, boolean launchTaskBehind, boolean alwaysFocusable, in AppWindowToken() argument
208 mLaunchTaskBehind = launchTaskBehind; in AppWindowToken()