HomeSort by relevance Sort by last modified time
    Searched full:inputfeatures (Results 1 - 12 of 12) sorted by null

  /frameworks/base/services/jni/
com_android_server_InputWindowHandle.cpp 54 jfieldID inputFeatures;
152 mInfo->inputFeatures = env->GetIntField(obj,
153 gInputWindowHandleClassInfo.inputFeatures);
292 GET_FIELD_ID(gInputWindowHandleClassInfo.inputFeatures, clazz,
293 "inputFeatures", "I");
com_android_server_InputManager.cpp 629 if (windowInfo && windowInfo->hasFocus && (windowInfo->inputFeatures
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
FakeWindowImpl.java 68 mWindowHandle.inputFeatures = 0;
InputWindowHandle.java 89 public int inputFeatures;
InputMonitor.java 214 inputWindowHandle.inputFeatures = child.mAttrs.inputFeatures;
DragState.java 116 mDragWindowHandle.inputFeatures = 0;
WindowManagerService.java     [all...]
  /frameworks/base/services/input/
InputWindow.h 134 int32_t inputFeatures;
InputDispatcher.cpp     [all...]
  /frameworks/base/core/java/android/view/
WindowManager.java     [all...]
ViewRootImpl.java 477 if ((mWindowAttributes.inputFeatures
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 467 milliseconds