Searched defs:BOTTOM_ALIGNMENT (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/awt/java/awt/font/
H A DGraphicAttribute.java44 * The Constant BOTTOM_ALIGNMENT indicates using the bottom line to
47 public static final int BOTTOM_ALIGNMENT = -2; field in class:GraphicAttribute
80 if ((align < BOTTOM_ALIGNMENT) || (align > HANGING_BASELINE)) {
/frameworks/base/awt/java/awt/
H A DComponent.java115 * The Constant BOTTOM_ALIGNMENT indicates the bottom alignment of the
118 public static final float BOTTOM_ALIGNMENT = 1.0f; field in class:Component

Completed in 57 milliseconds