Searched defs:sortedTargets (Results 1 – 1 of 1) sorted by relevance
2699 ArrayList<ChangeInfo> sortedTargets, in calculateTransitionRoots()2749 ArrayList<ChangeInfo> sortedTargets, in calculateTransitionInfo()2927 @TransitionType int type, @NonNull ArrayList<ChangeInfo> sortedTargets) { in calculateAnimationOptionsForActivityTransition()3085 ArrayList<ChangeInfo> sortedTargets) { in getLayoutParamsForAnimationsStyle()3115 List<ChangeInfo> sortedTargets, in findAnimLayoutParamsActivityRecord()3132 private static ActivityRecord lookForTopWindowWithFilter(List<ChangeInfo> sortedTargets, in lookForTopWindowWithFilter()3832 final ArrayList<ChangeInfo> sortedTargets = new ArrayList<>(arrayByZ.size()); in getListSortedByZ() local