Searched defs:currValue (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
D | FlingAnimationUtils.java | 107 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply() 121 float currValue, float endValue, float velocity) { in apply() 134 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply() 150 public void apply(Animator animator, float currValue, float endValue, float velocity, in apply() 170 float currValue, float endValue, float velocity, float maxDistance) { in apply() 187 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply() 195 private AnimatorProperties getProperties(float currValue, in getProperties() 264 public void applyDismissing(Animator animator, float currValue, float endValue, in applyDismissing() 284 public void applyDismissing(ViewPropertyAnimator animator, float currValue, float endValue, in applyDismissing() 292 private AnimatorProperties getDismissingProperties(float currValue, float endValue, in getDismissingProperties()
|
/frameworks/base/core/java/android/content/pm/parsing/ |
D | FrameworkParsingPackageUtils.java | 217 final String currValue = SystemProperties.get(propNames[i]); in checkRequiredSystemProperties() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | LinkBandwidthEstimator.java | 1207 long currValue = sp.getLong(valueKey, 0); in update() local
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 2547 final String currValue = SystemProperties.get(propNames[i]); in checkRequiredSystemProperties() local
|