android.support.wearable.view
Class BoxInsetLayout.LayoutParams

java.lang.Object
  extended by FrameLayout.LayoutParams
      extended by android.support.wearable.view.BoxInsetLayout.LayoutParams
Enclosing class:
BoxInsetLayout

public static class BoxInsetLayout.LayoutParams
extends FrameLayout.LayoutParams

adds layout_box attribute to layout parameters


Field Summary
static int BOX_ALL
           
static int BOX_BOTTOM
           
static int BOX_LEFT
           
static int BOX_NONE
           
static int BOX_RIGHT
           
static int BOX_TOP
           
 int boxedEdges
           
 
Constructor Summary
BoxInsetLayout.LayoutParams(Context context, AttributeSet attrs)
           
BoxInsetLayout.LayoutParams(FrameLayout.LayoutParams source)
           
BoxInsetLayout.LayoutParams(int width, int height, int gravity)
           
BoxInsetLayout.LayoutParams(int width, int height, int gravity, int boxed)
           
BoxInsetLayout.LayoutParams(ViewGroup.LayoutParams source)
           
BoxInsetLayout.LayoutParams(ViewGroup.MarginLayoutParams source)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)