public class FloatingElement
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
android.view.View |
anchorView
The view that you want to float above
|
FloatingTransition |
floatingTransition
Floating effect, the default is ScaleFloatingTransition
|
int |
offsetX
X direction of offset, unit px
|
int |
offsetY
Y direction of offset, unit px
|
android.view.View |
targetView
The view which you want to float
|
int |
targetViewLayoutResId
The layout resources id of the view which you want to float
|
| 构造器和说明 |
|---|
FloatingElement() |
public FloatingTransition floatingTransition
public int offsetX
public int offsetY
public android.view.View targetView
public int targetViewLayoutResId
public android.view.View anchorView