Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeWindows.cpp172 EXPECT_EQ(hasCapture, captureEvent.getPointerCaptureEnabled()); in consumeCaptureEvent()
219 << (captureEvent.getPointerCaptureEnabled() ? "true" : "false"); in assertNoEvents()
/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.cpp428 toString(captureEvent->getPointerCaptureEnabled())); in consumeEvents()
432 jboolean(captureEvent->getPointerCaptureEnabled())); in consumeEvents()
/frameworks/native/include/input/
DInput.h1019 inline bool getPointerCaptureEnabled() const { return mPointerCaptureEnabled; } in getPointerCaptureEnabled() function
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp465 EXPECT_EQ(captureEnabled, captureEvent->getPointerCaptureEnabled()); in publishAndConsumeCaptureEvent()
DInputPublisherAndConsumerNoResampling_test.cpp625 EXPECT_EQ(captureEnabled, captureEvent.getPointerCaptureEnabled()); in publishAndConsumeCaptureEvent()