Searched refs:ScreenRotationAnimation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimator.java651 final ScreenRotationAnimation screenRotationAnimation =
689 final ScreenRotationAnimation screenRotationAnimation =
795 pw.print(subPrefix); pw.println("no ScreenRotationAnimation ");
862 void setScreenRotationAnimationLocked(int displayId, ScreenRotationAnimation animation) {
868 ScreenRotationAnimation getScreenRotationAnimationLocked(int displayId) {
876 ScreenRotationAnimation mScreenRotationAnimation = null;
H A DAppWindowAnimator.java180 ScreenRotationAnimation screenRotationAnimation =
H A DScreenRotationAnimation.java38 class ScreenRotationAnimation { class
39 static final String TAG = "ScreenRotationAnimation";
201 public ScreenRotationAnimation(Context context, DisplayContent displayContent, method in class:ScreenRotationAnimation
239 ">>> OPEN TRANSACTION ScreenRotationAnimation");
254 Slog.w(TAG, "ScreenRotationAnimation ctor: displayOffset="
285 "<<< CLOSE TRANSACTION ScreenRotationAnimation");
539 ">>> OPEN TRANSACTION ScreenRotationAnimation.startAnimation");
563 "<<< CLOSE TRANSACTION ScreenRotationAnimation.startAnimation");
570 ">>> OPEN TRANSACTION ScreenRotationAnimation.startAnimation");
603 "<<< CLOSE TRANSACTION ScreenRotationAnimation
[all...]
H A DWindowManagerService.java6263 ScreenRotationAnimation screenRotationAnimation =
6440 ScreenRotationAnimation screenRotationAnimation =
6501 // startFreezingDisplayLocked can reset the ScreenRotationAnimation.
10598 ScreenRotationAnimation screenRotationAnimation =
10618 screenRotationAnimation = new ScreenRotationAnimation(mContext, displayContent,
10659 ScreenRotationAnimation screenRotationAnimation =
H A DWindowStateAnimator.java1058 final ScreenRotationAnimation screenRotationAnimation =

Completed in 1437 milliseconds