Home
last modified time | relevance | path

Searched refs:factor (Results 1 – 25 of 27) sorted by relevance

12

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.cpp25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out);
239 …othMotion1(VP_MOTION *inmot, VP_MOTION *outmot, VP_MOTION *motLF, VP_MOTION *imotLF, double factor) in smoothMotion1() argument
248 … MXX(*motLF) = (VP_PAR) (factor*(double) MXX(*motLF) + (1.0-factor)* (double) MXX(*inmot)); in smoothMotion1()
249 … MXY(*motLF) = (VP_PAR) (factor*(double) MXY(*motLF) + (1.0-factor)* (double) MXY(*inmot)); in smoothMotion1()
250 … MXZ(*motLF) = (VP_PAR) (factor*(double) MXZ(*motLF) + (1.0-factor)* (double) MXZ(*inmot)); in smoothMotion1()
251 … MXW(*motLF) = (VP_PAR) (factor*(double) MXW(*motLF) + (1.0-factor)* (double) MXW(*inmot)); in smoothMotion1()
253 … MYX(*motLF) = (VP_PAR) (factor*(double) MYX(*motLF) + (1.0-factor)* (double) MYX(*inmot)); in smoothMotion1()
254 … MYY(*motLF) = (VP_PAR) (factor*(double) MYY(*motLF) + (1.0-factor)* (double) MYY(*inmot)); in smoothMotion1()
255 … MYZ(*motLF) = (VP_PAR) (factor*(double) MYZ(*motLF) + (1.0-factor)* (double) MYZ(*inmot)); in smoothMotion1()
256 … MYW(*motLF) = (VP_PAR) (factor*(double) MYW(*motLF) + (1.0-factor)* (double) MYW(*inmot)); in smoothMotion1()
[all …]
Ddbstabsmooth.h83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; } in setSmoothingFactor() argument
98 inline void setminDampingFactor(float factor) { f_minDampingFactor = factor; } in setminDampingFactor() argument
/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
DHistoryEvaluator.java78 float factor = (float) Math.pow(HISTORY_FACTOR, (time - lastUpdate) / INTERVAL); in decayValue() local
80 decayValue(strokes, factor); in decayValue()
81 decayValue(gestureWeights, factor); in decayValue()
85 private void decayValue(ArrayList<Data> list, float factor) { in decayValue() argument
88 list.get(i).weight *= factor; in decayValue()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DProcStatsData.java107 int factor = mStats.mMemFactor; in getMemState() local
108 if (factor == ProcessStats.ADJ_NOTHING) { in getMemState()
111 if (factor >= ProcessStats.ADJ_SCREEN_ON) { in getMemState()
112 factor -= ProcessStats.ADJ_SCREEN_ON; in getMemState()
114 return factor; in getMemState()
/packages/apps/Settings/src/com/android/settings/applications/
DProcStatsData.java107 int factor = mStats.mMemFactor; in getMemState() local
108 if (factor == ProcessStats.ADJ_NOTHING) { in getMemState()
111 if (factor >= ProcessStats.ADJ_SCREEN_ON) { in getMemState()
112 factor -= ProcessStats.ADJ_SCREEN_ON; in getMemState()
114 return factor; in getMemState()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DWorkspaceAndHotseatScrim.java258 float factor = mSysUiProgress * mSysUiAnimMultiplier; in reapplySysUiAlphaNoInvalidate() local
259 mBottomMaskPaint.setAlpha(Math.round(MAX_HOTSEAT_SCRIM_ALPHA * factor)); in reapplySysUiAlphaNoInvalidate()
261 mTopScrim.setAlpha(Math.round(255 * factor)); in reapplySysUiAlphaNoInvalidate()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionRowView.java365 float factor = ALPHA_FACTOR_INTERPOLATOR.getInterpolation(mOverviewScrollFactor.value); in updateTranslationAndAlpha() local
366 float endAlpha = factor + (1 - factor) * (mScrolledOut ? 0 : 1); in updateTranslationAndAlpha()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java1184 int factor; in getOnFoundOnLostTimeoutMillis() local
1188 factor = MATCH_MODE_AGGRESSIVE_TIMEOUT_FACTOR; in getOnFoundOnLostTimeoutMillis()
1190 factor = MATCH_MODE_STICKY_TIMEOUT_FACTOR; in getOnFoundOnLostTimeoutMillis()
1193 factor = factor * ONLOST_FACTOR; in getOnFoundOnLostTimeoutMillis()
1195 return (timeout * factor); in getOnFoundOnLostTimeoutMillis()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
DExportDialog.java191 float factor = originalArea / (float) mCompressedSize; in updateSize() local
192 float compressedSize = newArea / factor; in updateSize()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DEdgeEffect.java396 float factor = mGlowScaleYFinish != 0 ? 1 in update() local
401 interp * factor; in update()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterShadows.java44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float factor); in nativeApplyFilter() argument
/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
DEmbmsSampleDownloadService.java269 public void delayDownloads(int factor) { in delayDownloads() argument
270 mDownloadDelayFactor = factor; in delayDownloads()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
DSwipeButtonHelper.java375 float factor = callback.getAffordanceFalsingFactor(); in getMinTranslationAmount() local
376 return (int) (minTranslationAmount * factor); in getMinTranslationAmount()
/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripView.java2202 final int factor = DECELERATION_FACTOR;
2221 * Math.pow(velocity, (1f / (factor - 1f))));
2227 translationX + duration / factor * velocityX);
2229 translationY + duration / factor * velocityY);
2248 return (float) (1.0f - Math.pow((1.0f - input), factor));
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java698 float factor = 1 - anim.getAnimatedFraction(); in animateEntry()
700 mEntryAnimationOffset = Math.round(factor * totalShift); in animateEntry()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Ddom.md213 … copying. Generally this improves cache coherence, which is an important factor of performance in …
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Des_wordlist.combined.gz1dictionary=main:es,locale=es,description=Español,date=1414726268, ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dpl_wordlist.combined.gz
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
Dfi_wordlist.combined.gz1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ...

12