UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

110 lines 3.63 kB
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { EditorInfoProto } from "../../view/inputmethod/editorinfo_pb"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/trace/android/server/inputmethod/inputmethodmanagerservice.proto. */ export declare const file_protos_perfetto_trace_android_server_inputmethod_inputmethodmanagerservice: GenFile; /** * @generated from message perfetto.protos.InputMethodManagerServiceProto */ export type InputMethodManagerServiceProto = Message<"perfetto.protos.InputMethodManagerServiceProto"> & { /** * @generated from field: optional string cur_method_id = 1; */ curMethodId: string; /** * @generated from field: optional int32 cur_seq = 2; */ curSeq: number; /** * @generated from field: optional string cur_client = 3; */ curClient: string; /** * @generated from field: optional string cur_focused_window_name = 4; */ curFocusedWindowName: string; /** * @generated from field: optional string last_ime_target_window_name = 5; */ lastImeTargetWindowName: string; /** * @generated from field: optional string cur_focused_window_soft_input_mode = 6; */ curFocusedWindowSoftInputMode: string; /** * @generated from field: optional perfetto.protos.EditorInfoProto cur_attribute = 7; */ curAttribute?: EditorInfoProto; /** * @generated from field: optional string cur_id = 8; */ curId: string; /** * @generated from field: optional bool show_explicitly_requested = 10; */ showExplicitlyRequested: boolean; /** * @generated from field: optional bool show_forced = 11; */ showForced: boolean; /** * @generated from field: optional bool input_shown = 12; */ inputShown: boolean; /** * @generated from field: optional bool in_fullscreen_mode = 13; */ inFullscreenMode: boolean; /** * @generated from field: optional string cur_token = 14; */ curToken: string; /** * @generated from field: optional int32 cur_token_display_id = 15; */ curTokenDisplayId: number; /** * @generated from field: optional bool system_ready = 16; */ systemReady: boolean; /** * @generated from field: optional int32 last_switch_user_id = 17; */ lastSwitchUserId: number; /** * @generated from field: optional bool have_connection = 18; */ haveConnection: boolean; /** * @generated from field: optional bool bound_to_method = 19; */ boundToMethod: boolean; /** * @generated from field: optional bool is_interactive = 20; */ isInteractive: boolean; /** * @generated from field: optional int32 back_disposition = 21; */ backDisposition: number; /** * @generated from field: optional int32 ime_window_visibility = 22; */ imeWindowVisibility: number; /** * @generated from field: optional bool show_ime_with_hard_keyboard = 23; */ showImeWithHardKeyboard: boolean; /** * @generated from field: optional bool accessibility_requesting_no_soft_keyboard = 24; */ accessibilityRequestingNoSoftKeyboard: boolean; }; /** * Describes the message perfetto.protos.InputMethodManagerServiceProto. * Use `create(InputMethodManagerServiceProtoSchema)` to create a new message. */ export declare const InputMethodManagerServiceProtoSchema: GenMessage<InputMethodManagerServiceProto>; //# sourceMappingURL=inputmethodmanagerservice_pb.d.ts.map