Home
last modified time | relevance | path

Searched refs:findAllPending (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/
H A DTaskViewTransitionsTest.java186 mTaskViewTransitions.findAllPending(mTaskViewTaskController) in testSetTaskBounds_taskVisibleWithPendingChange_transition()
224 mTaskViewTransitions.findAllPending(mTaskViewTaskController) in testSetTaskBounds_sameBounds_noTransaction()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewTransitions.java172 ArrayList<PendingTransition> findAllPending(TaskViewTaskController taskView) { in findAllPending() method in TaskViewTransitions