HomeSort by relevance Sort by last modified time
    Searched refs:screenRotationAnimation (Results 1 - 7 of 7) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimator.java 171 final ScreenRotationAnimation screenRotationAnimation =
173 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) {
174 if (screenRotationAnimation.stepAnimationLocked(mCurrentTime)) {
178 screenRotationAnimation.kill();
206 final ScreenRotationAnimation screenRotationAnimation =
208 if (screenRotationAnimation != null) {
209 screenRotationAnimation.updateSurfaces(mTransaction)
    [all...]
DisplayContent.java     [all...]
WindowStateAnimator.java 686 final ScreenRotationAnimation screenRotationAnimation =
689 screenRotationAnimation != null && screenRotationAnimation.isAnimating();
698 if (screenRotationAnimation.isRotating()) {
749 mShownAlpha *= screenRotationAnimation.getEnterTransformation().getAlpha();
759 screenRotationAnimation.getEnterTransformation().getAlpha() : "null"));
    [all...]
WindowSurfacePlacer.java 561 final ScreenRotationAnimation screenRotationAnimation =
573 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating() &&
    [all...]
WindowManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 91 milliseconds