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

Commit 2bc2551b authored by Alex Stetson's avatar Alex Stetson
Browse files

Expose IME inset source control for testing

Bug: 229256359
Test: atest DisplaySystemBarsControllerTest
Change-Id: Ia16438d6e9968baf8f29ab2527565557cc671487
parent 4d72ee12
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -498,6 +498,11 @@ public class DisplayImeController implements DisplayController.OnDisplaysChanged
                dispatchVisibilityChanged(mDisplayId, isShowing);
            }
        }

        @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)
        public InsetsSourceControl getImeSourceControl() {
            return mImeSourceControl;
        }
    }

    void removeImeSurface() {