Searched defs:LEFT (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
H A DTextAlignment.java26 LEFT(0x0), enum constant in enum:TextAlignment
/frameworks/base/core/java/android/database/
H A DCursorJoiner.java32 * case LEFT:
62 LEFT, enum constant in enum:CursorJoiner.Result
126 case LEFT:
152 * @return LEFT, if the row pointed to by the left cursor is unique, RIGHT
171 mCompareResult = Result.LEFT;
181 mCompareResult = Result.LEFT;
219 case LEFT:
/frameworks/base/core/java/android/view/
H A DGravity.java50 public static final int LEFT = (AXIS_PULL_BEFORE|AXIS_SPECIFIED)<<AXIS_X_SHIFT; field in class:Gravity
66 public static final int FILL_HORIZONTAL = LEFT|RIGHT;
137 * @param xAdj Offset to apply to the X axis. If gravity is LEFT this
/frameworks/base/include/media/
H A DAudioTrack.h47 LEFT = 0, enumerator in enum:android::AudioTrack::channel_index
/frameworks/base/awt/java/awt/
H A DEvent.java93 * The Constant LEFT indicates Left key.
95 public static final int LEFT = 1006; field in class:Event
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java53 Align.LEFT, Align.CENTER, Align.RIGHT
158 * [x,y] coordinates. The default is LEFT.
164 LEFT (0), enum constant in enum:Paint.Align
806 * text is positioned relative to its origin. LEFT align means that all of
808 * specifieds the LEFT edge of the text) and so on.
818 * text is positioned relative to its origin. LEFT align means that all of
820 * specifieds the LEFT edge of the text) and so on.
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint.java44 private Align mAlign = Align.LEFT;
185 * [x,y] coordinates. The default is LEFT.
191 LEFT (0), enum constant in enum:Paint.Align

Completed in 494 milliseconds