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