Home
last modified time | relevance | path

Searched refs:getTopChild (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAsyncRotationController.java269 if (DEBUG) Slog.d(TAG, "finishOp fade-in IME " + windowToken.getTopChild()); in finishOp()
274 if (DEBUG) Slog.d(TAG, "finishOp fade-in " + windowToken.getTopChild()); in finishOp()
280 if (DEBUG) Slog.d(TAG, "finishOp undo seamless " + windowToken.getTopChild()); in finishOp()
322 if (DEBUG) Slog.d(TAG, "Complete set pending " + token.getTopChild()); in completeRotation()
331 if (DEBUG) Slog.d(TAG, "Defer completion " + token.getTopChild()); in completeRotation()
337 if (DEBUG) Slog.d(TAG, "Complete directly " + token.getTopChild()); in completeRotation()
360 if (DEBUG) Slog.d(TAG, "Start fade-out " + windowToken.getTopChild()); in start()
363 if (DEBUG) Slog.d(TAG, "Start seamless " + windowToken.getTopChild()); in start()
419 if (DEBUG) Slog.d(TAG, "hideImeImmediately " + imeWindowToken.getTopChild()); in hideImeImmediately()
533 + mTargetWindowTokens.keyAt(i).getTopChild()); in setupStartTransaction()
[all …]
H A DWindowContainerThumbnail.java88 mSurfaceControl = mWindowContainer.makeChildSurface(mWindowContainer.getTopChild()) in WindowContainerThumbnail()
198 return mWindowContainer.makeChildSurface(mWindowContainer.getTopChild()); in makeAnimationLeash()
H A DTaskDisplayArea.java542 return tda.getPriority(tda.getTopChild());
H A DWindowContainer.java1456 return parent != null && parent.getTopChild() == this && parent.isOnTop(); in isOnTop()
1460 E getTopChild() { in getTopChild() method in WindowContainer
H A DTaskFragment.java2367 return activity != null ? activity.getActivityType() : getTopChild().getActivityType(); in getActivityType()
H A DTransition.java419 if (rootParent == null || rootParent.getTopChild() == transientRoot) continue; in isTransientVisible()
H A DWindowManagerService.java3117 if (displayContent != null && mRoot.getTopChild() != displayContent) { in moveDisplayToTopInternal()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DBackNavigationControllerTests.java480 task.getTopMostActivity().getTopChild().setOnBackInvokedCallbackInfo( in withSystemCallback()
490 task.getTopMostActivity().getTopChild().setOnBackInvokedCallbackInfo( in withAppCallback()
H A DTaskTests.java321 assertEquals(leafTask2, childTask.getTopChild()); in testSwitchUser()
326 assertEquals(leafTask1, childTask.getTopChild()); in testSwitchUser()
401 assertEquals(leafTask2, rootTask.getTopChild()); in testHandlesOrientationChangeFromDescendant()
1573 task.getTopChild()); in testReorderActivityToFront()
H A DTaskFragmentOrganizerControllerTest.java1161 assertNull(task.getTopChild()); in testTaskFragmentInPip_deleteTaskFragment()
1627 assertEquals(topActivity, task.getTopChild().asActivityRecord()); in testApplyTransaction_reorderTaskFragmentToFront()
H A DRecentsAnimationControllerTest.java535 Truth.assertThat(wallpapers.get(0).getTopChild()).isEqualTo(wallpaperWindow); in testWallpaperHasFixedRotationApplied()
H A DDisplayContentTests.java1061 freeformRootTask.getTopChild().setBounds(100, 100, 300, 400); in testAllowsTopmostFullscreenOrientation()
/aosp14/frameworks/base/services/
H A Dart-profile11790 HSPLcom/android/server/wm/WindowContainer;->getTopChild()Lcom/android/server/wm/WindowContainer;