Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1f1fc21 authored by Ioana Stefan's avatar Ioana Stefan
Browse files

Integrate InsetsSourceProviderProto into ImeInsetsSourceProviderProto

Integrate the proto of the parent class InsetsSourceProvider into
the proto of the client class ImeInsetsSourceProvider.

Bug: 154348613
Test: make and flash to see compiled classes
Change-Id: Icc779bad7c41e890e179a1e32138b8638d02bcdc
parent 92e0fc77
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -205,9 +205,8 @@ message DisplayContentProto {
    optional WindowStateProto input_method_input_target = 28;
    optional WindowStateProto input_method_control_target = 29;
    optional WindowStateProto current_focus = 30;
    optional InsetsSourceProviderProto insets_source_provider = 31;
    optional ImeInsetsSourceProviderProto ime_insets_source_provider = 32;
    optional bool can_show_ime = 33;
    optional ImeInsetsSourceProviderProto ime_insets_source_provider = 31;
    optional bool can_show_ime = 32;
}

/* represents DisplayArea object */
@@ -527,6 +526,7 @@ message InsetsSourceProviderProto {
message ImeInsetsSourceProviderProto {
    option (.android.msg_privacy).dest = DEST_AUTOMATIC;

    optional WindowStateProto ime_target_from_ime = 1;
    optional bool is_ime_layout_drawn = 2;
    optional InsetsSourceProviderProto insets_source_provider = 1;
    optional WindowStateProto ime_target_from_ime = 2;
    optional bool is_ime_layout_drawn = 3;
}
 No newline at end of file