Added in API level 11

StackView


open class StackView : AdapterViewAnimator
kotlin.Any
   ↳ android.view.View
   ↳ android.view.ViewGroup
   ↳ android.widget.AdapterView<android.widget.Adapter>
   ↳ android.widget.AdapterViewAnimator
   ↳ android.widget.StackView

Summary

Inherited XML attributes
Inherited constants
Public constructors
StackView(context: Context!)

StackView(context: Context!, attrs: AttributeSet!)

StackView(context: Context!, attrs: AttributeSet!, defStyleAttr: Int)

StackView(context: Context!, attrs: AttributeSet!, defStyleAttr: Int, defStyleRes: Int)

Public methods
open Unit

open CharSequence!

open Boolean

open Boolean

Implement this method to intercept all touch screen motion events.

open Boolean

Implement this method to handle pointer events.

open Unit

Manually shows the next child.

open Unit

Manually shows the previous child.

Protected methods
open Unit

open Unit
onLayout(changed: Boolean, left: Int, top: Int, right: Int, bottom: Int)

open Unit
onMeasure(widthMeasureSpec: Int, heightMeasureSpec: Int)

Inherited functions