HomeSort by relevance Sort by last modified time
    Searched refs:pointerCapture (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 297 bool pointerCapture;
338 mLocked.pointerCapture = false;
366 dump += StringPrintf(INDENT "Pointer Capture Enabled: %s\n", toString(mLocked.pointerCapture));
527 outConfig->pointerCapture = mLocked.pointerCapture;
872 if (mLocked.pointerCapture == enabled) {
877 mLocked.pointerCapture = enabled;
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 180 bool pointerCapture;
    [all...]
InputReader.cpp     [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 201 mConfig.pointerCapture = enabled;
    [all...]

Completed in 4473 milliseconds