/packages/apps/Camera/src/com/android/camera/ui/ |
RotateImageView.java | 68 public void setOrientation(int degree) { 70 degree = degree >= 0 ? degree % 360 : degree % 360 + 360; 71 if (degree == mTargetDegree) return; 73 mTargetDegree = degree; 106 int degree = mStartDegree + ANIMATION_SPEED local 108 degree = degree >= 0 ? degree % 360 : degree % 360 + 360 [all...] |
/frameworks/base/core/jni/ |
android_view_VelocityTracker.cpp | 35 jfieldID degree; member in struct:android::__anon14530 50 bool getEstimator(int32_t id, uint32_t degree, nsecs_t horizon, 131 bool VelocityTrackerState::getEstimator(int32_t id, uint32_t degree, nsecs_t horizon, 133 return mVelocityTracker.getEstimator(id, degree, horizon, outEstimator); 188 jint ptr, jint id, jint degree, jint horizonMillis, jobject outEstimatorObj) { 192 degree < 0 ? VelocityTracker::DEFAULT_DEGREE : uint32_t(degree), 206 env->SetIntField(outEstimatorObj, gEstimatorClassInfo.degree, estimator.degree); 262 GET_FIELD_ID(gEstimatorClassInfo.degree, clazz [all...] |
/external/freetype/include/freetype/internal/services/ |
svkern.h | 34 FT_Int degree,
|
/frameworks/base/core/java/android/view/ |
VelocityTracker.java | 63 int degree, int horizonMillis, Estimator outEstimator); 229 * @param degree The desired polynomial degree. The actual estimator may have 230 * a lower degree than what is requested here. If -1, uses the default degree. 239 public boolean getEstimator(int id, int degree, int horizonMillis, Estimator outEstimator) { 243 return nativeGetEstimator(mPtr, id, degree, horizonMillis, outEstimator); 273 * Polynomial degree, or zero if only position information is available. 275 public int degree; field in class:VelocityTracker.Estimator 303 for (int i = 0; i <= degree; i++) [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
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
poly_laguerre.tcc | 59 * of order @f$ n @f$, degree @f$ \alpha @f$ for large n. 63 * @param __alpha The degree of the Laguerre function. 66 * degree @f$ \alpha @f$, and argument x. 155 * of order @f$ n @f$, degree @f$ \alpha @f$: @f$ L_n^\alpha(x) @f$ 177 * @param __alpha The degree of the Laguerre function. 180 * degree @f$ \alpha @f$, and argument x. 216 * of order n, degree @f$ \alpha @f$: @f$ L_n^alpha(x) @f$. 237 * @param __alpha The degree of the Laguerre function. 240 * degree @f$ \alpha @f$, and argument x. 277 * of order n, degree m: @f$ L_n^m(x) @f$ [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
poly_laguerre.tcc | 59 * of order @f$ n @f$, degree @f$ \alpha @f$ for large n. 63 * @param __alpha The degree of the Laguerre function. 66 * degree @f$ \alpha @f$, and argument x. 155 * of order @f$ n @f$, degree @f$ \alpha @f$: @f$ L_n^\alpha(x) @f$ 177 * @param __alpha The degree of the Laguerre function. 180 * degree @f$ \alpha @f$, and argument x. 216 * of order n, degree @f$ \alpha @f$: @f$ L_n^alpha(x) @f$. 237 * @param __alpha The degree of the Laguerre function. 240 * degree @f$ \alpha @f$, and argument x. 277 * of order n, degree m: @f$ L_n^m(x) @f$ [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
poly_laguerre.tcc | 59 * of order @f$ n @f$, degree @f$ \alpha @f$ for large n. 63 * @param __alpha The degree of the Laguerre function. 66 * degree @f$ \alpha @f$, and argument x. 155 * of order @f$ n @f$, degree @f$ \alpha @f$: @f$ L_n^\alpha(x) @f$ 177 * @param __alpha The degree of the Laguerre function. 180 * degree @f$ \alpha @f$, and argument x. 216 * of order n, degree @f$ \alpha @f$: @f$ L_n^alpha(x) @f$. 237 * @param __alpha The degree of the Laguerre function. 240 * degree @f$ \alpha @f$, and argument x. 277 * of order n, degree m: @f$ L_n^m(x) @f$ [all...] |
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
poly_laguerre.tcc | 59 * of order @f$ n @f$, degree @f$ \alpha @f$ for large n. 63 * @param __alpha The degree of the Laguerre function. 66 * degree @f$ \alpha @f$, and argument x. 155 * of order @f$ n @f$, degree @f$ \alpha @f$: @f$ L_n^\alpha(x) @f$ 177 * @param __alpha The degree of the Laguerre function. 180 * degree @f$ \alpha @f$, and argument x. 216 * of order n, degree @f$ \alpha @f$: @f$ L_n^alpha(x) @f$. 237 * @param __alpha The degree of the Laguerre function. 240 * degree @f$ \alpha @f$, and argument x. 277 * of order n, degree m: @f$ L_n^m(x) @f$ [all...] |
/external/qemu/hw/ |
power_supply.h | 18 * µA, µAh, µWh, seconds and tenths of degree Celsius unless otherwise
|
/external/qemu/pc-bios/keymaps/ |
fr-ca | 30 degree 0x56 altgr
|
nl | 27 degree 0x0d
|
fr-be | 43 degree 0x0b shift altgr 45 degree 0x0c shift
|
it | 29 degree 0x0b shift altgr 86 degree 0x28 shift
|
pt-br | 68 degree 0x73 altgr
|
/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...] |
/frameworks/base/libs/ui/ |
Input.cpp | 794 "estimator (degree=%d, xCoeff=%s, yCoeff=%s, confidence=%f)", 796 int(estimator.degree), 797 vectorToString(estimator.xCoeff, estimator.degree).string(), 798 vectorToString(estimator.yCoeff, estimator.degree).string(), 869 * Solves a linear least squares problem to obtain a N degree polynomial that fits 1017 if (estimator.degree >= 1) { 1028 bool VelocityTracker::getEstimator(uint32_t id, uint32_t degree, nsecs_t horizon, [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
|
/external/webrtc/src/common_audio/vad/main/source/ |
vad_core.h | 56 * - mode : Aggressiveness degree 74 * - mode : Aggressiveness degree
|
/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) */
|