Searched refs:mAssociatedTokens (Results 1 – 1 of 1) sorted by relevance
136 final ArrayList<WindowToken> mAssociatedTokens = new ArrayList<>(3); field in WindowToken.FixedRotationTransformState179 mAssociatedTokens.remove(token); in disassociate()473 mFixedRotationTransformState.mAssociatedTokens.add(this); in applyFixedRotationTransform()492 fixedRotationState.mAssociatedTokens.add(this); in linkFixedRotationTransform()523 for (int i = mFixedRotationTransformState.mAssociatedTokens.size() - 1; i >= 0; i--) { in hasAnimatingFixedRotationTransition()525 mFixedRotationTransformState.mAssociatedTokens.get(i).asActivityRecord(); in hasAnimatingFixedRotationTransition()556 for (int i = state.mAssociatedTokens.size() - 1; i >= 0; i--) { in finishFixedRotationTransform()557 final WindowToken token = state.mAssociatedTokens.get(i); in finishFixedRotationTransform()