HomeSort by relevance Sort by last modified time
    Searched refs:currValue (Results 1 - 10 of 10) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
FlingAnimationUtils.java 102 * @param currValue the current value
106 public void apply(Animator animator, float currValue, float endValue, float velocity) {
107 apply(animator, currValue, endValue, velocity, Math.abs(endValue - currValue));
115 * @param currValue the current value
119 public void apply(ViewPropertyAnimator animator, float currValue, float endValue,
121 apply(animator, currValue, endValue, velocity, Math.abs(endValue - currValue));
129 * @param currValue the current value
135 public void apply(Animator animator, float currValue, float endValue, float velocity
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
FlingAnimationUtils.java 60 * @param currValue the current value
64 public void apply(Animator animator, float currValue, float endValue, float velocity) {
65 apply(animator, currValue, endValue, velocity, Math.abs(endValue - currValue));
73 * @param currValue the current value
78 ViewPropertyAnimator animator, float currValue, float endValue, float velocity) {
79 apply(animator, currValue, endValue, velocity, Math.abs(endValue - currValue));
87 * @param currValue the current value
94 Animator animator, float currValue, float endValue, float velocity, float maxDistance)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
FlingAnimationUtils.java 105 * @param currValue the current value
109 public void apply(Animator animator, float currValue, float endValue, float velocity) {
110 apply(animator, currValue, endValue, velocity, Math.abs(endValue - currValue));
118 * @param currValue the current value
122 public void apply(ViewPropertyAnimator animator, float currValue, float endValue,
124 apply(animator, currValue, endValue, velocity, Math.abs(endValue - currValue));
132 * @param currValue the current value
138 public void apply(Animator animator, float currValue, float endValue, float velocity
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 1112 milliseconds