Searched refs:getCanBeIndependent (Results 1 – 1 of 1) sorted by relevance
1035 if (!getCanBeIndependent(mCollectingTransition, queued)) return false; in canStartCollectingNow()1037 if (!getCanBeIndependent(mWaitingTransitions.get(i), queued)) return false; in canStartCollectingNow()1110 boolean getCanBeIndependent(Transition collecting, @Nullable Transition queued) { in getCanBeIndependent() method in TransitionController