android.support.wearable.view
Class BoxInsetLayout.LayoutParams
java.lang.Object
FrameLayout.LayoutParams
android.support.wearable.view.BoxInsetLayout.LayoutParams
- Enclosing class:
- BoxInsetLayout
public static class BoxInsetLayout.LayoutParams
- extends FrameLayout.LayoutParams
adds layout_box attribute to layout parameters
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOX_NONE
public static final int BOX_NONE
- See Also:
- Constant Field Values
BOX_LEFT
public static final int BOX_LEFT
- See Also:
- Constant Field Values
BOX_TOP
public static final int BOX_TOP
- See Also:
- Constant Field Values
BOX_RIGHT
public static final int BOX_RIGHT
- See Also:
- Constant Field Values
BOX_BOTTOM
public static final int BOX_BOTTOM
- See Also:
- Constant Field Values
BOX_ALL
public static final int BOX_ALL
- See Also:
- Constant Field Values
boxedEdges
public int boxedEdges
BoxInsetLayout.LayoutParams
public BoxInsetLayout.LayoutParams(Context context,
AttributeSet attrs)
BoxInsetLayout.LayoutParams
public BoxInsetLayout.LayoutParams(int width,
int height,
int gravity)
BoxInsetLayout.LayoutParams
public BoxInsetLayout.LayoutParams(int width,
int height,
int gravity,
int boxed)
BoxInsetLayout.LayoutParams
public BoxInsetLayout.LayoutParams(ViewGroup.LayoutParams source)
BoxInsetLayout.LayoutParams
public BoxInsetLayout.LayoutParams(ViewGroup.MarginLayoutParams source)
BoxInsetLayout.LayoutParams
public BoxInsetLayout.LayoutParams(FrameLayout.LayoutParams source)