Searched refs:appTransformation (Results 1 – 1 of 1) sorted by relevance
892 Transformation appTransformation = (mAppAnimator != null && mAppAnimator.hasTransformation) in computeShownFrameLocked() local913 appTransformation = wpAppAnimator.transformation; in computeShownFrameLocked()914 if (DEBUG_WALLPAPER && appTransformation != null) { in computeShownFrameLocked()915 Slog.v(TAG, "WP target app xform: " + appTransformation); in computeShownFrameLocked()928 || appTransformation != null || screenAnimation) { in computeShownFrameLocked()960 if (appTransformation != null) { in computeShownFrameLocked()961 tmpMatrix.postConcat(appTransformation.getMatrix()); in computeShownFrameLocked()1011 if (appTransformation != null) { in computeShownFrameLocked()1012 mShownAlpha *= appTransformation.getAlpha(); in computeShownFrameLocked()1013 if (appTransformation.hasClipRect()) { in computeShownFrameLocked()[all …]