Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DAnglesClassifier.java141 float difference = angle - mPreviousAngle; in addPoint() local
154 mSecondSum += difference; in addPoint()
155 mSecondSumSquares += difference * difference; in addPoint()
159 mSum += difference; in addPoint()
160 mSumSquares += difference * difference; in addPoint()
DSpeedAnglesClassifier.java128 float difference = angle - mPreviousAngle; in addPoint() local
129 mSum += difference; in addPoint()
130 mSumSquares += difference * difference; in addPoint()
/frameworks/support/wear/src/android/support/wear/widget/
DBezierSCurveInterpolator.java79 float difference = input - quantized; in getInterpolation() local
80 float weight = difference / STEP_SIZE; in getInterpolation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java236 int difference = Math.abs(ownIndex - changingIndex); in calculateChildAnimationDelay() local
237 difference = Math.max(0, Math.min(DELAY_EFFECT_MAX_INDEX_DIFFERENCE, in calculateChildAnimationDelay()
238 difference - 1)); in calculateChildAnimationDelay()
239 long delay = (DELAY_EFFECT_MAX_INDEX_DIFFERENCE - difference) * delayPerElement; in calculateChildAnimationDelay()
264 int difference = Math.abs(ownIndex - nextIndex); in calculateChildAnimationDelay() local
265 difference = Math.max(0, Math.min(DELAY_EFFECT_MAX_INDEX_DIFFERENCE, in calculateChildAnimationDelay()
266 difference - 1)); in calculateChildAnimationDelay()
267 long delay = difference * delayPerElement; in calculateChildAnimationDelay()
/frameworks/base/core/java/android/widget/
DTableLayout.java517 final int difference = newLength - length; in findLargestCells() local
520 if (difference > 0) { in findLargestCells()
526 mMaxWidths, oldMaxWidths.length, difference); in findLargestCells()
/frameworks/av/media/libstagefright/codecs/aacenc/src/
Dqc_main.c95 Word16 difference; in framePadding() local
99 difference = calcFrameLen( bitRate, in framePadding()
102 *paddingRest = *paddingRest - difference; in framePadding()
/frameworks/opt/setupwizard/library/
Dbuild.gradle7 * Build the file with local dependencies. The difference between this and standalone.gradle is that
/frameworks/base/core/java/android/gesture/
DGestureUtils.java411 float difference = vector1[i] - vector2[i]; in squaredEuclideanDistance() local
412 squaredDistance += difference * difference; in squaredEuclideanDistance()
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
Dvignette_approx_f.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
Dvignette_f.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dvignette_approx.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
Dvignette.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dvignette_approx.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
Dvignette.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dvignette.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
Dvignette_approx.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dcamera_response_fast.rsh13 // The difference here is that we use a normalized model such
Dcamera_response.rsh13 // The difference here is that we use a normalized model such
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dshared.rsh85 /* Calculate the difference in ULPs between the two values. (Return zero on
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
Dshared.rsh88 /* Calculate the difference in ULPs between the two values. (Return zero on
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
Dshared.rsh88 /* Calculate the difference in ULPs between the two values. (Return zero on
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
Dshared.rsh88 /* Calculate the difference in ULPs between the two values. (Return zero on
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsBackupTest.java520 Set<String> settingsNotBackedUp = difference(settings, settingsToBackup); in checkSettingsBackedUpOrBlacklisted()
521 Set<String> settingsNotBackedUpOrBlacklisted = difference(settingsNotBackedUp, blacklist); in checkSettingsBackedUpOrBlacklisted()
557 private static <T> Set<T> difference(Set<T> s1, Set<T> s2) { in difference() method in SettingsBackupTest
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java291 int difference = WifiManager.calculateSignalLevel(other.mRssi, SIGNAL_LEVELS) in compareTo() local
293 if (difference != 0) { in compareTo()
294 return difference; in compareTo()
/frameworks/rs/script_api/
Drs_math.spec866 summary: Positive difference between two values
868 Returns the positive difference between two values.
1219 Because of the difference in mantissa, this number is one less than is returned by @frexp().
1431 Because of the difference in mantissa, this number is one less than is returned by frexp().

12