Searched refs:extend (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
H A Dgeometry_utils.h64 float x, float y, float x1, float y1, float x2, float y2, bool extend) {
76 if (!extend && projectionLengthSqr < 0.0f) {
79 } else if (!extend && projectionLengthSqr > 1.0f) {
63 pointToLineSegSquaredDistanceFloat( float x, float y, float x1, float y1, float x2, float y2, bool extend) argument
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DOverScroller.java237 * @param extend Additional time to scroll in milliseconds.
248 public void extendDuration(int extend) { argument
249 mScrollerX.extendDuration(extend);
250 mScrollerY.extendDuration(extend);
712 void extendDuration(int extend) { argument
715 mDuration = elapsedTime + extend;
H A DScroller.java454 * @param extend Additional time to scroll in milliseconds.
458 public void extendDuration(int extend) { argument
460 mDuration = passed + extend;

Completed in 97 milliseconds