Home
last modified time | relevance | path

Searched refs:touchModeEnabled (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp531 constexpr bool touchModeEnabled = true; in publishAndConsumeTouchModeEvent() local
534 status = mPublisher->publishTouchModeEvent(seq, eventId, touchModeEnabled); in publishAndConsumeTouchModeEvent()
549 EXPECT_EQ(touchModeEnabled, touchModeEvent.isInTouchMode()); in publishAndConsumeTouchModeEvent()
DInputPublisherAndConsumerNoResampling_test.cpp661 constexpr bool touchModeEnabled = true; in publishAndConsumeTouchModeEvent() local
664 status = mPublisher->publishTouchModeEvent(seq, eventId, touchModeEnabled); in publishAndConsumeTouchModeEvent()
674 EXPECT_EQ(touchModeEnabled, touchModeEvent.isInTouchMode()); in publishAndConsumeTouchModeEvent()