perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
33 lines • 1.32 kB
TypeScript
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { SurfaceAnimatorProto } from "./surfaceanimator_pb";
import type { Message } from "@bufbuild/protobuf";
/**
* Describes the file protos/perfetto/trace/android/server/windowcontainerthumbnail.proto.
*/
export declare const file_protos_perfetto_trace_android_server_windowcontainerthumbnail: GenFile;
/**
* Represents a {@link com.android.server.wm.WindowContainerThumbnailProto}
* object
*
* @generated from message perfetto.protos.WindowContainerThumbnailProto
*/
export type WindowContainerThumbnailProto = Message<"perfetto.protos.WindowContainerThumbnailProto"> & {
/**
* @generated from field: optional int32 width = 1;
*/
width: number;
/**
* @generated from field: optional int32 height = 2;
*/
height: number;
/**
* @generated from field: optional perfetto.protos.SurfaceAnimatorProto surface_animator = 3;
*/
surfaceAnimator?: SurfaceAnimatorProto;
};
/**
* Describes the message perfetto.protos.WindowContainerThumbnailProto.
* Use `create(WindowContainerThumbnailProtoSchema)` to create a new message.
*/
export declare const WindowContainerThumbnailProtoSchema: GenMessage<WindowContainerThumbnailProto>;
//# sourceMappingURL=windowcontainerthumbnail_pb.d.ts.map