Home
last modified time | relevance | path

Searched refs:hasAnimatingParent (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java231 public boolean hasAnimatingParent; field in RemoteAnimationTarget
314 hasAnimatingParent = in.readBoolean(); in RemoteAnimationTarget()
366 dest.writeBoolean(hasAnimatingParent); in writeToParcel()
390 pw.print(prefix); pw.print("hasAnimatingParent="); pw.print(hasAnimatingParent); in dump()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationRunner.java280 if (target.hasAnimatingParent) { in createChangeAnimationAdapters()
304 if (target.hasAnimatingParent) { in shouldUseJumpCutForChangeAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java181 target.hasAnimatingParent = true; in wrap()
231 && !target.hasAnimatingParent) { in wrap()
/frameworks/base/services/core/java/com/android/server/wm/
DRemoteAnimationController.java520 boolean hasAnimatingParent() {
DActivityRecord.java10323 target.hasAnimatingParent = record.hasAnimatingParent();
/frameworks/base/services/
Dart-profile54778 HPLcom/android/server/wm/RemoteAnimationController$RemoteAnimationRecord;->hasAnimatingParent()Z