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

  /frameworks/base/services/java/com/android/server/wm/
WindowAnimator.java 483 final ScreenRotationAnimation screenRotationAnimation =
485 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) {
486 if (screenRotationAnimation.stepAnimationLocked(mCurrentTime)) {
490 screenRotationAnimation.kill();
511 final ScreenRotationAnimation screenRotationAnimation =
513 if (screenRotationAnimation != null) {
514 screenRotationAnimation.updateSurfacesInTransaction()
    [all...]
AppWindowAnimator.java 150 ScreenRotationAnimation screenRotationAnimation =
152 final boolean screenAnimation = screenRotationAnimation != null
153 && screenRotationAnimation.isAnimating();
155 thumbnailTransformation.postCompose(screenRotationAnimation.getEnterTransformation());
ScreenRotationAnimation.java 38 class ScreenRotationAnimation {
39 static final String TAG = "ScreenRotationAnimation";
201 public ScreenRotationAnimation(Context context, DisplayContent displayContent,
238 ">>> OPEN TRANSACTION ScreenRotationAnimation");
248 Slog.w(TAG, "ScreenRotationAnimation ctor: displayOffset="
279 "<<< CLOSE TRANSACTION ScreenRotationAnimation");
533 ">>> OPEN TRANSACTION ScreenRotationAnimation.startAnimation");
557 "<<< CLOSE TRANSACTION ScreenRotationAnimation.startAnimation");
564 ">>> OPEN TRANSACTION ScreenRotationAnimation.startAnimation");
597 "<<< CLOSE TRANSACTION ScreenRotationAnimation.startAnimation")
    [all...]
WindowStateAnimator.java     [all...]
WindowManagerService.java     [all...]

Completed in 39 milliseconds