Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputDevice.cpp197 mViewBehavior(other.mViewBehavior) {} in InputDeviceInfo()
222 mViewBehavior = viewBehavior; in initialize()
/frameworks/base/core/java/android/view/
DInputDevice.java99 private final ViewBehavior mViewBehavior = new ViewBehavior(this); field in InputDevice
575 mViewBehavior.mShouldSmoothScroll = in.readBoolean(); in InputDevice()
1195 return mViewBehavior; in getViewBehavior()
1207 mViewBehavior.mShouldSmoothScroll = shouldSmoothScroll; in setShouldSmoothScroll()
1642 out.writeBoolean(mViewBehavior.mShouldSmoothScroll); in writeToParcel()
/frameworks/native/include/input/
DInputDevice.h316 inline const InputDeviceViewBehavior& getViewBehavior() const { return mViewBehavior; } in getViewBehavior()
384 InputDeviceViewBehavior mViewBehavior; variable