Searched refs:isDescendantOf (Results 1 – 21 of 21) sorted by relevance
513 assertThat(mDefaultTaskDisplayArea.isDescendantOf(mRoot)).isTrue(); in testBuilder_displayAreaGroup_attachDisplayAreas()514 assertThat(mGroupRoot1.isDescendantOf(mRoot)).isTrue(); in testBuilder_displayAreaGroup_attachDisplayAreas()515 assertThat(mGroupRoot2.isDescendantOf(mRoot)).isTrue(); in testBuilder_displayAreaGroup_attachDisplayAreas()516 assertThat(mImeContainer.isDescendantOf(mGroupRoot1)).isTrue(); in testBuilder_displayAreaGroup_attachDisplayAreas()517 assertThat(mTda1.isDescendantOf(mGroupRoot1)).isTrue(); in testBuilder_displayAreaGroup_attachDisplayAreas()518 assertThat(mTda2.isDescendantOf(mGroupRoot2)).isTrue(); in testBuilder_displayAreaGroup_attachDisplayAreas()554 assertThat(da.isDescendantOf(mGroupRoot1)).isTrue(); in testBuilder_displayAreaGroup_createFeatureOnGroup()557 assertThat(da.isDescendantOf(mGroupRoot2)).isTrue(); in testBuilder_displayAreaGroup_createFeatureOnGroup()585 assertThat(token.isDescendantOf(mRoot)).isTrue(); in testBuilder_addWindow_selectContainerForWindowFunc_defaultFunc()586 assertThat(token.isDescendantOf(mGroupRoot1)).isFalse(); in testBuilder_addWindow_selectContainerForWindowFunc_defaultFunc()[all …]
817 assertTrue(activity.isDescendantOf(parent)); in testAdjustLaunchTargetWithAdjacentTask()
108 if (!isDescendantOf(previousRoot)) { in placeImeContainer()
90 && focusedTask.isDescendantOf(root); in getTasks()
89 && (starting == null || !starting.isDescendantOf(mTaskFragment)); in process()
260 if (!rootTask.isDescendantOf(mRootHomeTask)) {1087 || sourceTask.isDescendantOf(mLaunchAdjacentFlagRootTask))) {1103 || sourceTask.isDescendantOf(adjacentRootTask))) {1122 || candidateTask.isDescendantOf(adjacentTarget))) {
426 if (wc == task || wc.isDescendantOf(task)) { in isInTransientHide()451 if (mTransientLaunches.keyAt(i).isDescendantOf(task)) { in isTransientVisible()497 if (mTransientLaunches.keyAt(i).isDescendantOf(container)) { in getTransientLaunchRestoreTarget()868 while (prevParent != ancestor && !prevParent.isDescendantOf(ancestor)) { in collectReparentChange()2717 final boolean hasReparent = !wc.isDescendantOf(ancestor); in calculateTransitionRoots()2791 if (target.isDescendantOf(occludedAtEndContainers.valueAt(occIndex))) { in calculateTransitionInfo()3066 while (!wc.isDescendantOf(ancestor)) { in findCommonAncestor()3077 while (prevParent != ancestor && !prevParent.isDescendantOf(ancestor)) { in findCommonAncestor()3881 if (top != null && (top == wc || top.isDescendantOf(wc))) { in freeze()
518 if (mWindowContainer.isDescendantOf(
218 if (lastOrientationSource == null || lastOrientationSource.isDescendantOf(this)) { in setIgnoreOrientationRequest()
549 if (ar == wc || ar.isDescendantOf(wc)) { in isInParticipant()
1125 if (activity.isDescendantOf(mPendingAnimations.get(i).mTask)) {
921 if (app.isDescendantOf(wc)) { in applyAnimations()
2838 if (this == topNonOrgTask || isDescendantOf(topNonOrgTask)) { in cropWindowsToRootTaskBounds()3792 if (r.isDescendantOf(this)) {5623 if (!srec.isDescendantOf(this)) {5740 if (tr != this && !tr.isDescendantOf(this)) {
954 boolean isDescendantOf(WindowContainer ancestor) { in isDescendantOf() method in WindowContainer957 return (parent != null) && parent.isDescendantOf(ancestor); in isDescendantOf()
803 if (otherTask.isDescendantOf(adjacentToLaunchedTask)) { in updateSplitPairLaunches()
1257 || (starting != null && starting.isDescendantOf(this)) in getVisibility()
2852 if (intentActivity.isDescendantOf(mTargetRootTask)) { in setTargetRootTaskIfNeeded()
3888 && mFocusedApp != null && mCurrentFocus.isDescendantOf(mFocusedApp) in updateFocusedWindowLocked()
3953 if (adjacent != null && next.isDescendantOf(adjacent) in completeFinishing()
9072 && curFocusedWindow.isDescendantOf(homeTda)) { in handleTaskFocusChange()
29290 PLcom/android/server/wm/WindowContainer;->isDescendantOf(Lcom/android/server/wm/WindowContainer;)Z