Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayAreaPolicyBuilderTest.java527 assertThat(mDefaultTaskDisplayArea.isDescendantOf(mRoot)).isTrue(); in testBuilder_displayAreaGroup_attachDisplayAreas()
528 assertThat(mGroupRoot1.isDescendantOf(mRoot)).isTrue(); in testBuilder_displayAreaGroup_attachDisplayAreas()
529 assertThat(mGroupRoot2.isDescendantOf(mRoot)).isTrue(); in testBuilder_displayAreaGroup_attachDisplayAreas()
530 assertThat(mImeContainer.isDescendantOf(mGroupRoot1)).isTrue(); in testBuilder_displayAreaGroup_attachDisplayAreas()
531 assertThat(mTda1.isDescendantOf(mGroupRoot1)).isTrue(); in testBuilder_displayAreaGroup_attachDisplayAreas()
532 assertThat(mTda2.isDescendantOf(mGroupRoot2)).isTrue(); in testBuilder_displayAreaGroup_attachDisplayAreas()
568 assertThat(da.isDescendantOf(mGroupRoot1)).isTrue(); in testBuilder_displayAreaGroup_createFeatureOnGroup()
571 assertThat(da.isDescendantOf(mGroupRoot2)).isTrue(); in testBuilder_displayAreaGroup_createFeatureOnGroup()
599 assertThat(token.isDescendantOf(mRoot)).isTrue(); in testBuilder_addWindow_selectContainerForWindowFunc_defaultFunc()
600 assertThat(token.isDescendantOf(mGroupRoot1)).isFalse(); in testBuilder_addWindow_selectContainerForWindowFunc_defaultFunc()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DEnsureActivitiesVisibleHelper.java97 && (starting == null || !starting.isDescendantOf(mTask)); in process()
DTransition.java743 if (!wc.isDescendantOf(ancestor)) { in calculateTransitionInfo()
773 if (wc.isDescendantOf(ancestor)) break; in calculateTransitionInfo()
DDisplayArea.java199 if (lastOrientationSource == null || lastOrientationSource.isDescendantOf(this)) { in setIgnoreOrientationRequest()
DTaskDisplayArea.java296 if (!rootTask.isDescendantOf(mRootHomeTask)) {
306 if (!rootTask.isDescendantOf(mRootRecentsTask)) {
DAppTransitionController.java580 if (app.isDescendantOf(wc)) { in applyAnimations()
DWindowContainer.java704 boolean isDescendantOf(WindowContainer ancestor) { in isDescendantOf() method in WindowContainer
707 return (parent != null) && parent.isDescendantOf(ancestor); in isDescendantOf()
DTask.java3376 if (this == topNonOrgTask || isDescendantOf(topNonOrgTask)) { in cropWindowsToRootTaskBounds()
4389 if (r.isDescendantOf(this)) {
6923 if (!srec.isDescendantOf(this)) {
7053 if (tr != this && !tr.isDescendantOf(this)) {
DRootWindowContainer.java3524 return (r != null && r.isDescendantOf(this)) ? r : null;
DWindowManagerService.java8181 && curFocusedWindow.isDescendantOf(homeTda)) { in handleTaskFocusChange()
/frameworks/base/services/
Dart-profile49587 HPLcom/android/server/wm/WindowContainer;->isDescendantOf(Lcom/android/server/wm/WindowContainer;)Z…