Searched refs:interpolatedTime (Results 1 – 12 of 12) sorted by relevance
49 protected void applyTransformation(float interpolatedTime, Transformation t) { in applyTransformation() argument52 float dx = mFromXDelta + ((mToXDelta - mFromXDelta) * interpolatedTime); in applyTransformation()
51 protected void applyTransformation(float interpolatedTime, Transformation t) { in applyTransformation() argument54 float dy = mFromYDelta + ((mToYDelta - mFromYDelta) * interpolatedTime); in applyTransformation()
67 protected void applyTransformation(float interpolatedTime, Transformation t) { in applyTransformation() argument69 t.setAlpha(alpha + ((mToAlpha - alpha) * interpolatedTime)); in applyTransformation()
166 protected void applyTransformation(float interpolatedTime, Transformation t) { in applyTransformation() argument170 dx = mFromXDelta + ((mToXDelta - mFromXDelta) * interpolatedTime); in applyTransformation()173 dy = mFromYDelta + ((mToYDelta - mFromYDelta) * interpolatedTime); in applyTransformation()
166 protected void applyTransformation(float interpolatedTime, Transformation t) { in applyTransformation() argument167 float degrees = mFromDegrees + ((mToDegrees - mFromDegrees) * interpolatedTime); in applyTransformation()
241 protected void applyTransformation(float interpolatedTime, Transformation t) { in applyTransformation() argument247 sx = mFromX + ((mToX - mFromX) * interpolatedTime); in applyTransformation()250 sy = mFromY + ((mToY - mFromY) * interpolatedTime); in applyTransformation()
995 final float interpolatedTime = mInterpolator.getInterpolation(normalizedTime); in getTransformationAt() local996 applyTransformation(interpolatedTime, outTransformation); in getTransformationAt()1169 protected void applyTransformation(float interpolatedTime, Transformation t) { in applyTransformation() argument
370 public void getTransformationAt(float interpolatedTime, Transformation t) { in getTransformationAt() argument377 a.getTransformationAt(interpolatedTime, temp); in getTransformationAt()
38 protected void applyTransformation(float interpolatedTime, Transformation t) { in applyTransformation() argument39 PointF location = (PointF) mKeyframes.getValue(interpolatedTime); in applyTransformation()
582 protected void applyTransformation(float interpolatedTime, Transformation t) { in openOverflow()583 int deltaWidth = (int) (interpolatedTime * (targetWidth - startWidth)); in openOverflow()603 protected void applyTransformation(float interpolatedTime, Transformation t) { in openOverflow()604 int deltaHeight = (int) (interpolatedTime * (targetHeight - startHeight)); in openOverflow()619 protected void applyTransformation(float interpolatedTime, Transformation t) { in openOverflow()621 + interpolatedTime * (overflowButtonTargetX - overflowButtonStartX); in openOverflow()656 protected void applyTransformation(float interpolatedTime, Transformation t) { in closeOverflow()657 int deltaWidth = (int) (interpolatedTime * (targetWidth - startWidth)); in closeOverflow()680 protected void applyTransformation(float interpolatedTime, Transformation t) { in closeOverflow()681 int deltaHeight = (int) (interpolatedTime * (targetHeight - startHeight)); in closeOverflow()[all …]
763 float interpolatedTime = Math.max(0.0f, in run() local765 mFadingAlpha = 1.0f - mInterpolator.getInterpolation(interpolatedTime); in run()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...