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

Commit 0fe45eac authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Optimize KeybaordView.invalidateAllKeys a bit"

parents 07145a37 9f6485a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -944,6 +944,7 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy {
    public void invalidateAllKeys() {
        mDirtyRect.union(0, 0, getWidth(), getHeight());
        mBufferNeedsUpdate = true;
        mInvalidatedKey = null;
        invalidate();
    }