Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewTaskController.java73 private ActivityManager.RunningTaskInfo mPendingInfo; field in TaskViewTaskController
268 mPendingInfo = null; in resetTaskInfo()
299 mPendingInfo = taskInfo; in onTaskAppeared()
550 if (mPendingInfo != null) { in setTaskNotFound()
560 if (mPendingInfo != null) { in cleanUpPendingTask()
561 final ActivityManager.RunningTaskInfo pendingInfo = mPendingInfo; in cleanUpPendingTask()
600 mPendingInfo = null; in prepareOpenAnimation()