perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
33 lines • 1.37 kB
TypeScript
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { AnimationAdapterProto } from "./animationadapter_pb";
import type { SurfaceControlProto } from "../view/surfacecontrol_pb";
import type { Message } from "@bufbuild/protobuf";
/**
* Describes the file protos/perfetto/trace/android/server/surfaceanimator.proto.
*/
export declare const file_protos_perfetto_trace_android_server_surfaceanimator: GenFile;
/**
* Represents a {@link com.android.server.wm.SurfaceAnimator} object
*
* @generated from message perfetto.protos.SurfaceAnimatorProto
*/
export type SurfaceAnimatorProto = Message<"perfetto.protos.SurfaceAnimatorProto"> & {
/**
* @generated from field: optional perfetto.protos.SurfaceControlProto leash = 1;
*/
leash?: SurfaceControlProto;
/**
* @generated from field: optional bool animation_start_delayed = 2;
*/
animationStartDelayed: boolean;
/**
* @generated from field: optional perfetto.protos.AnimationAdapterProto animation_adapter = 3;
*/
animationAdapter?: AnimationAdapterProto;
};
/**
* Describes the message perfetto.protos.SurfaceAnimatorProto.
* Use `create(SurfaceAnimatorProtoSchema)` to create a new message.
*/
export declare const SurfaceAnimatorProtoSchema: GenMessage<SurfaceAnimatorProto>;
//# sourceMappingURL=surfaceanimator_pb.d.ts.map