WindowManagerLayoutParams.FrameRateBoostOnTouchEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the value whether we should enable touch boost as set
by #setFrameRateBoostOnTouchEnabled(boolean) -or- Set the value whether we should enable Touch Boost
public virtual bool FrameRateBoostOnTouchEnabled { [Android.Runtime.Register("getFrameRateBoostOnTouchEnabled", "()Z", "GetGetFrameRateBoostOnTouchEnabledHandler", ApiSince=35)] get; [Android.Runtime.Register("setFrameRateBoostOnTouchEnabled", "(Z)V", "GetSetFrameRateBoostOnTouchEnabled_ZHandler", ApiSince=35)] set; }
[<get: Android.Runtime.Register("getFrameRateBoostOnTouchEnabled", "()Z", "GetGetFrameRateBoostOnTouchEnabledHandler", ApiSince=35)>]
[<set: Android.Runtime.Register("setFrameRateBoostOnTouchEnabled", "(Z)V", "GetSetFrameRateBoostOnTouchEnabled_ZHandler", ApiSince=35)>]
member this.FrameRateBoostOnTouchEnabled : bool with get, set
Property Value
A boolean value to indicate whether we should enable touch boost
- Attributes
Remarks
Property getter documentation:
Gets whether touch input can temporarily boost the window's frame rate.
Java documentation for android.view.WindowManager.LayoutParams.getFrameRateBoostOnTouchEnabled().
Property setter documentation:
Sets whether touch input can temporarily boost the window's frame rate.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.