OverScroller 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
OverScroller(Context) |
使用粘性流體滾動插補器和飛輪建立 OverScroller。 |
OverScroller(Context, IInterpolator) |
建立已啟用飛輪的 OverScroller。 |
OverScroller(IntPtr, JniHandleOwnership) |
建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。 |
OverScroller(Context, IInterpolator, Single, Single) |
建立已啟用飛輪的 OverScroller。 |
OverScroller(Context, IInterpolator, Single, Single, Boolean) |
建立 OverScroller。 |
OverScroller(Context)
使用粘性流體滾動插補器和飛輪建立 OverScroller。
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public OverScroller (Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Widget.OverScroller : Android.Content.Context -> Android.Widget.OverScroller
參數
- context
- Context
內容
- 屬性
備註
使用粘性流體滾動插補器和飛輪建立 OverScroller。
的 android.widget.OverScroller.OverScroller(android.content.Context)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
OverScroller(Context, IInterpolator)
建立已啟用飛輪的 OverScroller。
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/view/animation/Interpolator;)V", "")]
public OverScroller (Android.Content.Context? context, Android.Views.Animations.IInterpolator? interpolator);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/view/animation/Interpolator;)V", "")>]
new Android.Widget.OverScroller : Android.Content.Context * Android.Views.Animations.IInterpolator -> Android.Widget.OverScroller
參數
- context
- Context
此應用程式的內容。
- interpolator
- IInterpolator
捲動插補點。 如果為 null,則會使用預設的 (viscous) 插補器。
- 屬性
備註
建立已啟用飛輪的 OverScroller。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
OverScroller(IntPtr, JniHandleOwnership)
建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。
protected OverScroller (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Widget.OverScroller : nativeint * Android.Runtime.JniHandleOwnership -> Android.Widget.OverScroller
參數
- transfer
- JniHandleOwnership
JniHandleOwnership,指出如何處理javaReference
備註
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
OverScroller(Context, IInterpolator, Single, Single)
建立已啟用飛輪的 OverScroller。
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/view/animation/Interpolator;FF)V", "")]
public OverScroller (Android.Content.Context? context, Android.Views.Animations.IInterpolator? interpolator, float bounceCoefficientX, float bounceCoefficientY);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/view/animation/Interpolator;FF)V", "")>]
new Android.Widget.OverScroller : Android.Content.Context * Android.Views.Animations.IInterpolator * single * single -> Android.Widget.OverScroller
參數
- context
- Context
此應用程式的內容。
- interpolator
- IInterpolator
捲動插補點。 如果為 null,則會使用預設的 (viscous) 插補器。
- bounceCoefficientX
- Single
介於 0 到 1 之間的值,決定達到水平邊緣時,在彈跳中保留的速度比例。 Null 值表示沒有反彈。 不再支援此行為,且此係數沒有作用。
- bounceCoefficientY
- Single
與bounceCoefficientX相同,但針對垂直方向。 不再支援此行為,且此係數沒有作用。
- 屬性
備註
建立已啟用飛輪的 OverScroller。
已取代這個成員。 請改用 #OverScroller(Context, Interpolator)
。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
OverScroller(Context, IInterpolator, Single, Single, Boolean)
建立 OverScroller。
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/view/animation/Interpolator;FFZ)V", "")]
public OverScroller (Android.Content.Context? context, Android.Views.Animations.IInterpolator? interpolator, float bounceCoefficientX, float bounceCoefficientY, bool flywheel);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/view/animation/Interpolator;FFZ)V", "")>]
new Android.Widget.OverScroller : Android.Content.Context * Android.Views.Animations.IInterpolator * single * single * bool -> Android.Widget.OverScroller
參數
- context
- Context
此應用程式的內容。
- interpolator
- IInterpolator
捲動插補點。 如果為 null,則會使用預設的 (viscous) 插補器。
- bounceCoefficientX
- Single
介於 0 到 1 之間的值,決定達到水平邊緣時,在彈跳中保留的速度比例。 Null 值表示沒有反彈。 不再支援此行為,且此係數沒有作用。
- bounceCoefficientY
- Single
與bounceCoefficientX相同,但針對垂直方向。 不再支援此行為,且此係數沒有作用。
- flywheel
- Boolean
如果為 true,連續的跳動動作將持續增加滾動速度。
- 屬性
備註
建立 OverScroller。
已取代這個成員。 請改用 #OverScroller(Context, Interpolator)
。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。