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

Called by an android.appwidget.AppWidgetHost in order to advance the current view when it is being used within an app widget.

open CharSequence!

Return the class name of this object to be used for accessibility purposes.

open Boolean

Implement this method to handle generic motion events.

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

Called by draw to draw the child views.

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

Called from layout when this view should assign a size and position to each of its children.

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

Measure the view and its content to determine the measured width and the measured height.

Inherited functions