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

Commit 222d83da authored by Yeabkal Wubshit's avatar Yeabkal Wubshit
Browse files

Small fix: Adjust Frame Size for InputDispatcher User Activity Poke Test

Frame size was smaller than the touch target, which caused
test failures;

Bug: 320499729
Test: ABTD test
Change-Id: If83c70cf94996a67bb44c0a0f87664cb43948e63
parent 79ec447d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7739,7 +7739,7 @@ protected:
        application->setDispatchingTimeout(100ms);
        mWindow = sp<FakeWindowHandle>::make(application, mDispatcher, "TestWindow",
                                             ADISPLAY_ID_DEFAULT);
        mWindow->setFrame(Rect(0, 0, 30, 30));
        mWindow->setFrame(Rect(0, 0, 100, 100));
        mWindow->setDispatchingTimeout(100ms);
        mWindow->setFocusable(true);