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.java126 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/
DAppWindowContainerController.java189 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()
DAppWindowToken.java269 int configChanges, boolean launchTaskBehind, boolean alwaysFocusable, in AppWindowToken() argument
278 mLaunchTaskBehind = launchTaskBehind; in AppWindowToken()