Searched defs:maxDistance (Results 1 - 2 of 2) sorted by relevance
/frameworks/wilhelm/src/itf/ |
H A D | I3DSource.c | 56 SLmillimeter minDistance, SLmillimeter maxDistance) 61 (minDistance <= maxDistance) && (maxDistance <= SL_MILLIMETER_MAX))) { 67 thiz->mMaxDistance = maxDistance; 86 SLmillimeter maxDistance = thiz->mMaxDistance; local 89 *pMaxDistance = maxDistance; 55 I3DSource_SetRolloffDistances(SL3DSourceItf self, SLmillimeter minDistance, SLmillimeter maxDistance) argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | FlingAnimationUtils.java | 101 * @param maxDistance the maximum distance for this interaction; the maximum animation length 105 float maxDistance) { 107 maxDistance); 120 * @param maxDistance the maximum distance for this interaction; the maximum animation length 124 float velocity, float maxDistance) { 126 maxDistance); 132 float endValue, float velocity, float maxDistance) { 134 * Math.sqrt(Math.abs(endValue - currValue) / maxDistance)); 168 * @param maxDistance the maximum distance for this interaction; the maximum animation length 172 float velocity, float maxDistance) { 104 apply(Animator animator, float currValue, float endValue, float velocity, float maxDistance) argument 123 apply(ViewPropertyAnimator animator, float currValue, float endValue, float velocity, float maxDistance) argument 131 getProperties(float currValue, float endValue, float velocity, float maxDistance) argument 171 applyDismissing(Animator animator, float currValue, float endValue, float velocity, float maxDistance) argument 191 applyDismissing(ViewPropertyAnimator animator, float currValue, float endValue, float velocity, float maxDistance) argument 199 getDismissingProperties(float currValue, float endValue, float velocity, float maxDistance) argument [all...] |
Completed in 158 milliseconds