Searched refs:mTransformationInfo (Results 1 – 2 of 2) sorted by relevance
56 assertNull(view.mTransformationInfo); in testAlphaTransformationInfo()58 assertNotNull(view.mTransformationInfo); in testAlphaTransformationInfo()
4379 public TransformationInfo mTransformationInfo; field in View16559 final Matrix matrix = mTransformationInfo.mMatrix;16578 if (mTransformationInfo == null) {16579 mTransformationInfo = new TransformationInfo();16594 if (mTransformationInfo.mInverseMatrix == null) {16595 mTransformationInfo.mInverseMatrix = new Matrix();16597 final Matrix matrix = mTransformationInfo.mInverseMatrix;16987 return mTransformationInfo != null ? mTransformationInfo.mAlpha : 1;17087 if (mTransformationInfo.mAlpha != alpha) {17115 if (mTransformationInfo.mAlpha != alpha) {[all …]