Home
last modified time | relevance | path

Searched refs:minT (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DCubicBezierInterpolator.java86 float minT = 0.0f; in getTForXValue() local
98 minT = t; in getTForXValue()
110 minT = t; in getTForXValue()
114 t = (t + minT) / 2.0f; in getTForXValue()