Searched refs:precision (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DDragAction.java66 UiController uiController, float[] coordinates, float[] precision) {
68 uiController, coordinates, precision)
77 float[] startCoordinates, float[] endCoordinates, float[] precision) {
79 uiController, downMotion, startCoordinates, endCoordinates, precision);
101 UiController uiController, float[] coordinates, float[] precision) {
102 return performDoubleTap(uiController, coordinates, precision);
109 float[] startCoordinates, float[] endCoordinates, float[] precision) {
111 uiController, downMotion, startCoordinates, endCoordinates, precision);
132 UiController uiController, float[] coordinates, float[] precision) {
134 uiController, coordinates, precision)
305 sendLinearDrag( UiController uiController, DownMotionPerformer downMotion, float[] startCoordinates, float[] endCoordinates, float[] precision) argument
363 performLongPress( UiController uiController, float[] coordinates, float[] precision) argument
377 performDoubleTap( UiController uiController, float[] coordinates, float[] precision) argument
419 perform(UiController uiController, float[] coordinates, float[] precision) argument
[all...]
H A DMouseClickAction.java44 float[] precision) {
45 Tapper.Status stat = sendSingleTap(uiController, coordinates, precision);
58 stat = sendSingleTap(uiController, coordinates, precision);
75 float[] coordinates, float[] precision) {
76 DownResultHolder res = MotionEvents.sendDown(uiController, coordinates, precision);
74 sendSingleTap(UiController uiController, float[] coordinates, float[] precision) argument
/frameworks/support/wear/tests/src/android/support/wear/widget/util/
H A DArcSwipe.java82 float[] precision) {
87 precision,
117 float[] precision,
126 precision).down;
78 sendSwipe( UiController uiController, float[] startCoordinates, float[] endCoordinates, float[] precision) argument
113 sendArcSwipe( UiController uiController, float[] startCoordinates, float[] endCoordinates, float[] precision, int duration, boolean isClockwise) argument
/frameworks/rs/script_api/
H A Drs_vector_math.spec23 The precision of the mathematical operations on 32 bit floats is affected by the pragmas
27 Different precision/speed tradeoffs can be achieved by using variants of the common math
29 <li>native_: May have custom hardware implementations with weaker precision. Additionally,
126 The precision is what would be expected from doing the computation using 16 bit floating
144 The precision is what would be expected from doing the computation using 16 bit floating
165 The precision is what would be expected from doing the computation using 16 bit floating
H A Drs_math.spec35 The precision of the mathematical operations on 32 bit floats is affected by the pragmas
41 Different precision/speed tradeoffs can be achieved by using variants of the common math
43 <li>native_: May have custom hardware implementations with weaker precision. Additionally,
921 This function is similar to @mad(). fma() retains full precision of the multiplied result
923 This extra precision is not guaranteed in rs_fp_relaxed mode.
1139 summary: Reciprocal computed to 16 bit precision
1143 The precision is that of a 16 bit floating point value.
1155 summary: Reciprocal of a square root computed to 16 bit precision
1159 The precision is that of a 16 bit floating point value.
1171 summary: Square root computed to 16 bit precision
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DPinchZoomAction.java52 float[] precision) {
58 checkNotNull(precision);
224 final float[] precision = {1.0f, 1.0f, 1.0f, 1.0f};
229 this.mSecondFingerEndCoords, precision);
47 sendPinchZoomAction(UiController uiController, float[] firstFingerStartCoords, float[] firstFingerEndCoords, float[] secondFingerStartCoords, float[] secondFingerEndCoords, float[] precision) argument
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DAutoFixFilter.java108 "precision mediump float;\n" +
201 long precision = (256l * 256l - 1l);
205 long temp = normal_cdf[i] * precision / histDim;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec72 glGetShaderPrecisionFormat check range 1 check precision 1
H A DGLES20.spec71 void glGetShaderPrecisionFormat ( GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision )
/frameworks/av/include/media/
H A Dconvert.h101 * Set the decimal precision to 10 digits.
154 oss.precision(gFloatPrecision);
/frameworks/av/media/libmedia/include/media/
H A Dconvert.h101 * Set the decimal precision to 10 digits.
154 oss.precision(gFloatPrecision);
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java840 public FasterStringBuilder append(float value, int precision) { argument
842 for (int i = 0; i < precision; i++) {
849 if (precision != 0) {
853 append((int) (value * scale), precision);
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1079 // C function void glGetShaderPrecisionFormat ( GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision )
1086 int[] precision,
1090 // C function void glGetShaderPrecisionFormat ( GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision )
1096 java.nio.IntBuffer precision
1081 glGetShaderPrecisionFormat( int shadertype, int precisiontype, int[] range, int rangeOffset, int[] precision, int precisionOffset ) argument
/frameworks/support/design/tests/src/android/support/design/widget/
H A DBottomSheetBehaviorTest.java200 float[] precision = mPrecisionDescriber.describePrecision();
206 MotionEvent downEvent = MotionEvents.sendDown(uiController, start, precision).down;
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatorInflaterCompat.java432 private static void setupPathMotion(Path path, ObjectAnimator oa, float precision, argument
451 final int numPoints = min(MAX_NUM_POINTS, (int) (totalLength / precision) + 1);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp3245 /* void glGetShaderPrecisionFormat ( GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision ) */
3257 GLint *precision = (GLint *) 0; local
3285 _exceptionMessage = "precision == null";
3303 precision = precision_base + precisionOffset;
3309 (GLint *)precision
3326 /* void glGetShaderPrecisionFormat ( GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision ) */
3340 GLint *precision = (GLint *) 0; local
3358 _exceptionMessage = "precision == null";
3361 precision = (GLint *)getPointer(_env, precision_buf, (jarray*)&_precisionArray, &_precisionRemaining, &_precisionBufferOffset);
3372 if (precision
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h454 typedef void (GL_APIENTRYP PFNGLGETSHADERPRECISIONFORMATPROC) (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
597 GL_APICALL void GL_APIENTRY glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h454 typedef void (GL_APIENTRYP PFNGLGETSHADERPRECISIONFORMATPROC) (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
597 GL_APICALL void GL_APIENTRY glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
H A Dgl31.h454 typedef void (GL_APIENTRYP PFNGLGETSHADERPRECISIONFORMATPROC) (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
597 GL_APICALL void GL_APIENTRY glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
H A Dgl32.h454 typedef void (GL_APIENTRYP PFNGLGETSHADERPRECISIONFORMATPROC) (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
597 GL_APICALL void GL_APIENTRY glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 504 milliseconds