Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java624 ActivityRecord mChildPipActivity; field in Task
1593 if (mChildPipActivity != null && mChildPipActivity.getTask() != null) { in clearPinnedTaskIfNeed()
1594 mTaskSupervisor.removeRootTask(mChildPipActivity.getTask()); in clearPinnedTaskIfNeed()
3665 pw.print(prefix); pw.println("hasChildPipActivity=" + (mChildPipActivity != null));
6220 proto.write(HAS_CHILD_PIP_ACTIVITY, mChildPipActivity != null);
H A DRecentTasks.java1427 if (task.mChildPipActivity != null) return true; in isInVisibleRange()
H A DActivityRecord.java1505 mLastParentBeforePip.mChildPipActivity = this; in setLastParentBeforePip()
1510 mLastParentBeforePip.mChildPipActivity = null; in clearLastParentBeforePip()