Searched refs:mFixedRotationTransformState (Results 1 – 1 of 1) sorted by relevance
413 return mFixedRotationTransformState != null; in hasFixedRotationTransform()421 return this == token || mFixedRotationTransformState == token.mFixedRotationTransformState; in hasFixedRotationTransform()425 return mFixedRotationTransformState != null in isFinishingFixedRotationTransform()430 return mFixedRotationTransformState != null in isFixedRotationTransforming()465 if (mFixedRotationTransformState != null) { in applyFixedRotationTransform()466 mFixedRotationTransformState.disassociate(this); in applyFixedRotationTransform()487 if (mFixedRotationTransformState != null) { in linkFixedRotationTransform()488 mFixedRotationTransformState.disassociate(this); in linkFixedRotationTransform()490 mFixedRotationTransformState = fixedRotationState; in linkFixedRotationTransform()515 if (mFixedRotationTransformState == null) { in hasAnimatingFixedRotationTransition()[all …]