Searched refs:hasLeash (Results 1 – 10 of 10) sorted by relevance
183 boolean hasLeash() { in hasLeash() method in SurfaceFreezer
637 } 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()
424 if (mWindowContainer != null && mWindowContainer.mSurfaceAnimator.hasLeash()) { in setCropToProvidingInsetsBounds()442 if (mWindowContainer != null && mWindowContainer.mSurfaceAnimator.hasLeash()) { in removeCropToProvidingInsetsBounds()
303 boolean hasLeash() {
2420 if (mSurfaceControl == null || mSurfaceAnimator.hasLeash() || mSurfaceFreezer.hasLeash()) { in updateOrganizedTaskFragmentSurfaceSize()
778 if (mSurfaceControl != null && mSurfaceControl.isValid() && !mSurfaceAnimator.hasLeash()) {5262 if (!mSurfaceAnimator.hasLeash() && mPendingSeamlessRotate == null in updateSurfacePosition()
2227 return mSurfaceFreezer.hasLeash() || AppTransition.isChangeTransitOld(mTransit); in isInChangeTransition()
302 assertTrue(token.mSurfaceAnimator.hasLeash()); in testRemoveImmediatelyClearsLeash()304 assertFalse(token.mSurfaceAnimator.hasLeash()); in testRemoveImmediatelyClearsLeash()1283 doReturn(true).when(surfaceFreezer).hasLeash(); in testAssignAnimationLayer()
528 Lcom/android/server/wm/SurfaceAnimator;->hasLeash()Z
11350 HSPLcom/android/server/wm/SurfaceAnimator;->hasLeash()Z11357 HSPLcom/android/server/wm/SurfaceFreezer;->hasLeash()Z