Searched refs:attachedTransformation (Results 1 – 1 of 1) sorted by relevance
1026 Transformation attachedTransformation = in computeShownFrameLocked() local1040 attachedTransformation = wallpaperAnimator.mTransformation; in computeShownFrameLocked()1041 if (WindowManagerService.DEBUG_WALLPAPER && attachedTransformation != null) { in computeShownFrameLocked()1042 Slog.v(TAG, "WP target attached xform: " + attachedTransformation); in computeShownFrameLocked()1062 if (selfTransformation || attachedTransformation != null in computeShownFrameLocked()1093 if (attachedTransformation != null) { in computeShownFrameLocked()1094 tmpMatrix.postConcat(attachedTransformation.getMatrix()); in computeShownFrameLocked()1149 if (attachedTransformation != null) { in computeShownFrameLocked()1150 mShownAlpha *= attachedTransformation.getAlpha(); in computeShownFrameLocked()1181 + " attached=" + (attachedTransformation == null ? in computeShownFrameLocked()[all …]