Home
last modified time | relevance | path

Searched defs:Change (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/window/
H A DTransitionInfo.java353 public static final class Change implements Parcelable { class in TransitionInfo
368 public Change(@Nullable WindowContainerToken container, @NonNull SurfaceControl leash) { in Change() method in TransitionInfo.Change
373 private Change(Parcel in) { in Change() method in TransitionInfo.Change
H A DWindowContainerTransaction.java701 public static class Change implements Parcelable { class in WindowContainerTransaction
725 public Change() {} in Change() method in WindowContainerTransaction.Change
727 protected Change(Parcel in) { in Change() method in WindowContainerTransaction.Change
/aosp12/packages/modules/StatsD/statsd/src/
H A Dstats_log.proto316 message Change { message
/aosp12/frameworks/base/core/proto/android/server/
H A Dactivitymanagerservice.proto775 enum Change { enum