/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | AnglesClassifier.java | 141 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()
|
D | SpeedAnglesClassifier.java | 128 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/ |
D | BezierSCurveInterpolator.java | 79 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/ |
D | StackStateAnimator.java | 236 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/ |
D | TableLayout.java | 517 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/ |
D | qc_main.c | 95 Word16 difference; in framePadding() local 99 difference = calcFrameLen( bitRate, in framePadding() 102 *paddingRest = *paddingRest - difference; in framePadding()
|
/frameworks/opt/setupwizard/library/ |
D | build.gradle | 7 * Build the file with local dependencies. The difference between this and standalone.gradle is that
|
/frameworks/base/core/java/android/gesture/ |
D | GestureUtils.java | 411 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/ |
D | vignette_approx_f.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
D | vignette_f.rsh | 38 // 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/ |
D | vignette_approx.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
D | vignette.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | vignette_approx.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
D | vignette.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | vignette.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
D | vignette_approx.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | camera_response_fast.rsh | 13 // The difference here is that we use a normalized model such
|
D | camera_response.rsh | 13 // The difference here is that we use a normalized model such
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | shared.rsh | 85 /* Calculate the difference in ULPs between the two values. (Return zero on
|
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/ |
D | shared.rsh | 88 /* Calculate the difference in ULPs between the two values. (Return zero on
|
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/ |
D | shared.rsh | 88 /* Calculate the difference in ULPs between the two values. (Return zero on
|
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
D | shared.rsh | 88 /* Calculate the difference in ULPs between the two values. (Return zero on
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | SettingsBackupTest.java | 520 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/ |
D | AccessPoint.java | 291 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/ |
D | rs_math.spec | 866 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().
|