Home
last modified time | relevance | path

Searched refs:rotationAnimationHint (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
110 showForAllUsers, targetSdk, orientation, rotationAnimationHint, configChanges, 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.java183 int targetSdkVersion, int rotationAnimationHint, long inputDispatchingTimeoutNanos, in AppWindowContainerController() argument
188 targetSdkVersion, rotationAnimationHint, inputDispatchingTimeoutNanos, in AppWindowContainerController()
196 int targetSdkVersion, int rotationAnimationHint, long inputDispatchingTimeoutNanos, 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.java202 boolean showForAllUsers, int targetSdk, int orientation, int rotationAnimationHint, in AppWindowToken() argument
214 mRotationAnimationHint = rotationAnimationHint; in AppWindowToken()