HomeSort by relevance Sort by last modified time
    Searched refs:maxDist (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebKit/mac/WebView/
WebWindowAnimation.m 135 CGFloat maxDist = squaredDistance(_initialFrame.origin, _finalFrame.origin);
139 if (dist > maxDist)
140 maxDist = dist;
143 if (dist > maxDist)
144 maxDist = dist;
147 if (dist > maxDist)
148 maxDist = dist;
150 return MIN(sqrt(maxDist) * speedFactor, maxAdditionalDuration);
  /external/libpng/contrib/gregbook/
rpng2-x.c     [all...]
rpng2-win.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 402 int maxDist = projectTarget.getVersion().getApiLevel() - reqApiLevel;
408 if (currDist >= 0 && currDist < maxDist) {
409 maxDist = currDist;
411 if (maxDist == 0) {
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java     [all...]

Completed in 245 milliseconds