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

Commit 3f23bae2 authored by helen cheuk's avatar helen cheuk
Browse files

[Custom Key Glyph] Add getter to fields in KeyCombination

Add getter so SysUI could get the fields

Bug: 375681062
Test: Manual
Flag: com.android.hardware.input.keyboard_glyph_map
Change-Id: I69699f908cd753582a58749985b6e70c02a8f9d5
parent 67d8f57c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -133,6 +133,14 @@ public final class KeyGlyphMap implements Parcelable {
            }
        };

        public int getModifierState() {
            return mModifierState;
        }

        public int getKeycode() {
            return mKeycode;
        }

        @Override
        public int describeContents() {
            return 0;