Searched refs:hasAnimatingParent (Results 1 – 6 of 6) sorted by relevance
231 public boolean hasAnimatingParent; field in RemoteAnimationTarget314 hasAnimatingParent = in.readBoolean(); in RemoteAnimationTarget()366 dest.writeBoolean(hasAnimatingParent); in writeToParcel()390 pw.print(prefix); pw.print("hasAnimatingParent="); pw.print(hasAnimatingParent); in dump()
280 if (target.hasAnimatingParent) { in createChangeAnimationAdapters()304 if (target.hasAnimatingParent) { in shouldUseJumpCutForChangeAnimation()
181 target.hasAnimatingParent = true; in wrap()231 && !target.hasAnimatingParent) { in wrap()
520 boolean hasAnimatingParent() {
10323 target.hasAnimatingParent = record.hasAnimatingParent();
54778 HPLcom/android/server/wm/RemoteAnimationController$RemoteAnimationRecord;->hasAnimatingParent()Z