Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp417 constexpr bool touchModeEnabled = true; in PublishAndConsumeTouchModeEvent() local
420 status = mPublisher->publishTouchModeEvent(seq, eventId, touchModeEnabled); in PublishAndConsumeTouchModeEvent()
435 EXPECT_EQ(touchModeEnabled, touchModeEvent.isInTouchMode()); in PublishAndConsumeTouchModeEvent()