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

Commit a406778d authored by Hiroki Sato's avatar Hiroki Sato
Browse files

Small cleanup in AccessibilityInputFilter

Bug: None
Test: Build, presubmit
Flag: EXEMPT refactor
Change-Id: I33c7c699ab111f3edac6bee84f00716265a42e22
parent d59304db
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -190,8 +190,6 @@ class AccessibilityInputFilter extends InputFilter implements EventStreamTransfo

    private final AccessibilityManagerService mAms;

    private final InputManager mInputManager;

    private final SparseArray<EventStreamTransformation> mEventHandler;

    private final SparseArray<TouchExplorer> mTouchExplorer = new SparseArray<>(0);
@@ -294,7 +292,6 @@ class AccessibilityInputFilter extends InputFilter implements EventStreamTransfo
        mContext = context;
        mAms = service;
        mPm = (PowerManager) context.getSystemService(Context.POWER_SERVICE);
        mInputManager = context.getSystemService(InputManager.class);
        mEventHandler = eventHandler;
    }