Searched refs:hasAnimatingParent (Results 1 – 4 of 4) sorted by relevance
222 public boolean hasAnimatingParent; field in RemoteAnimationTarget281 hasAnimatingParent = in.readBoolean(); in RemoteAnimationTarget()309 dest.writeBoolean(hasAnimatingParent); in writeToParcel()329 pw.print(prefix); pw.print("hasAnimatingParent="); pw.print(hasAnimatingParent); in dump()
265 if (target.hasAnimatingParent) { in createChangeAnimationAdapters()
442 boolean hasAnimatingParent() {
9327 target.hasAnimatingParent = record.hasAnimatingParent(); in createRemoteAnimationTarget()