Searched refs:attachedTransformation (Results 1 – 1 of 1) sorted by relevance
1031 Transformation attachedTransformation = in computeShownFrameLocked() local1045 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 …]