OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minT
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/util/
CubicBezierInterpolator.java
86
float
minT
= 0.0f;
98
minT
= t;
110
minT
= t;
114
t = (t +
minT
) / 2.0f;
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
EllipseSpawnShapeValue.java
29
float
minT
=0, maxT = MathUtils.PI2;
36
float t = MathUtils.random(
minT
, maxT);
Completed in 297 milliseconds