Searched refs:rotationAnimationHint (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | WindowTestUtils.java | 126 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/ |
D | AppWindowContainerController.java | 190 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()
|
D | AppWindowToken.java | 268 boolean showForAllUsers, int targetSdk, int orientation, int rotationAnimationHint, in AppWindowToken() argument 280 mRotationAnimationHint = rotationAnimationHint; in AppWindowToken()
|