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

1 2

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
Lerper.java 43 public int getValue(int currentValue, int targetValue) {
44 int delta = targetValue - currentValue;
47 // make sure change currentValue and not exceeding targetValue
53 if (retValue > targetValue) {
54 retValue = targetValue;
57 // make sure change currentValue and not exceeding targetValue
63 if (retValue < targetValue) {
64 retValue = targetValue;
67 retValue = targetValue;
72 public float getValue(float currentValue, float targetValue) {
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorSupport.h 91 virtual WebScrollOffsetAnimationCurve* createScrollOffsetAnimationCurve(WebFloatPoint targetValue, WebCompositorAnimationCurve::TimingFunctionType) { return 0; }
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 558 float targetValue;
562 targetValue = 1.0f;
566 targetValue = 0.0f;
569 targetValue);
572 (long) (duration * Math.abs(mAppearAnimationFraction - targetValue)));
  /external/chromium_org/third_party/icu/source/common/
ucnv2022.cpp     [all...]
  /external/icu/icu4c/source/common/
ucnv2022.cpp     [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimatorInflaterTest.java 231 float targetValue = getActivity().getResources()
234 assertEquals(targetValue, testView.getX());
  /frameworks/support/v7/palette/src/android/support/v7/graphics/
Palette.java 494 * {@code targetValue} and then decreases as the absolute difference between {@code value} and
495 * {@code targetValue} increases.
498 * @param targetValue the value which we desire
500 private static float invertDiff(float value, float targetValue) {
501 return 1f - Math.abs(value - targetValue);
  /prebuilts/sdk/current/support/v7/palette/libs/
android-support-v7-palette.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java 326 final float targetValue, final long duration_ms,
328 if (startValue == targetValue) {
333 animator.setFloatValues(startValue, targetValue);
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.2/
lint-checks-23.0.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 1444 milliseconds

1 2