Searched refs:isDescendantOf (Results 1 – 11 of 11) sorted by relevance
527 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 …]
97 && (starting == null || !starting.isDescendantOf(mTask)); in process()
743 if (!wc.isDescendantOf(ancestor)) { in calculateTransitionInfo()773 if (wc.isDescendantOf(ancestor)) break; in calculateTransitionInfo()
199 if (lastOrientationSource == null || lastOrientationSource.isDescendantOf(this)) { in setIgnoreOrientationRequest()
296 if (!rootTask.isDescendantOf(mRootHomeTask)) {306 if (!rootTask.isDescendantOf(mRootRecentsTask)) {
580 if (app.isDescendantOf(wc)) { in applyAnimations()
704 boolean isDescendantOf(WindowContainer ancestor) { in isDescendantOf() method in WindowContainer707 return (parent != null) && parent.isDescendantOf(ancestor); in isDescendantOf()
3376 if (this == topNonOrgTask || isDescendantOf(topNonOrgTask)) { in cropWindowsToRootTaskBounds()4389 if (r.isDescendantOf(this)) {6923 if (!srec.isDescendantOf(this)) {7053 if (tr != this && !tr.isDescendantOf(this)) {
3524 return (r != null && r.isDescendantOf(this)) ? r : null;
8181 && curFocusedWindow.isDescendantOf(homeTda)) { in handleTaskFocusChange()
49587 HPLcom/android/server/wm/WindowContainer;->isDescendantOf(Lcom/android/server/wm/WindowContainer;)Z…