HomeSort by relevance Sort by last modified time
    Searched refs:abs (Results 476 - 500 of 2325) sorted by null

<<11121314151617181920>>

  /external/replicaisland/src/com/replica/replicaisland/
LifetimeComponent.java 92 Math.abs(parentObject.getPosition().x - camera.getFocusPositionX());
94 Math.abs(parentObject.getPosition().y - camera.getFocusPositionY());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewScroller.java 106 return Math.abs(scroll - mLayoutAlgorithm.mMinScrollP);
108 return Math.abs(scroll - mLayoutAlgorithm.mMaxScrollP);
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 135 while (Math.abs(newHeight - origHeight) < IME_MIN_HEIGHT && SystemClock.uptimeMillis() < timeoutTime) {
139 return (Math.abs(origHeight - newHeight) >= IME_MIN_HEIGHT);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp8_fdct4x4_test.cc 99 (abs(count_sign_block[j][0] - count_sign_block[j][1]) < 10000);
124 (abs(count_sign_block[j][0] - count_sign_block[j][1]) < 100000);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
quantize_mmx.asm 38 psubw mm3, mm0 ; abs
81 psubw mm7, mm4 ; abs
122 psubw mm7, mm4 ; abs
163 psubw mm7, mm4 ; abs
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 69 using ::abs;
  /ndk/sources/cxx-stl/system/include/
cstdlib 69 using ::abs;
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi 386 abs=`cd "$dir" && pwd` && TEXINPUTS=$TEXINPUTS$path_sep$abs
402 abs=`cd "$dir" && pwd` && INDEXSTYLE=$INDEXSTYLE$path_sep$abs
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthListView.java 119 if (Math.abs(vel) > MIN_VELOCITY_FOR_FLING) {
142 if (Math.abs(velocityY) < MULTIPLE_MONTH_VELOCITY_THRESHOLD) {
  /packages/apps/Camera/src/com/android/camera/
MosaicFrameProcessor.java 215 mDeltaX[idx] = Math.abs(translationCurrX - mTranslationLastX);
216 mDeltaY[idx] = Math.abs(translationCurrY - mTranslationLastY);
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicFrameProcessor.java 214 mDeltaX[idx] = Math.abs(translationCurrX - mTranslationLastX);
215 mDeltaY[idx] = Math.abs(translationCurrY - mTranslationLastY);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
SimpleTempStorage.java 64 long n = Math.abs(random.nextLong());
93 long n = Math.abs(random.nextLong());
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 66 using ::abs;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib 66 using ::abs;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib 70 using ::abs;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib 70 using ::abs;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib 70 using ::abs;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib 70 using ::abs;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdlib 70 using ::abs;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdlib 70 using ::abs;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdlib 69 using ::abs;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib 69 using ::abs;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdlib 69 using ::abs;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MarqueeGesture.java 74 int w = Math.abs(pos.x - mStart.x);
75 int h = Math.abs(pos.y - mStart.y);
  /system/core/toolbox/
getevent.c 111 label = "ABS";
176 struct input_absinfo abs; local
177 if(ioctl(fd, EVIOCGABS(j * 8 + k), &abs) == 0) {
179 abs.value, abs.minimum, abs.maximum, abs.fuzz, abs.flat,
180 abs.resolution);

Completed in 3179 milliseconds

<<11121314151617181920>>