Home
last modified time | relevance | path

Searched defs:pointerCaptureEnabled (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DInputEventReceiver.java160 public void onPointerCaptureEvent(boolean pointerCaptureEnabled) { in onPointerCaptureEvent()
DViewRootImpl.java8706 public void onPointerCaptureEvent(boolean pointerCaptureEnabled) { in onPointerCaptureEvent()
/frameworks/native/services/inputflinger/dispatcher/
DEntry.h107 bool pointerCaptureEnabled; member
/frameworks/native/include/input/
DInputTransport.h186 bool pointerCaptureEnabled; member
/frameworks/native/libs/input/
DInput.cpp818 void CaptureEvent::initialize(int32_t id, bool pointerCaptureEnabled) { in initialize()
DInputTransport.cpp629 bool pointerCaptureEnabled) { in publishCaptureEvent()