Home | History | Annotate | Download | only in androidfw

Lines Matching refs:lerp

61 inline static float lerp(float a, float b, float alpha) {
762 lerp(currentCoords.getX(), otherCoords.getX(), alpha));
764 lerp(currentCoords.getY(), otherCoords.getY(), alpha));