Home
last modified time | relevance | path

Searched refs:InputDeviceViewBehavior (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/input/
DInputDevice.h81 struct InputDeviceViewBehavior { struct
284 InputDeviceViewBehavior viewBehavior = {{}}, bool enabled = true);
316 inline const InputDeviceViewBehavior& getViewBehavior() const { return mViewBehavior; } in getViewBehavior()
384 InputDeviceViewBehavior mViewBehavior;
/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp108 const InputDeviceViewBehavior& viewBehavior = deviceInfo.getViewBehavior(); in android_view_InputDevice_create()
/frameworks/native/libs/input/
DInputDevice.cpp206 InputDeviceViewBehavior viewBehavior, bool enabled) { in initialize()