/packages/apps/Camera/src/com/android/camera/ |
RotateImageView.java | 50 public void setDegree(int degree) { 52 degree = degree >= 0 ? degree % 360 : degree % 360 + 360; 53 if (degree == mTargetDegree) return; 55 mTargetDegree = degree; 89 int degree = mStartDegree + ANIMATION_SPEED local 91 degree = degree >= 0 ? degree % 360 : degree % 360 + 360 [all...] |
ImageManager.java | 186 // picture. The degree is a one element array which returns the orientation 191 Bitmap source, byte[] jpegData, int[] degree) { 203 degree[0] = 0; 206 degree[0] = getExifOrientation(filePath); 230 values.put(Images.Media.ORIENTATION, degree[0]); 243 int degree = 0; local 257 degree = 90; 260 degree = 180; 263 degree = 270; 269 return degree; [all...] |
/external/freetype/include/freetype/internal/services/ |
svkern.h | 34 FT_Int degree,
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
ImageManager.java | 135 * picture. The degree is a one element array which returns the orientation 140 String filename, Bitmap source, byte[] jpegData, int[] degree) { 152 degree[0] = 0; 155 degree[0] = getExifOrientation(filePath); 181 values.put(Images.Media.ORIENTATION, degree[0]); 194 int degree = 0; local 208 degree = 90; 211 degree = 180; 214 degree = 270; 220 return degree; [all...] |
/bionic/libm/src/ |
k_tanf.c | 51 * We add the small terms from lowest degree up for efficiency on 52 * non-sequential machines (the lowest degree terms tend to be ready 57 * small terms were added from highest degree down.
|
s_erf.c | 35 * where R = P/Q where P is an odd poly of degree 8 and 36 * Q is an odd poly of degree 10. 63 * P1(s) = degree 6 poly in s 64 * Q1(s) = degree 6 poly in s 70 * R1(z) = degree 7 poly in z, (z=1/x^2) 71 * S1(z) = degree 8 poly in z 80 * R2(z) = degree 6 poly in z, (z=1/x^2) 81 * S2(z) = degree 7 poly in z
|
k_sin.c | 29 * 3. sin(x) is approximated by a polynomial of degree 13 on
|
/external/opencore/codecs_v2/utilities/colorconvert/src/ |
cczoomrotationbase.cpp | 71 1 -- 90 degree counter clockwise (default) 72 2 -- 180 degree rotation (upside-down) 73 3 -- 90 degree clockwise 75 -2 -- flip and rotate 90 degree cnt clk 76 -3 -- flip and rotate 180 degree 77 -4 -- flip and rotate 270 degree
|
/frameworks/base/awt/javax/imageio/event/ |
IIOWriteProgressListener.java | 46 * Notifies this listener about the degree of completion of the write call. 76 * Notifies this listener about the degree of completion of the write call.
|
IIOReadProgressListener.java | 44 * Notifies this listener about the degree of completion of the read call. 100 * Notifies this listener about the degree of completion of the read call.
|
/external/qemu/hw/ |
power_supply.h | 18 * µA, µAh, µWh, seconds and tenths of degree Celsius unless otherwise
|
/hardware/ti/omap3/liboverlay/ |
v4l2_utils.h | 27 int v4l2_overlay_set_rotation(int fd, int degree, int step);
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageManager.java | 200 // picture. The degree is a one element array which returns the orientation 205 Bitmap source, byte[] jpegData, int[] degree) { 217 degree[0] = 0; 220 degree[0] = getExifOrientation(filePath); 241 values.put(Images.Media.ORIENTATION, degree[0]); 253 int degree = 0; local 267 degree = 90; 270 degree = 180; 273 degree = 270; 279 return degree; [all...] |
/external/fdlibm/ |
s_erf.c | 32 * where R = P/Q where P is an odd poly of degree 8 and 33 * Q is an odd poly of degree 10. 60 * P1(s) = degree 6 poly in s 61 * Q1(s) = degree 6 poly in s 67 * R1(z) = degree 7 poly in z, (z=1/x^2) 68 * S1(z) = degree 8 poly in z 77 * R2(z) = degree 6 poly in z, (z=1/x^2) 78 * S2(z) = degree 7 poly in z
|
k_sin.c | 23 * 3. ieee_sin(x) is approximated by a polynomial of degree 13 on
|
/frameworks/base/core/java/android/view/animation/ |
Transformation.java | 123 * Sets the degree of transparency 131 * @return The degree of transparency
|
AccelerateInterpolator.java | 40 * @param factor Degree to which the animation should be eased. Seting
|
DecelerateInterpolator.java | 35 * @param factor Degree to which the animation should be eased. Setting factor to 1.0f produces
|
/external/icu4c/common/unicode/ |
unimatch.h | 27 * indicating the degree of match. 78 * Return a UMatchDegree value indicating the degree of match for 118 * @return a match degree value indicating a full match, a partial
|
/external/jpeg/ |
transupp.h | 46 JXFORM_ROT_90, /* 90-degree clockwise rotation */ 47 JXFORM_ROT_180, /* 180-degree rotation */ 48 JXFORM_ROT_270 /* 270-degree clockwise (or 90 ccw) */
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
LineGestureStrokeHelper.java | 33 // point constants for 45 degree line gesture
|
GestureStrokeTest.java | 114 // expect a center of LINE_MIDWAY_POINT, LINE_MIDWAY_POINT, with a 45-degree orientation
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
package.html | 33 <p>To the degree possible, the parsing of the XML source and application of the Templates object to that source are performed
|
/external/apache-http/src/org/apache/http/client/params/ |
CookiePolicy.java | 37 * The policy that provides high degree of compatibilty
|
/frameworks/base/docs/html/guide/appendix/ |
app-intents.jd | 91 A zoom of 1.0 is 90 degree horizontal FOV for a nominal 97 the fisheye lens effect that would be present if a 90 degree horizontal
|