Home
last modified time | relevance | path

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

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