Gravitypublic class Gravity extends Object
Fields Summary |
---|
public static final int | AXIS_CLIP | public static final int | AXIS_PULL_AFTER | public static final int | AXIS_PULL_BEFORE | public static final int | AXIS_SPECIFIED | public static final int | AXIS_X_SHIFT | public static final int | AXIS_Y_SHIFT | public static final int | BOTTOM | public static final int | CENTER | public static final int | CENTER_HORIZONTAL | public static final int | CENTER_VERTICAL | public static final int | CLIP_HORIZONTAL | public static final int | CLIP_VERTICAL | public static final int | DISPLAY_CLIP_HORIZONTAL | public static final int | DISPLAY_CLIP_VERTICAL | public static final int | END | public static final int | FILL | public static final int | FILL_HORIZONTAL | public static final int | FILL_VERTICAL | public static final int | HORIZONTAL_GRAVITY_MASK | public static final int | LEFT | public static final int | NO_GRAVITY | public static final int | RELATIVE_HORIZONTAL_GRAVITY_MASK | public static final int | RELATIVE_LAYOUT_DIRECTION | public static final int | RIGHT | public static final int | START | public static final int | TOP | public static final int | VERTICAL_GRAVITY_MASK |
Constructors Summary |
---|
public Gravity() throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public static void | apply(int gravity, int w, int h, android.graphics.Rect container, android.graphics.Rect outRect) throw new RuntimeException("Stub!");
| public static void | apply(int gravity, int w, int h, android.graphics.Rect container, android.graphics.Rect outRect, int layoutDirection) throw new RuntimeException("Stub!");
| public static void | apply(int gravity, int w, int h, android.graphics.Rect container, int xAdj, int yAdj, android.graphics.Rect outRect) throw new RuntimeException("Stub!");
| public static void | apply(int gravity, int w, int h, android.graphics.Rect container, int xAdj, int yAdj, android.graphics.Rect outRect, int layoutDirection) throw new RuntimeException("Stub!");
| public static void | applyDisplay(int gravity, android.graphics.Rect display, android.graphics.Rect inoutObj) throw new RuntimeException("Stub!");
| public static void | applyDisplay(int gravity, android.graphics.Rect display, android.graphics.Rect inoutObj, int layoutDirection) throw new RuntimeException("Stub!");
| public static int | getAbsoluteGravity(int gravity, int layoutDirection) throw new RuntimeException("Stub!");
| public static boolean | isHorizontal(int gravity) throw new RuntimeException("Stub!");
| public static boolean | isVertical(int gravity) throw new RuntimeException("Stub!");
|
|