Searched defs:calculate (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DAnimationSet.java53 public boolean calculate(long currentTimeMillis) { method in class:AnimationSet
56 more |= anim.calculate(currentTimeMillis);
H A DAnimation.java28 // passed to calculate(long).
30 // calculate(long currentTimeMillis) to ask the Animation to calculate it.
31 // The parameter passed to calculate(long) should be nonnegative.
34 // In step 3, onCalculate(float progress) is called so subclasses can calculate
43 // before calculate is passed a value which reaches the duration of the
80 public boolean calculate(long currentTimeMillis) { method in class:Animation
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DLevenshteinDistance.java64 public int calculate() { method in class:LevenshteinDistance
99 * Gets the list of operations which were applied to each target token; {@link #calculate} must

Completed in 167 milliseconds