Searched refs:appTransformation (Results 1 – 1 of 1) sorted by relevance
931 Transformation appTransformation = (mAppAnimator != null && mAppAnimator.hasTransformation) in computeShownFrameLocked() local952 appTransformation = wpAppAnimator.transformation; in computeShownFrameLocked()953 if (DEBUG_WALLPAPER && appTransformation != null) { in computeShownFrameLocked()954 Slog.v(TAG, "WP target app xform: " + appTransformation); in computeShownFrameLocked()967 || appTransformation != null || screenAnimation) { in computeShownFrameLocked()999 if (appTransformation != null) { in computeShownFrameLocked()1000 tmpMatrix.postConcat(appTransformation.getMatrix()); in computeShownFrameLocked()1055 if (appTransformation != null) { in computeShownFrameLocked()1056 mShownAlpha *= appTransformation.getAlpha(); in computeShownFrameLocked()1057 if (appTransformation.hasClipRect()) { in computeShownFrameLocked()[all …]