Searched refs:mViewBehavior (Results 1 – 3 of 3) sorted by relevance
197 mViewBehavior(other.mViewBehavior) {} in InputDeviceInfo()222 mViewBehavior = viewBehavior; in initialize()
99 private final ViewBehavior mViewBehavior = new ViewBehavior(this); field in InputDevice575 mViewBehavior.mShouldSmoothScroll = in.readBoolean(); in InputDevice()1195 return mViewBehavior; in getViewBehavior()1207 mViewBehavior.mShouldSmoothScroll = shouldSmoothScroll; in setShouldSmoothScroll()1642 out.writeBoolean(mViewBehavior.mShouldSmoothScroll); in writeToParcel()
316 inline const InputDeviceViewBehavior& getViewBehavior() const { return mViewBehavior; } in getViewBehavior()384 InputDeviceViewBehavior mViewBehavior; variable