Searched refs:attachedTransformation (Results 1 – 1 of 1) sorted by relevance
844 Transformation attachedTransformation = in computeShownFrameLocked() local858 attachedTransformation = wallpaperAnimator.mTransformation; in computeShownFrameLocked()859 if (WindowManagerService.DEBUG_WALLPAPER && attachedTransformation != null) { in computeShownFrameLocked()860 Slog.v(TAG, "WP target attached xform: " + attachedTransformation); in computeShownFrameLocked()880 if (selfTransformation || attachedTransformation != null in computeShownFrameLocked()911 if (attachedTransformation != null) { in computeShownFrameLocked()912 tmpMatrix.postConcat(attachedTransformation.getMatrix()); in computeShownFrameLocked()966 if (attachedTransformation != null) { in computeShownFrameLocked()967 mShownAlpha *= attachedTransformation.getAlpha(); in computeShownFrameLocked()986 + " attached=" + (attachedTransformation == null ? in computeShownFrameLocked()[all …]