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

1234567891011>>

/frameworks/base/core/java/android/view/animation/
H A DGridLayoutAnimationController.java61 public static final int DIRECTION_RIGHT_TO_LEFT = 0x1;
76 public static final int DIRECTION_HORIZONTAL_MASK = 0x1;
H A DTransformation.java38 public static final int TYPE_ALPHA = 0x1;
/frameworks/base/legacy-test/src/android/test/
H A DInstrumentationTestCase.java331 if ((count & 0x1) == 0x1) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java265 public native boolean setSourceRegion(float x0, float y0, float x1, float y1, argument
268 private native boolean setTargetRegion(float x0, float y0, float x1, float y1, argument
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp284 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1;
285 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1;
340 const int maxBlockX = ((w-1 + (blockWidth-1)) / blockWidth) & 0x1;
341 const int maxBlockY = ((h-1 + (blockHeight-1)) / blockHeight) & 0x1;
392 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1;
393 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1;
422 const int maxBlockX = ((w-1) / blockWidth) & 0x1;
423 const int maxBlockY = ((w-1) / blockHeight) & 0x1;
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DQuaternion.java81 public Quaternion(double x0, double x1, double x2, double x3) { argument
83 x[1] = x1;
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp72 const uint8_t protectionAbsent = syncword[1] & 0x1;
121 channel = (header[0] & 0x1) << 2 | (header[1] >> 6);
/frameworks/native/opengl/libagl/
H A Ddxt.cpp49 #define avg23(x0,x1) avg23tab[((x0) << 6) | (x1)]
244 c[0] = (r0 << 11) | ((g0 >> 1) << 6) | (b0 << 1) | 0x1;
245 c[1] = (r1 << 11) | ((g1 >> 1) << 6) | (b1 << 1) | 0x1;
276 (b2 << 1) | 0x1;
/frameworks/rs/script_api/include/
H A Drs_graphics.rsh816 rsgDrawQuad(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3,
836 rsgDrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, float x2, float y2,
857 rsgDrawRect(float x1, float y1, float x2, float y2, float z);
1046 float x1, y1, z1, x2, y2, z2;
1047 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
1048 bBoxMin->x = x1;
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd8_31pf.cpp469 ia = LSBs & 0x1;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.S41 VMOV.I8 d15,#0x1
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.S41 VMOV.I8 d15,#0x1
/frameworks/base/core/java/android/text/
H A DAndroidBidi.java48 result = (result & 0x1) == 0 ? Layout.DIR_LEFT_TO_RIGHT : Layout.DIR_RIGHT_TO_LEFT;
/frameworks/base/libs/hwui/
H A DBakedOpState.h31 Left = 0x1,
H A DSnapshot.h89 kFlagClipSet = 0x1,
/frameworks/base/libs/hwui/utils/
H A DVectorDrawableUtils.cpp173 float x1,
186 /* Transform (x0, y0) and (x1, y1) into unit space */
190 double x1p = (x1 * cosTheta + y1 * sinTheta) / a;
191 double y1p = (-x1 * sinTheta + y1 * cosTheta) / b;
208 drawArc(p, x0, y0, x1, y1, a * adjust,
170 drawArc(SkPath* p, float x0, float y0, float x1, float y1, float a, float b, float theta, bool isMoreThanHalf, bool isPositiveArc) argument
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DConstants.java194 static final int POLL_STRATEGY_REMOTES_DEVICES = 0x1;
/frameworks/base/telecomm/java/android/telecom/
H A DVideoProfile.java102 public static final int STATE_TX_ENABLED = 0x1;
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaSmsAddress.java80 static public final int NUMBERING_PLAN_ISDN_TELEPHONY = 0x1;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DByteBufferReaderTest.java85 byte[] data = new byte[] {0x1};
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardConfig.java34 /* package */ static final int LOG_LEVEL_PERFORMANCE_MEASUREMENT = 0x1;
/frameworks/support/compat/java/android/support/v4/graphics/
H A DPathParser.java614 float x1,
627 /* Transform (x0, y0) and (x1, y1) into unit space */
631 double x1p = (x1 * cosTheta + y1 * sinTheta) / a;
632 double y1p = (-x1 * sinTheta + y1 * cosTheta) / b;
649 drawArc(p, x0, y0, x1, y1, a * adjust,
611 drawArc(Path p, float x0, float y0, float x1, float y1, float a, float b, float theta, boolean isMoreThanHalf, boolean isPositiveArc) argument
/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp54 const uint8_t protectionAbsent = data[offset+1] & 0x1;
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp114 protectionAbsent &= 0x1;
166 channel = (header[0] & 0x1) << 2 | (header[1] >> 6);
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordSources.java130 public static final int DIGITAL_BROADCAST_TYPE_ATSC = 0x1;
546 public static final int ANALOGUE_BROADCAST_TYPE_SATELLITE = 0x1;

Completed in 714 milliseconds

1234567891011>>