Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DCubicBezierInterpolator.java87 float maxT = 1.0f; in getTForXValue() local
100 maxT = t; in getTForXValue()
111 t = (t + maxT) / 2.0f; in getTForXValue()
113 maxT = t; in getTForXValue()