共用方式為


Scene 建構函式

定義

多載

Scene(ViewGroup)

建構場景,但未提供套用此場景時值變更方式的資訊。

Scene(ViewGroup, View)

建構場景,當輸入時,將會從 sceneRoot 容器中移除任何子系,並將版面配置物件新增為該容器的新子系。

Scene(ViewGroup, ViewGroup)
已淘汰.

已取代這個成員。

Scene(ViewGroup)

建構場景,但未提供套用此場景時值變更方式的資訊。

[Android.Runtime.Register(".ctor", "(Landroid/view/ViewGroup;)V", "")]
public Scene (Android.Views.ViewGroup? sceneRoot);
[<Android.Runtime.Register(".ctor", "(Landroid/view/ViewGroup;)V", "")>]
new Android.Transitions.Scene : Android.Views.ViewGroup -> Android.Transitions.Scene

參數

sceneRoot
ViewGroup

將進行場景變更和轉換之階層的根目錄。

屬性

備註

建構場景,但未提供套用此場景時值變更方式的資訊。 建立場景時,可能會使用這個建構函式,目的是要透過設定和可能#setExitAction(Runnable)進行動態設定#setEnterAction(Runnable)

android.transition.Scene.Scene(android.view.ViewGroup)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

Scene(ViewGroup, View)

建構場景,當輸入時,將會從 sceneRoot 容器中移除任何子系,並將版面配置物件新增為該容器的新子系。

[Android.Runtime.Register(".ctor", "(Landroid/view/ViewGroup;Landroid/view/View;)V", "")]
public Scene (Android.Views.ViewGroup? sceneRoot, Android.Views.View? layout);
[<Android.Runtime.Register(".ctor", "(Landroid/view/ViewGroup;Landroid/view/View;)V", "")>]
new Android.Transitions.Scene : Android.Views.ViewGroup * Android.Views.View -> Android.Transitions.Scene

參數

sceneRoot
ViewGroup

將進行場景變更和轉換之階層的根目錄。

layout
View

此場景的檢視階層,在輸入此場景時新增為 sceneRoot 的子系。

屬性

備註

建構場景,當輸入時,將會從 sceneRoot 容器中移除任何子系,並將版面配置物件新增為該容器的新子系。

android.transition.Scene.Scene(android.view.ViewGroup, android.view.View)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

Scene(ViewGroup, ViewGroup)

警告

deprecated

已取代這個成員。

[Android.Runtime.Register(".ctor", "(Landroid/view/ViewGroup;Landroid/view/ViewGroup;)V", "")]
[System.Obsolete("deprecated")]
public Scene (Android.Views.ViewGroup? sceneRoot, Android.Views.ViewGroup? layout);
[<Android.Runtime.Register(".ctor", "(Landroid/view/ViewGroup;Landroid/view/ViewGroup;)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.Transitions.Scene : Android.Views.ViewGroup * Android.Views.ViewGroup -> Android.Transitions.Scene

參數

sceneRoot
ViewGroup

將進行場景變更和轉換之階層的根目錄。

layout
ViewGroup
屬性

備註

已取代這個成員。 使用 #Scene(ViewGroup, View)

android.transition.Scene.Scene(android.view.ViewGroup, android.view.ViewGroup)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於