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.java126 int rotationAnimationHint, int configChanges, boolean launchTaskBehind, in TestAppWindowToken() argument
129 showForAllUsers, targetSdk, orientation, rotationAnimationHint, configChanges, 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.java190 int targetSdkVersion, int rotationAnimationHint, long inputDispatchingTimeoutNanos) { in AppWindowContainerController() argument
194 targetSdkVersion, rotationAnimationHint, inputDispatchingTimeoutNanos, in AppWindowContainerController()
202 int targetSdkVersion, int rotationAnimationHint, long inputDispatchingTimeoutNanos, 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.java268 boolean showForAllUsers, int targetSdk, int orientation, int rotationAnimationHint, in AppWindowToken() argument
280 mRotationAnimationHint = rotationAnimationHint; in AppWindowToken()