perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
29 lines • 1.25 kB
TypeScript
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { InsetsStateProto } from "./insetsstate_pb";
import type { InsetsAnimationControlImplProto } from "./insetsanimationcontrolimpl_pb";
import type { Message } from "@bufbuild/protobuf";
/**
* Describes the file protos/perfetto/trace/android/view/insetscontroller.proto.
*/
export declare const file_protos_perfetto_trace_android_view_insetscontroller: GenFile;
/**
* Represents a {@link android.view.InsetsController} object
*
* @generated from message perfetto.protos.InsetsControllerProto
*/
export type InsetsControllerProto = Message<"perfetto.protos.InsetsControllerProto"> & {
/**
* @generated from field: optional perfetto.protos.InsetsStateProto state = 1;
*/
state?: InsetsStateProto;
/**
* @generated from field: repeated perfetto.protos.InsetsAnimationControlImplProto control = 2;
*/
control: InsetsAnimationControlImplProto[];
};
/**
* Describes the message perfetto.protos.InsetsControllerProto.
* Use `create(InsetsControllerProtoSchema)` to create a new message.
*/
export declare const InsetsControllerProtoSchema: GenMessage<InsetsControllerProto>;
//# sourceMappingURL=insetscontroller_pb.d.ts.map