Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.cpp406 toString(captureEvent->getPointerCaptureEnabled())); in consumeEvents()
410 jboolean(captureEvent->getPointerCaptureEnabled())); in consumeEvents()
/frameworks/native/include/input/
DInput.h872 inline bool getPointerCaptureEnabled() const { return mPointerCaptureEnabled; } in getPointerCaptureEnabled() function
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp351 EXPECT_EQ(captureEnabled, captureEvent->getPointerCaptureEnabled()); in PublishAndConsumeCaptureEvent()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp913 EXPECT_EQ(hasCapture, captureEvent.getPointerCaptureEnabled()); in consumeCaptureEvent()
967 << (captureEvent.getPointerCaptureEnabled() ? "true" : "false"); in assertNoEvents()