HomeSort by relevance Sort by last modified time
    Searched refs:abs (Results 301 - 325 of 1209) sorted by null

<<11121314151617181920>>

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialSelectorView.java 188 int distanceToInnerNumber = (int) Math.abs(hypotenuse - innerNumberRadius);
190 int distanceToOuterNumber = (int) Math.abs(hypotenuse - outerNumberRadius);
219 int distanceToNumber = (int) Math.abs(hypotenuse - mLineLength);
230 float opposite = Math.abs(pointY - mYCenter);
  /frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
MathErr.java 59 err = Math.abs(err);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFD.cpp 451 if ( (abs(tempCenterX - centerX) < HorizontalFilterThreshold) &&
452 (abs(tempCenterY - centerY) < VerticalFilterThreshold) )
456 if ( (abs (tempSizeX -sizeX) < HorizontalFaceSizeThreshold) &&
457 (abs (tempSizeY -sizeY) < VerticalFaceSizeThreshold) )
  /libcore/benchmarks/src/benchmarks/regression/
MathBenchmark.java 35 Math.abs(d);
41 Math.abs(f);
47 Math.abs(i);
53 Math.abs(l);
StrictMathBenchmark.java 35 StrictMath.abs(d);
41 StrictMath.abs(f);
47 StrictMath.abs(i);
53 StrictMath.abs(l);
  /packages/apps/Gallery2/src/com/android/camera/
PreviewGestures.java 266 if ((Math.abs(m.getX() - mDown.getX()) > mSlop)
267 || Math.abs(m.getY() - mDown.getY()) > mSlop) {
317 if (dx < 0 && (Math.abs(dy) / -dx < 2)) return DIR_LEFT;
318 if (dx > 0 && (Math.abs(dy) / dx < 2)) return DIR_RIGHT;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java 268 float left = Math.abs(x - cropped.left);
269 float right = Math.abs(x - cropped.right);
270 float top = Math.abs(y - cropped.top);
271 float bottom = Math.abs(y - cropped.bottom);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java 198 float distance = Math.abs(mPullDistance);
206 (Math.abs(deltaDistance) * PULL_DISTANCE_ALPHA_GLOW_FACTOR));
208 float glowChange = Math.abs(deltaDistance);
266 velocity = Math.max(MIN_VELOCITY, Math.abs(velocity));
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/anim/
AnimationTest.java 75 if (Math.abs(actual - expected) > 1e-6) {
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdlib.h 82 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
stdlib.h 83 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
stdlib.h 83 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdlib.h 82 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdlib.h 82 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
stdlib.h 83 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
stdlib.h 83 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
stdlib.h 83 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
stdlib.h 83 static __inline__ int abs(int __n) { function
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdlib.h 83 static __inline__ int abs(int __n) { function

Completed in 1078 milliseconds

<<11121314151617181920>>