HomeSort by relevance Sort by last modified time
    Searched refs:fraction (Results 176 - 200 of 286) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
Settings.java 345 final float fraction = prefs.getFloat(prefKey, UNDEFINED_PREFERENCE_VALUE_FLOAT); local
346 return (fraction != UNDEFINED_PREFERENCE_VALUE_FLOAT) ? fraction : defaultValue;
DebugSettingsFragment.java 82 res, R.fraction.config_key_preview_show_up_start_scale);
84 res, R.fraction.config_key_preview_dismiss_end_scale);
SettingsValues.java 187 res, R.fraction.config_key_preview_show_up_start_scale);
189 res, R.fraction.config_key_preview_dismiss_end_scale);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 332 hour = minute = second = fraction = 0
393 fraction = int(s)
464 weekday, julian, tz)), fraction)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 332 hour = minute = second = fraction = 0
393 fraction = int(s)
464 weekday, julian, tz)), fraction)
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 511 final double fraction = Math.pow(10, local
513 return (float) (fraction * mSize);
523 final double fraction = 1.3102228476089056629 local
525 return (long) (mMin + (fraction * (mMax - mMin)));
  /external/deqp/framework/common/
tcuFloatFormat.cpp 241 const deUint64 fraction = bits & ((deUint64(1) << m_fractionBits) - 1); local
244 const deUint64 aligned = fraction << (numDigits * 4 - m_fractionBits);
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java     [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 1129 int fraction = scaled % scale; local
    [all...]
fx_basic_wstring.cpp 1025 FX_FLOAT fraction = 0; local
1030 fraction += scale * (str[cc] - '0');
1035 fraction += (FX_FLOAT)integer;
1036 return bNegative ? -fraction : fraction;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.cc 434 r->fraction = 0;
438 r->fraction = 1;
442 r->fraction = (1.0 * osize * span->refcount) / r->length;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc 373 r->fraction = 0;
377 r->fraction = 1;
381 r->fraction = (1.0 * osize * span->refcount) / r->length;
  /frameworks/base/core/java/android/util/
PathParser.java 294 * <code>fraction</code>.
298 * @param fraction The fraction to interpolate.
301 PathDataNode nodeTo, float fraction) {
303 mParams[i] = nodeFrom.mParams[i] * (1 - fraction)
304 + nodeTo.mParams[i] * fraction;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 49 private static final float BOLT_LEVEL_THRESHOLD = 0.3f; // opaque bolt below this fraction
211 R.fraction.battery_button_height_fraction, 1, 1);
213 R.fraction.battery_subpixel_smoothing_left, 1, 1);
215 R.fraction.battery_subpixel_smoothing_right, 1, 1);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardAffordanceView.java 203 float fraction = 0.5f + 0.5f * Math.max(0.0f, Math.min(1.0f, local
208 fraction *= finishingFraction;
210 int color = Color.argb((int) (Color.alpha(mCircleColor) * fraction),
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.cpp 284 ASSERT(multiplier != 1.0f || (imageSize.width().fraction() == 0.0f && imageSize.height().fraction() == 0.0f));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewLayoutAlgorithm.java 321 float fraction = (p - px[xStep - 1]) / (px[xStep] - px[xStep - 1]); local
322 x = (xStep - 1 + fraction) * step;
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 141 public void setParallaxFraction(float fraction) {
142 mParallaxFraction = fraction;
685 * determines the general section for decode. The parallax fraction then determines the
  /hardware/invensense/60xx/mlsdk/mllite/
ml.h 284 range.fraction = (long)((float)(x-(long)x)*PRECISION); \
288 x += ((float)range.fraction/PRECISION); \
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
popup.js 70 // Move the hour by the fraction of the minute
73 // Move the minute by the fraction of the second
  /external/chromium_org/third_party/libxml/src/
triostr.c 972 trio_long_double_t fraction = 0.0;
997 fraction += fracdiv * (isdigit((int)*source)
1043 fraction += (*source - '0') * fracdiv;
1068 value = integer + fraction;
    [all...]
  /external/libxml2/
triostr.c 972 trio_long_double_t fraction = 0.0;
997 fraction += fracdiv * (isdigit((int)*source)
1043 fraction += (*source - '0') * fracdiv;
1068 value = integer + fraction;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 115 @ carry overflow from fraction to integer portion
ARM-E_interpolate_noloop_gnu.s 107 @ carry overflow from fraction to integer portion
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 115 @ carry overflow from fraction to integer portion

Completed in 2622 milliseconds

1 2 3 4 5 6 78 91011>>