Searched defs:valueAt (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/motion/
H A DUnitCurve.java32 float valueAt(float t); method in interface:UnitCurve
35 * If possible, find a value for t such that valueAt(t) == value or best guess.
37 * @param value to match to the output of valueAt(t)
38 * @return t where valueAt(t) == value or throw.
H A DUnitBezier.java58 public float valueAt(float t) { method in class:UnitBezier
64 * valueAt(result) produces the input value.
68 * to the valueAt function.
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
H A DSparseArray.java79 public E valueAt(final int index) { method in class:SparseArray
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DSparseLongArray.java156 public long valueAt(int index) { method in class:SparseLongArray
170 * Returns an index for which {@link #valueAt} would return the
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DNinePatchTexture.java135 public V valueAt(int i) { method in class:NinePatchTexture.SmallCache
174 NinePatchInstance instance = mInstanceCache.valueAt(i);

Completed in 178 milliseconds