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

  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimator.java     [all...]
AppWindowAnimator.java 261 ScreenRotationAnimation screenRotationAnimation =
263 final boolean screenAnimation = screenRotationAnimation != null
264 && screenRotationAnimation.isAnimating();
266 thumbnailTransformation.postCompose(screenRotationAnimation.getEnterTransformation());
ScreenRotationAnimation.java 46 class ScreenRotationAnimation {
47 static final String TAG = TAG_WITH_CLASS_NAME ? "ScreenRotationAnimation" : TAG_WM;
217 public ScreenRotationAnimation(Context context, DisplayContent displayContent,
255 ">>> OPEN TRANSACTION ScreenRotationAnimation");
270 Slog.w(TAG, "ScreenRotationAnimation ctor: displayOffset="
300 "<<< CLOSE TRANSACTION ScreenRotationAnimation");
548 ">>> OPEN TRANSACTION ScreenRotationAnimation.startAnimation");
572 "<<< CLOSE TRANSACTION ScreenRotationAnimation.startAnimation");
579 ">>> OPEN TRANSACTION ScreenRotationAnimation.startAnimation");
612 "<<< CLOSE TRANSACTION ScreenRotationAnimation.startAnimation")
    [all...]
WindowManagerService.java     [all...]
WindowStateAnimator.java     [all...]

Completed in 1711 milliseconds