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.java889 Transformation attachedTransformation = in computeShownFrameLocked() local
903 attachedTransformation = wallpaperAnimator.mTransformation; in computeShownFrameLocked()
904 if (DEBUG_WALLPAPER && attachedTransformation != null) { in computeShownFrameLocked()
905 Slog.v(TAG, "WP target attached xform: " + attachedTransformation); in computeShownFrameLocked()
927 if (selfTransformation || attachedTransformation != null in computeShownFrameLocked()
957 if (attachedTransformation != null) { in computeShownFrameLocked()
958 tmpMatrix.postConcat(attachedTransformation.getMatrix()); in computeShownFrameLocked()
1008 if (attachedTransformation != null) { in computeShownFrameLocked()
1009 mShownAlpha *= attachedTransformation.getAlpha(); in computeShownFrameLocked()
1040 + " attached=" + (attachedTransformation == null ? in computeShownFrameLocked()
[all …]