Window.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 whether frame rate touch boost is enabled
#setFrameRateBoostOnTouchEnabled(boolean)
-or- Sets whether the frame rate touch boost is enabled for this Window.
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
whether the frame rate touch boost is enabled.
- Attributes
Remarks
Property getter documentation:
Get whether frame rate touch boost is enabled #setFrameRateBoostOnTouchEnabled(boolean)
Java documentation for android.view.Window.getFrameRateBoostOnTouchEnabled()
.
Property setter documentation:
Sets whether the frame rate touch boost is enabled for this Window. When enabled, the frame rate will be boosted when a user touches the Window.
Java documentation for android.view.Window.setFrameRateBoostOnTouchEnabled(boolean)
.
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.