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.java106 int rotationAnimationHint, int configChanges, boolean launchTaskBehind, in TestAppWindowToken() argument
111 launchTaskBehind, alwaysFocusable, controller, overrideConfig, bounds); in TestAppWindowToken()
272 int rotationAnimationHint, int configChanges, boolean launchTaskBehind, in createAppWindow() argument
278 rotationAnimationHint, configChanges, launchTaskBehind, alwaysFocusable, in createAppWindow()
/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowContainerController.java182 boolean voiceInteraction, boolean launchTaskBehind, boolean alwaysFocusable, in AppWindowContainerController() argument
187 configChanges, voiceInteraction, launchTaskBehind, alwaysFocusable, in AppWindowContainerController()
195 boolean voiceInteraction, boolean launchTaskBehind, boolean alwaysFocusable, in AppWindowContainerController() argument
217 requestedOrientation, rotationAnimationHint, configChanges, launchTaskBehind, in AppWindowContainerController()
229 int rotationAnimationHint, int configChanges, boolean launchTaskBehind, in createAppWindow() argument
234 rotationAnimationHint, configChanges, launchTaskBehind, alwaysFocusable, in createAppWindow()
DAppWindowToken.java203 int configChanges, boolean launchTaskBehind, boolean alwaysFocusable, in AppWindowToken() argument
212 mLaunchTaskBehind = launchTaskBehind; in AppWindowToken()