HomeSort by relevance Sort by last modified time
    Searched refs:interpolated (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 552 // Target velocity is adjusted for interpolated edge position, then
594 * Returns the interpolated position of a touch point relative to an edge
603 * @return Interpolated value of the touch position within the edge.
611 final float interpolated; local
613 interpolated = -mEdgeInterpolator.getInterpolation(-value);
615 interpolated = mEdgeInterpolator.getInterpolation(value);
620 return constrain(interpolated, -1, 1);
720 * is clamped to the interpolated 0f value before starting and the
721 * interpolated 1f value after a specified duration.
804 * @return the interpolated value, between 0 and 1
    [all...]
  /frameworks/base/core/java/android/widget/
Scroller.java 590 final float interpolated = VISCOUS_FLUID_NORMALIZE * viscousFluid(input); local
591 if (interpolated > 0) {
592 return interpolated + VISCOUS_FLUID_OFFSET;
594 return interpolated;
  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java 551 // Target velocity is adjusted for interpolated edge position, then
593 * Returns the interpolated position of a touch point relative to an edge
602 * @return Interpolated value of the touch position within the edge.
610 final float interpolated; local
612 interpolated = -mEdgeInterpolator.getInterpolation(-value);
614 interpolated = mEdgeInterpolator.getInterpolation(value);
619 return constrain(interpolated, -1, 1);
719 * is clamped to the interpolated 0f value before starting and the
720 * interpolated 1f value after a specified duration.
803 * @return the interpolated value, between 0 and 1
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 111 @ = x0 + f * (x1 - x0) == interpolated result
113 STRH tmp1, [pOutputBuffer], #NEXT_OUTPUT_PCM @ *pOutputBuffer++ = interpolated result
ARM-E_interpolate_noloop_gnu.s 103 @ = x0 + f * (x1 - x0) == interpolated result
105 STRH tmp1, [pOutputBuffer], #NEXT_OUTPUT_PCM @ *pOutputBuffer++ = interpolated result
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 695 TextureLevel interpolated (TextureFormat(TextureFormat::RGBA, TextureFormat::FLOAT), numSamples, width, height);
706 clear (interpolated.getAccess(), subCase.varying - Vec4(0.0f, 0.0f, 0.0f, 1.0f));
757 const rr::MultisamplePixelBufferAccess colorAccess = rr::MultisamplePixelBufferAccess::fromMultisampleAccess(interpolated.getAccess());
783 // Verify interpolated values
785 TextureLevel resolvedColor (interpolated.getFormat(), width, height); // For debugging
788 const ConstPixelBufferAccess interpAccess = interpolated.getAccess();
798 rr::resolveMultisampleBuffer(resolvedColor.getAccess(), rr::MultisampleConstPixelBufferAccess::fromMultisampleAccess(interpolated.getAccess()));
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/
plexus-interpolation-1.11.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-interpolation-1.19.jar 
maven-model-builder-3.2.1.jar 
maven-compat-3.2.1.jar 
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.13/
plexus-interpolation-1.13.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.2.1/
maven-project-2.2.1.jar 
  /external/libvorbis/doc/
01-introduction.tex 210 Floor 1 represents the curve as a piecewise linear interpolated
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 

Completed in 5863 milliseconds

1 2