FrameMetrics.FirstDrawFrame 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
This constant will be removed in the future version. Use Android.Views.FrameMetricsId enum directly instead of this field.
布爾值的計量標識碼,判斷此框架是否是第一個在新視窗版面配置中繪製的。
[Android.Runtime.Register("FIRST_DRAW_FRAME", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.FrameMetricsId enum directly instead of this field.", true)]
public const Android.Views.FrameMetricsId FirstDrawFrame = 9;
[<Android.Runtime.Register("FIRST_DRAW_FRAME", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.FrameMetricsId enum directly instead of this field.", true)>]
val mutable FirstDrawFrame : Android.Views.FrameMetricsId
欄位值
Value = 9- 屬性
備註
布爾值的計量標識碼,判斷此框架是否是第一個在新視窗版面配置中繪製的。
#getMetric(int)
會傳回 0 表示 false,1 則傳回 true。
第一個繪製框架應該很慢,通常應該免除顯示簡點計算,因為它們不會在動畫中造成略過,而且通常由窗口動畫或其他技巧隱藏。
的 android.view.FrameMetrics.FIRST_DRAW_FRAME
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。