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

  /frameworks/native/include/input/
Input.h 177 POLICY_FLAG_INTERACTIVE = 0x20000000,
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 834 policyFlags |= POLICY_FLAG_INTERACTIVE;
870 policyFlags |= POLICY_FLAG_INTERACTIVE;
873 if (policyFlags & POLICY_FLAG_INTERACTIVE) {
    [all...]

Completed in 434 milliseconds