Searched refs:mChildPipActivity (Results 1 – 3 of 3) sorted by relevance
624 ActivityRecord mChildPipActivity; field in Task1593 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);
1427 if (task.mChildPipActivity != null) return true; in isInVisibleRange()
1505 mLastParentBeforePip.mChildPipActivity = this; in setLastParentBeforePip()1510 mLastParentBeforePip.mChildPipActivity = null; in clearLastParentBeforePip()