言語

WindowManagerLayoutParams.FrameRateBoostOnTouchEnabled プロパティ

定義

#setFrameRateBoostOnTouchEnabled(boolean)で設定したタッチ ブーストを有効にする必要があるかどうか、またはタッチ ブーストを有効にするかどうかを設定する値を取得します。

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

プロパティ値

タッチ ブーストを有効にするかどうかを示すブール値

属性

注釈

プロパティ getter のドキュメント:

タッチ入力がウィンドウのフレーム レートを一時的に向上できるかどうかを取得します。

android.view.WindowManager.LayoutParams.getFrameRateBoostOnTouchEnabled()の Java ドキュメント。

プロパティ セッターのドキュメント:

タッチ入力でウィンドウのフレーム レートを一時的にブーストできるかどうかを設定します。

android.view.WindowManager.LayoutParams.setFrameRateBoostOnTouchEnabled(boolean)の Java ドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象