Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayAreaPolicyBuilderTest.java513 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 …]
DActivityStarterTests.java817 assertTrue(activity.isDescendantOf(parent)); in testAdjustLaunchTargetWithAdjacentTask()
/frameworks/base/services/core/java/com/android/server/wm/
DRootDisplayArea.java108 if (!isDescendantOf(previousRoot)) { in placeImeContainer()
DRunningTasks.java90 && focusedTask.isDescendantOf(root); in getTasks()
DEnsureActivitiesVisibleHelper.java89 && (starting == null || !starting.isDescendantOf(mTaskFragment)); in process()
DTaskDisplayArea.java260 if (!rootTask.isDescendantOf(mRootHomeTask)) {
1087 || sourceTask.isDescendantOf(mLaunchAdjacentFlagRootTask))) {
1103 || sourceTask.isDescendantOf(adjacentRootTask))) {
1122 || candidateTask.isDescendantOf(adjacentTarget))) {
DTransition.java426 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()
DRemoteAnimationController.java518 if (mWindowContainer.isDescendantOf(
DDisplayArea.java218 if (lastOrientationSource == null || lastOrientationSource.isDescendantOf(this)) { in setIgnoreOrientationRequest()
DActivitySnapshotController.java549 if (ar == wc || ar.isDescendantOf(wc)) { in isInParticipant()
DRecentsAnimationController.java1125 if (activity.isDescendantOf(mPendingAnimations.get(i).mTask)) {
DAppTransitionController.java921 if (app.isDescendantOf(wc)) { in applyAnimations()
DTask.java2838 if (this == topNonOrgTask || isDescendantOf(topNonOrgTask)) { in cropWindowsToRootTaskBounds()
3792 if (r.isDescendantOf(this)) {
5623 if (!srec.isDescendantOf(this)) {
5740 if (tr != this && !tr.isDescendantOf(this)) {
DWindowContainer.java954 boolean isDescendantOf(WindowContainer ancestor) { in isDescendantOf() method in WindowContainer
957 return (parent != null) && parent.isDescendantOf(ancestor); in isDescendantOf()
DActivityMetricsLogger.java803 if (otherTask.isDescendantOf(adjacentToLaunchedTask)) { in updateSplitPairLaunches()
DTaskFragment.java1257 || (starting != null && starting.isDescendantOf(this)) in getVisibility()
DActivityStarter.java2852 if (intentActivity.isDescendantOf(mTargetRootTask)) { in setTargetRootTaskIfNeeded()
DDisplayContent.java3888 && mFocusedApp != null && mCurrentFocus.isDescendantOf(mFocusedApp) in updateFocusedWindowLocked()
DActivityRecord.java3953 if (adjacent != null && next.isDescendantOf(adjacent) in completeFinishing()
DWindowManagerService.java9072 && curFocusedWindow.isDescendantOf(homeTda)) { in handleTaskFocusChange()
/frameworks/base/services/
Dart-wear-profile29290 PLcom/android/server/wm/WindowContainer;->isDescendantOf(Lcom/android/server/wm/WindowContainer;)Z