Home
last modified time | relevance | path

Searched refs:hasLeash (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceFreezer.java183 boolean hasLeash() { in hasLeash() method in SurfaceFreezer
H A DWindowContainer.java637 } else if (mSurfaceAnimator.hasLeash()) { in setParent()
1497 if (mSurfaceFreezer.hasLeash()) { in onAppTransitionDone()
2701 if (mSurfaceFreezer.hasLeash()) { in setLayer()
2717 if (mSurfaceFreezer.hasLeash()) { in setRelativeLayer()
2730 if (mSurfaceFreezer.hasLeash() || mSurfaceAnimator.hasLeash()) return; in reparentSurfaceControl()
2880 mCommittedReparentToAnimationLeash = mSurfaceAnimator.hasLeash(); in prepareSurfaces()
3652 if (mSurfaceControl == null || mSurfaceAnimator.hasLeash() || mSurfaceFreezer.hasLeash()) { in updateSurfacePosition()
H A DInsetsSourceProvider.java424 if (mWindowContainer != null && mWindowContainer.mSurfaceAnimator.hasLeash()) { in setCropToProvidingInsetsBounds()
442 if (mWindowContainer != null && mWindowContainer.mSurfaceAnimator.hasLeash()) { in removeCropToProvidingInsetsBounds()
H A DSurfaceAnimator.java303 boolean hasLeash() {
H A DTaskFragment.java2420 if (mSurfaceControl == null || mSurfaceAnimator.hasLeash() || mSurfaceFreezer.hasLeash()) { in updateOrganizedTaskFragmentSurfaceSize()
H A DWindowState.java778 if (mSurfaceControl != null && mSurfaceControl.isValid() && !mSurfaceAnimator.hasLeash()) {
5262 if (!mSurfaceAnimator.hasLeash() && mPendingSeamlessRotate == null in updateSurfacePosition()
H A DTask.java2227 return mSurfaceFreezer.hasLeash() || AppTransition.isChangeTransitOld(mTransit); in isInChangeTransition()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowContainerTests.java302 assertTrue(token.mSurfaceAnimator.hasLeash()); in testRemoveImmediatelyClearsLeash()
304 assertFalse(token.mSurfaceAnimator.hasLeash()); in testRemoveImmediatelyClearsLeash()
1283 doReturn(true).when(surfaceFreezer).hasLeash(); in testAssignAnimationLayer()
/aosp14/frameworks/base/services/
H A Dart-profile-boot528 Lcom/android/server/wm/SurfaceAnimator;->hasLeash()Z
H A Dart-profile11350 HSPLcom/android/server/wm/SurfaceAnimator;->hasLeash()Z
11357 HSPLcom/android/server/wm/SurfaceFreezer;->hasLeash()Z