다음을 통해 공유


WindowManagerLayoutParams.FrameRateBoostOnTouchEnabled Property

Definition

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:

Get the value whether we should enable touch boost as set by #setFrameRateBoostOnTouchEnabled(boolean)

Java documentation for android.view.WindowManager.LayoutParams.getFrameRateBoostOnTouchEnabled().

Property setter documentation:

Set the value whether we should enable Touch Boost

Java documentation for android.view.WindowManager.LayoutParams.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.

Applies to