Home
last modified time | relevance | path

Searched refs:attachedTransformation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java1031 Transformation attachedTransformation = in computeShownFrameLocked() local
1045 attachedTransformation = wallpaperAnimator.mTransformation; in computeShownFrameLocked()
1046 if (WindowManagerService.DEBUG_WALLPAPER && attachedTransformation != null) { in computeShownFrameLocked()
1047 Slog.v(TAG, "WP target attached xform: " + attachedTransformation); in computeShownFrameLocked()
1067 if (selfTransformation || attachedTransformation != null in computeShownFrameLocked()
1098 if (attachedTransformation != null) { in computeShownFrameLocked()
1099 tmpMatrix.postConcat(attachedTransformation.getMatrix()); in computeShownFrameLocked()
1151 if (attachedTransformation != null) { in computeShownFrameLocked()
1152 mShownAlpha *= attachedTransformation.getAlpha(); in computeShownFrameLocked()
1180 + " attached=" + (attachedTransformation == null ? in computeShownFrameLocked()
[all …]