Searched refs:targetList (Results 1 – 3 of 3) sorted by relevance
433 targetList -> invokePredictionCallback(callback, targetList))); in sortAppTargets()
2572 final ArrayList<ChangeInfo> targetList = targets.getListSortedByZ(); in calculateTargets() local2573 ProtoLog.v(ProtoLogGroup.WM_DEBUG_WINDOW_TRANSITIONS, " Final targets: %s", targetList); in calculateTargets()2574 return targetList; in calculateTargets()2582 final ArrayList<ChangeInfo> targetList = new ArrayList<>(targets.mArray.size()); in populateParentChanges() local2584 targetList.add(targets.mArray.valueAt(i)); in populateParentChanges()2586 for (int i = targetList.size() - 1; i >= 0; --i) { in populateParentChanges()2587 final ChangeInfo targetChange = targetList.get(i); in populateParentChanges()2615 if (targetList.contains(parentChange)) { in populateParentChanges()
3710 std::string targetList; in processInteractionsLocked() local3712 targetList += connection->getInputChannelName() + ", "; in processInteractionsLocked()3714 std::string message = "Interaction with: " + targetList; in processInteractionsLocked()3715 if (targetList.empty()) { in processInteractionsLocked()