perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
65 lines • 5.38 kB
JavaScript
;
//
// Copyright (C) 2018 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.RotationAnimationSpecProtoSchema = exports.AlphaAnimationSpecProtoSchema = exports.MoveAnimationSpecProtoSchema = exports.WindowAnimationSpecProtoSchema = exports.AnimationSpecProtoSchema = exports.LocalAnimationAdapterProtoSchema = exports.RemoteAnimationAdapterWrapperProtoSchema = exports.AnimationAdapterProtoSchema = exports.file_protos_perfetto_trace_android_server_animationadapter = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
const point_pb_1 = require("../graphics/point_pb");
const remote_animation_target_pb_1 = require("../view/remote_animation_target_pb");
/**
* Describes the file protos/perfetto/trace/android/server/animationadapter.proto.
*/
exports.file_protos_perfetto_trace_android_server_animationadapter = (0, codegenv1_1.fileDesc)("Cjtwcm90b3MvcGVyZmV0dG8vdHJhY2UvYW5kcm9pZC9zZXJ2ZXIvYW5pbWF0aW9uYWRhcHRlci5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIpgBChVBbmltYXRpb25BZGFwdGVyUHJvdG8SOgoFbG9jYWwYASABKAsyKy5wZXJmZXR0by5wcm90b3MuTG9jYWxBbmltYXRpb25BZGFwdGVyUHJvdG8SQwoGcmVtb3RlGAIgASgLMjMucGVyZmV0dG8ucHJvdG9zLlJlbW90ZUFuaW1hdGlvbkFkYXB0ZXJXcmFwcGVyUHJvdG8iYQoiUmVtb3RlQW5pbWF0aW9uQWRhcHRlcldyYXBwZXJQcm90bxI7CgZ0YXJnZXQYASABKAsyKy5wZXJmZXR0by5wcm90b3MuUmVtb3RlQW5pbWF0aW9uVGFyZ2V0UHJvdG8iWQoaTG9jYWxBbmltYXRpb25BZGFwdGVyUHJvdG8SOwoOYW5pbWF0aW9uX3NwZWMYASABKAsyIy5wZXJmZXR0by5wcm90b3MuQW5pbWF0aW9uU3BlY1Byb3RvIvwBChJBbmltYXRpb25TcGVjUHJvdG8SOQoGd2luZG93GAEgASgLMikucGVyZmV0dG8ucHJvdG9zLldpbmRvd0FuaW1hdGlvblNwZWNQcm90bxI1CgRtb3ZlGAIgASgLMicucGVyZmV0dG8ucHJvdG9zLk1vdmVBbmltYXRpb25TcGVjUHJvdG8SNwoFYWxwaGEYAyABKAsyKC5wZXJmZXR0by5wcm90b3MuQWxwaGFBbmltYXRpb25TcGVjUHJvdG8SOwoGcm90YXRlGAQgASgLMisucGVyZmV0dG8ucHJvdG9zLlJvdGF0aW9uQW5pbWF0aW9uU3BlY1Byb3RvIi0KGFdpbmRvd0FuaW1hdGlvblNwZWNQcm90bxIRCglhbmltYXRpb24YASABKAkigQEKFk1vdmVBbmltYXRpb25TcGVjUHJvdG8SKQoEZnJvbRgBIAEoCzIbLnBlcmZldHRvLnByb3Rvcy5Qb2ludFByb3RvEicKAnRvGAIgASgLMhsucGVyZmV0dG8ucHJvdG9zLlBvaW50UHJvdG8SEwoLZHVyYXRpb25fbXMYAyABKAMiSAoXQWxwaGFBbmltYXRpb25TcGVjUHJvdG8SDAoEZnJvbRgBIAEoAhIKCgJ0bxgCIAEoAhITCgtkdXJhdGlvbl9tcxgDIAEoAyJXChpSb3RhdGlvbkFuaW1hdGlvblNwZWNQcm90bxISCgpzdGFydF9sdW1hGAEgASgCEhAKCGVuZF9sdW1hGAIgASgCEhMKC2R1cmF0aW9uX21zGAMgASgD", [point_pb_1.file_protos_perfetto_trace_android_graphics_point, remote_animation_target_pb_1.file_protos_perfetto_trace_android_view_remote_animation_target]);
/**
* Describes the message perfetto.protos.AnimationAdapterProto.
* Use `create(AnimationAdapterProtoSchema)` to create a new message.
*/
exports.AnimationAdapterProtoSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_server_animationadapter, 0);
/**
* Describes the message perfetto.protos.RemoteAnimationAdapterWrapperProto.
* Use `create(RemoteAnimationAdapterWrapperProtoSchema)` to create a new message.
*/
exports.RemoteAnimationAdapterWrapperProtoSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_server_animationadapter, 1);
/**
* Describes the message perfetto.protos.LocalAnimationAdapterProto.
* Use `create(LocalAnimationAdapterProtoSchema)` to create a new message.
*/
exports.LocalAnimationAdapterProtoSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_server_animationadapter, 2);
/**
* Describes the message perfetto.protos.AnimationSpecProto.
* Use `create(AnimationSpecProtoSchema)` to create a new message.
*/
exports.AnimationSpecProtoSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_server_animationadapter, 3);
/**
* Describes the message perfetto.protos.WindowAnimationSpecProto.
* Use `create(WindowAnimationSpecProtoSchema)` to create a new message.
*/
exports.WindowAnimationSpecProtoSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_server_animationadapter, 4);
/**
* Describes the message perfetto.protos.MoveAnimationSpecProto.
* Use `create(MoveAnimationSpecProtoSchema)` to create a new message.
*/
exports.MoveAnimationSpecProtoSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_server_animationadapter, 5);
/**
* Describes the message perfetto.protos.AlphaAnimationSpecProto.
* Use `create(AlphaAnimationSpecProtoSchema)` to create a new message.
*/
exports.AlphaAnimationSpecProtoSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_server_animationadapter, 6);
/**
* Describes the message perfetto.protos.RotationAnimationSpecProto.
* Use `create(RotationAnimationSpecProtoSchema)` to create a new message.
*/
exports.RotationAnimationSpecProtoSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_server_animationadapter, 7);
//# sourceMappingURL=animationadapter_pb.js.map