/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/rs/java/tests/Refocus/src/com/android/rs/test/ |
D | ImageCompare.java | 120 byte[] difference = new byte[first.length]; in printWrongIndex() 134 difference[i] = (byte)(first[i] - second[i]); in printWrongIndex() 139 Bitmap differenceBitmap = BitmapFactory.decodeByteArray(difference,0, difference.length); in printWrongIndex()
|
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/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | StackStateAnimator.java | 340 int difference = Math.abs(ownIndex - changingIndex); in calculateChildAnimationDelay() local 341 difference = Math.max(0, Math.min(DELAY_EFFECT_MAX_INDEX_DIFFERENCE, in calculateChildAnimationDelay() 342 difference - 1)); in calculateChildAnimationDelay() 343 long delay = (DELAY_EFFECT_MAX_INDEX_DIFFERENCE - difference) * delayPerElement; in calculateChildAnimationDelay() 362 int difference = Math.abs(ownIndex - nextIndex); in calculateChildAnimationDelay() local 363 difference = Math.max(0, Math.min(DELAY_EFFECT_MAX_INDEX_DIFFERENCE, in calculateChildAnimationDelay() 364 difference - 1)); in calculateChildAnimationDelay() 365 long delay = difference * delayPerElement; in calculateChildAnimationDelay()
|
/frameworks/base/core/java/android/widget/ |
D | TableLayout.java | 516 final int difference = newLength - length; in findLargestCells() local 519 if (difference > 0) { in findLargestCells() 525 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 | 3 * building from the Android source tree. 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/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | vignette_f.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
D | vignette_approx_f.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
/frameworks/base/docs/html/guide/topics/text/ |
D | index.jd | 15 <p>A new feature available in Android 4.0 is voice typing: the difference for users is that
|
/frameworks/rs/java/tests/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/java/tests/ImageProcessing_jb/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/java/tests/ImageProcessing/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/java/tests/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/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | shared.rsh | 85 /* Calculate the difference in ULPs between the two values. (Return zero on
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | shared.rsh | 88 /* Calculate the difference in ULPs between the two values. (Return zero on
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | AccessPoint.java | 189 int difference = WifiManager.calculateSignalLevel(other.mRssi, SIGNAL_LEVELS) in compareTo() local 191 if (difference != 0) { in compareTo() 192 return difference; in compareTo()
|
/frameworks/base/docs/html/training/system-ui/ |
D | navigation.jd | 84 <li>Where you set the UI flags makes a difference. If you hide the system bars in your activity's
|
/frameworks/base/docs/html/design/tv/ |
D | style.jd | 10 <p>The difference between a TV experience that feels right and one that does not greatly depends
|