SurfaceControl.Transaction.SetContentPriority(SurfaceControl, Int32) メソッド

定義

指定したサーフェスのコンポジター コンテンツの優先度を設定します。

[Android.Runtime.Register("setContentPriority", "(Landroid/view/SurfaceControl;I)Landroid/view/SurfaceControl$Transaction;", "GetSetContentPriority_Landroid_view_SurfaceControl_IHandler", ApiSince=36)]
public virtual Android.Views.SurfaceControl.Transaction SetContentPriority(Android.Views.SurfaceControl sc, int priority);
[<Android.Runtime.Register("setContentPriority", "(Landroid/view/SurfaceControl;I)Landroid/view/SurfaceControl$Transaction;", "GetSetContentPriority_Landroid_view_SurfaceControl_IHandler", ApiSince=36)>]
abstract member SetContentPriority : Android.Views.SurfaceControl * int -> Android.Views.SurfaceControl.Transaction
override this.SetContentPriority : Android.Views.SurfaceControl * int -> Android.Views.SurfaceControl.Transaction

パラメーター

sc
SurfaceControl

sc に使用される Android.Views.SurfaceControl 値。

priority
Int32

優先度に使用される System.Int32 値。

返品

コンテンツの優先度設定操作の結果。

属性

注釈

詳細については、android.view.SurfaceControl.Transaction.setContentPriority の Android リファレンス ドキュメントを参照してください。

android.view.SurfaceControl.Transaction.setContentPriority のJavaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象