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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextAlignment.java26 LEFT(0x0), enum constant in enum:TextAlignment
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java35 public static enum InterceptType { NONE, LEFT, RIGHT, BOTH } enum constant in enum:PhotoViewPager.InterceptType
119 (intercept == InterceptType.BOTH || intercept == InterceptType.LEFT);
/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/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dec_defs.h89 #define LEFT 0 macro
/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;
85 * absolute LEFT/RIGHT).
115 public static final int START = RELATIVE_LAYOUT_DIRECTION | LEFT;
175 * @param xAdj Offset to apply to the X axis. If gravity is LEFT this
281 * @param xAdj Offset to apply to the X axis. If gravity is LEFT this
404 * if horizontal direction is LTR, then START will set LEFT and END will set RIGHT.
405 * if horizontal direction is RTL, then START will set RIGHT and END will set LEFT.
423 // Set the LEFT bit
424 result |= LEFT;
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c137 enum { TOP = 0, LEFT = 1, INNER = 2 }; enumerator in enum:__anon597
1437 thresholds[LEFT].alpha = alphas[indexA];
1438 thresholds[LEFT].beta = betas[indexB];
1439 thresholds[LEFT].tc0 = tc0[indexA];
1443 thresholds[LEFT].alpha = thresholds[INNER].alpha;
1444 thresholds[LEFT].beta = thresholds[INNER].beta;
1445 thresholds[LEFT].tc0 = thresholds[INNER].tc0;
1520 thresholds[LEFT].alpha = alphas[indexA];
1521 thresholds[LEFT].beta = betas[indexB];
1522 thresholds[LEFT]
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_s.h461 IF "$a0":LEFT:1="[" variable
494 _base SETS ("$a0":LEFT:(:LEN:"$a0"-1)):RIGHT:(:LEN:"$a0"-2) ;// remove []
496 IF _offset:LEFT:1="+" variable
500 IF _offset:LEFT:1="-" variable
519 _offset SETS "$a1":LEFT:(:LEN:("$a1")-2)
910 _pl SETS "$platstall":LEFT:(_pllen - 2)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h464 IF "$a0":LEFT:1="[" variable
497 _base SETS ("$a0":LEFT:(:LEN:"$a0"-1)):RIGHT:(:LEN:"$a0"-2) ;// remove []
499 IF _offset:LEFT:1="+" variable
503 IF _offset:LEFT:1="-" variable
522 _offset SETS "$a1":LEFT:(:LEN:("$a1")-2)
913 _pl SETS "$platstall":LEFT:(_pllen - 2)
/frameworks/base/core/java/android/widget/
H A DFastScroller.java1555 private static Property<View, Integer> LEFT = new IntProperty<View>("left") { field in class:FastScroller
1619 final PropertyValuesHolder left = PropertyValuesHolder.ofInt(LEFT, bounds.left);
H A DGridLayout.java633 return horizontal ? LEFT : TOP;
2186 * Describes how the child views are positioned. Default is {@code LEFT | BASELINE}.
2745 * {@link #TOP}, {@link #LEFT}, {@link #BOTTOM}, {@link #RIGHT}, {@link #START},
2882 public static final Alignment LEFT = createSwitchingAlignment(START, END); field in class:GridLayout
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java71 Align.LEFT, Align.CENTER, Align.RIGHT
394 * [x,y] coordinates. The default is LEFT.
400 LEFT (0), enum constant in enum:Paint.Align
1143 * text is positioned relative to its origin. LEFT align means that all of
1145 * specifieds the LEFT edge of the text) and so on.
1155 * text is positioned relative to its origin. LEFT align means that all of
1157 * specifieds the LEFT edge of the text) and so on.
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java617 return horizontal ? LEFT : TOP;
2061 * Describes how the child views are positioned. Default is {@code LEFT | BASELINE}.
2620 * {@link #TOP}, {@link #LEFT}, {@link #BOTTOM}, {@link #RIGHT}, {@link #START},
2761 public static final Alignment LEFT = createSwitchingAlignment(START, END); field in class:GridLayout

Completed in 280 milliseconds