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

Commit d48a9190 authored by Helen Cheuk's avatar Helen Cheuk Committed by Android (Google) Code Review
Browse files

Merge "[Custom Key Glyph] Add getter to fields in KeyCombination" into main

parents 5721a8cb 3f23bae2
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;