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