Searched refs:x1 (Results 176 - 200 of 236) sorted by relevance

12345678910

/frameworks/base/core/java/android/widget/
H A DGridLayout.java872 private void drawLine(Canvas graphics, int x1, int y1, int x2, int y2, Paint paint) { argument
875 graphics.drawLine(width - x1, y1, width - x2, y2, paint);
877 graphics.drawLine(x1, y1, x2, y2, paint);
1137 int x1 = hLocations[colSpan.min];
1143 int cellWidth = x2 - x1;
1174 int dx = x1 + gravityOffsetX + alignmentOffsetX;
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp3827 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local
3828 processPosition(mapper, x1, y1);
3848 toDisplayX(x1), toDisplayY(y1), 1, 0, 0, 0, 0, 0, 0, 0));
3870 toDisplayX(x1), toDisplayY(y1), 1, 0, 0, 0, 0, 0, 0, 0));
3878 x1 += 10; y1 += 15; x2 += 5; y2 -= 10;
3879 processPosition(mapper, x1, y1);
3901 toDisplayX(x1), toDisplayY(y1), 1, 0, 0, 0, 0, 0, 0, 0));
3931 toDisplayX(x1), toDisplayY(y1), 1, 0, 0, 0, 0, 0, 0, 0));
4104 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local
4105 processPosition(mapper, x1, y
4280 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java860 private void drawLine(Canvas graphics, int x1, int y1, int x2, int y2, Paint paint) { argument
863 graphics.drawLine(width - x1, y1, width - x2, y2, paint);
865 graphics.drawLine(x1, y1, x2, y2, paint);
1038 int x1 = hLocations[colSpan.min];
1044 int cellWidth = x2 - x1;
1075 int dx = x1 + gravityOffsetX + alignmentOffsetX;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp87 0x1);
92 0x1);
/frameworks/native/opengl/libagl/
H A Dcontext.h415 FLAGS_2D_PROJECTION = 0x1
442 DO_PICKER = 0x1,
/frameworks/rs/driver/
H A DrsdGL.cpp536 float x1, float y1, float z1, float u1, float v1,
541 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_stereo_proc.cpp273 (info->mode_ext & 0x1);
H A Dpvmp3_mpeg2_stereo_proc.cpp241 (info->mode_ext & 0x1);
/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutTest.java292 if ((values.length & 0x1) != 0) {
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h46 #define USE_PROFILES_PHONE 0x1 // == SL_PROFILES_PHONE
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java479 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) { argument
480 draw(GLES20.GL_LINE_STRIP, OFFSET_DRAW_LINE, COUNT_LINE_VERTEX, x1, y1, x2 - x1, y2 - y1,
/frameworks/rs/
H A DrsFont.cpp668 void FontState::appendMeshQuad(float x1, float y1, float z1, argument
680 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) {
684 /*LOGE("V0 x: %f y: %f z: %f", x1, y1, z1);
689 (*currentPos++) = x1;
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dqgain795.cpp631 if ((tmp & 0x1) != 0)
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dmb_access.cpp292 avail_c = (C >> ((block_y << 2) + new_block_x)) & 0x1;
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java53 private static final int PROPERTY_FILL_AFTER_MASK = 0x1;
/frameworks/base/libs/hwui/
H A DDisplayList.h106 kReplayFlag_ClipChildren = 0x1
H A DOpenGLRenderer.h81 kStateDeferFlag_Draw = 0x1,
93 kClipSide_Left = 0x1,
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java56 private static final int OPTIONS_SCALE_UP = 0x1;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java103 public static final int PRIORITY_INTERACTIVE = 0x1;
115 public static final int PRIVACY_RESTRICTED = 0x1;
127 public static final int ALERT_LOW_PRIO = 0x1;
141 public static final int DISPLAY_MODE_DEFAULT = 0x1;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp1495 pTcoef->sign = BitstreamReadBits16_INLINE(stream, 5) & 0x1; /* fix 3/13/01 */
1578 pTcoef->sign = BitstreamReadBits16_INLINE(stream, 5) & 0x1; /* fix 03/13/01 */
H A Dvlc_dequant.cpp344 datablock[63] = datablock[63] ^ 0x1;
467 datablock[63] = datablock[63] ^ 0x1;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_inter_prediction.c276 x = i & 0x1 ? 8 : 0;
427 x = i & 0x1 ? 8 : 0;
H A Dh264bsd_macroblock_layer.c561 blockCoded = codedBlockPattern & 0x1;
735 blockCoded = codedBlockPattern & 0x1;
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java218 public static final int HINTING_ON = 0x1;
232 public static final int BIDI_RTL = 0x1;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp737 int x0, x1, x2, x3, x4, x5; local
1151 x1 = P_B + P_C + 1;
1165 temp1 |= ((x1 >> 1) << 8);
1171 temp2 = ((x0 + x1) >> 2);
1172 temp2 |= (((x1 + x2) >> 2) << 8);

Completed in 522 milliseconds

12345678910