HomeSort by relevance Sort by last modified time
    Searched full:min_scale (Results 1 - 12 of 12) sorted by null

  /frameworks/base/libs/hwui/utils/
MathUtils.h 55 const float MIN_SCALE = 0.0001;
57 if (scale < MIN_SCALE) {
58 return MIN_SCALE;
  /frameworks/base/docs/html/training/animation/
screen-slide.jd 267 private static final float MIN_SCALE = 0.85f;
280 float scaleFactor = Math.max(MIN_SCALE, 1 - Math.abs(position));
289 // Scale the page down (between MIN_SCALE and 1)
295 (scaleFactor - MIN_SCALE) /
296 (1 - MIN_SCALE) * (1 - MIN_ALPHA));
342 private static final float MIN_SCALE = 0.75f;
365 // Scale the page down (between MIN_SCALE and 1)
366 float scaleFactor = MIN_SCALE
367 + (1 - MIN_SCALE) * (1 - Math.abs(position));
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
OverlayDisplayWindow.java 51 private static final float MIN_SCALE = 0.3f;
320 scale = Math.max(MIN_SCALE, Math.min(MAX_SCALE, scale));
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
OverlayDisplayWindow.java 51 private static final float MIN_SCALE = 0.3f;
320 scale = Math.max(MIN_SCALE, Math.min(MAX_SCALE, scale));
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
OverlayDisplayWindow.java 52 private static final float MIN_SCALE = 0.3f;
333 scale = Math.max(MIN_SCALE, Math.min(MAX_SCALE, scale));
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
OverlayDisplayWindow.java 51 private static final float MIN_SCALE = 0.3f;
320 scale = Math.max(MIN_SCALE, Math.min(MAX_SCALE, scale));
  /frameworks/base/services/core/java/com/android/server/display/
OverlayDisplayWindow.java 52 private final float MIN_SCALE = 0.3f;
235 scale = Math.max(MIN_SCALE, Math.min(MAX_SCALE, scale));
  /external/chromium_org/cc/resources/
picture_layer_tiling_set_unittest.cc 60 float min_scale,
79 float scale = min_scale;
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_graph_view.js 103 TimelineGraphView.MIN_SCALE = 5;
242 if (this.scale_ < TimelineGraphView.MIN_SCALE)
243 this.scale_ = TimelineGraphView.MIN_SCALE;
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
ScreenMagnifier.java 481 private static final float MIN_SCALE = 1.3f;
507 MIN_SCALE), MAX_SCALE);
549 final float normalizedNewScale = Math.min(Math.max(newScale, MIN_SCALE), MAX_SCALE);
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1366 double min_scale = rough_search ? 0.6 : 0.4; local
    [all...]
cvhaar.cpp 1334 double min_scale = rough_search ? 0.6 : 0.4; local
    [all...]

Completed in 665 milliseconds