Documentation
¶
Overview ¶
Package widget provides Go bindings for android.widget.
Index ¶
- func Init(env *jni.Env) error
- type FrameLayout
- func (m *FrameLayout) GenerateLayoutParams1(arg0 *jni.Object) (*jni.Object, error)
- func (m *FrameLayout) GenerateLayoutParams1_1(arg0 *jni.Object) (*jni.Object, error)
- func (m *FrameLayout) GetAccessibilityClassName() (*jni.Object, error)
- func (m *FrameLayout) GetConsiderGoneChildrenWhenMeasuring() (bool, error)
- func (m *FrameLayout) GetMeasureAllChildren() (bool, error)
- func (m *FrameLayout) SetForegroundGravity(arg0 int32) error
- func (m *FrameLayout) SetMeasureAllChildren(arg0 bool) error
- func (m *FrameLayout) ShouldDelayChildPressedState() (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FrameLayout ¶
FrameLayout wraps android.widget.FrameLayout.
func (*FrameLayout) GenerateLayoutParams1 ¶
GenerateLayoutParams1 calls android.widget.FrameLayout.generateLayoutParams.
func (*FrameLayout) GenerateLayoutParams1_1 ¶
GenerateLayoutParams1_1 calls android.widget.FrameLayout.generateLayoutParams.
func (*FrameLayout) GetAccessibilityClassName ¶
func (m *FrameLayout) GetAccessibilityClassName() (*jni.Object, error)
GetAccessibilityClassName calls android.widget.FrameLayout.getAccessibilityClassName.
func (*FrameLayout) GetConsiderGoneChildrenWhenMeasuring ¶
func (m *FrameLayout) GetConsiderGoneChildrenWhenMeasuring() (bool, error)
GetConsiderGoneChildrenWhenMeasuring calls android.widget.FrameLayout.getConsiderGoneChildrenWhenMeasuring.
func (*FrameLayout) GetMeasureAllChildren ¶
func (m *FrameLayout) GetMeasureAllChildren() (bool, error)
GetMeasureAllChildren calls android.widget.FrameLayout.getMeasureAllChildren.
func (*FrameLayout) SetForegroundGravity ¶
func (m *FrameLayout) SetForegroundGravity(arg0 int32) error
SetForegroundGravity calls android.widget.FrameLayout.setForegroundGravity.
func (*FrameLayout) SetMeasureAllChildren ¶
func (m *FrameLayout) SetMeasureAllChildren(arg0 bool) error
SetMeasureAllChildren calls android.widget.FrameLayout.setMeasureAllChildren.
func (*FrameLayout) ShouldDelayChildPressedState ¶
func (m *FrameLayout) ShouldDelayChildPressedState() (bool, error)
ShouldDelayChildPressedState calls android.widget.FrameLayout.shouldDelayChildPressedState.