CheerMeterView
class CheerMeterView
Fields
Name | Description |
---|---|
var dismissFunc: (DismissAction)->Unit
|
|
var widgetViewModel: BaseViewModel?
|
Constructors
<init>
constructor(context: Context, attr: AttributeSet?)
Parameters
Name | Description |
---|---|
context: Context
|
|
attr: AttributeSet?
|
Methods
onAttachedToWindow
fun onAttachedToWindow()
ReturnValue
Name | Description |
---|---|
Unit
|
collapse
fun collapse(v: View, duration: Int, targetHeight: Int)
Parameters
Name | Description |
---|---|
v: View
|
|
duration: Int
|
|
targetHeight: Int
|
ReturnValue
Name | Description |
---|---|
Unit
|