HomeSort by relevance Sort by last modified time
    Searched full:zoom (Results 1 - 25 of 756) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/demos/mandelbrot/
README 5 * Drag vertically with left mouse button to zoom in and out.
10 determined at runtime depending on the zoom level.
  /sdk/eclipse/scripts/
gen_icon.py 39 zoom = 4
40 rmin = -zoom/2
41 rmax = zoom/2
42 if zoom > 1:
43 r = range(-zoom/2, zoom/2+1)
47 sz4 = sz * zoom
52 draw.ellipse((0, 0, sz4-zoom, sz4-zoom),
55 draw.ellipse((i, i, sz4-i-zoom, sz4-i-zoom)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/common/
ZoomedCropRegion.java 25 * Computes the current crop region based on the current zoom.
31 public ZoomedCropRegion(Rect sensorArrayArea, Supplier<Float> zoom) {
33 mZoom = zoom;
38 float zoom = mZoom.get(); local
42 int xDelta = (int) (0.5f * sensor.width() / zoom);
43 int yDelta = (int) (0.5f * sensor.height() / zoom);
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
Zoomer.java 25 * A simple class that animates double-touch zoom gestures. Functionally similar to a {@link
35 * The total animation duration for a zoom.
40 * Whether or not the current zoom has finished.
45 * The current zoom value; computed by {@link #computeZoom()}.
50 * The time the zoom started, computed using {@link android.os.SystemClock#elapsedRealtime()}.
55 * The destination zoom factor.
66 * Forces the zoom finished state to the given value. Unlike {@link #abortAnimation()}, the
67 * current zoom value isn't set to the ending value.
76 * Aborts the animation, setting the current zoom value to the ending value.
86 * Starts a zoom from 1.0 to (1.0 + endZoom). That is, to zoom from 100% to 125%, endZoom shoul
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
FocusHighlight.java 22 * No zoom factor.
27 * A small zoom factor, recommended for large item views.
32 * A medium zoom factor, recommended for medium sized item views.
37 * A large zoom factor, recommended for small item views.
42 * An extra small zoom factor.
  /external/skia/gm/
fatpathfill.cpp 13 #define ZOOM 32
29 canvas->drawCircle(x + 0.5f, y + 0.5f, 1.5f / ZOOM, paint);
65 return SkISize::Make(SMALL_W * ZOOM, SMALL_H * ZOOM * REPEAT_LOOP);
71 canvas->scale(ZOOM, ZOOM);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXZoom.cpp 20 * This file contains functionality for handling zoom configurations.
57 //Immediate zoom should not be avaialable while smooth zoom is running
60 int zoom = params.getInt(android::CameraParameters::KEY_ZOOM); local
61 if (( zoom >= 0 ) && ( zoom < mMaxZoomSupported )) {
62 mTargetZoomIdx = zoom;
64 //Immediate zoom should be applied instantly ( CTS requirement )
73 CAMHAL_LOGDB("Zoom by App %d", zoom);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXZoom.cpp 20 * This file contains functionality for handling zoom configurations.
60 //Immediate zoom should not be avaialable while smooth zoom is running
63 int zoom = params.getInt(CameraParameters::KEY_ZOOM); local
64 if( ( zoom >= 0 ) && ( zoom < ZOOM_STAGES ) )
66 mTargetZoomIdx = zoom;
68 //Immediate zoom should be applied instantly ( CTS requirement )
77 CAMHAL_LOGDB("Zoom by App %d", zoom);
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/
opacity-filter.css.min 1 pre{border:solid red;opacity:.8;-ms-filter:"alpha(opacity=80)";filter:alpha(opacity=80);zoom:1}code{-ms-filter:"alpha(opacity=80)";filter:alpha(opacity=80)
opacity-filter.css 7 zoom: 1; /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */
  /packages/apps/Camera2/src/com/android/camera/ui/
PreviewOverlay.java 47 * will receive callbacks as the scaling happens, and a zoom UI will be hosted in
59 /** Minimum time between calls to zoom listener. */
62 /** Next time zoom change should be sent to listener. */
71 /** Maximum zoom; intialize to 1.0 (disabled) */
74 * Current zoom value in accessibility mode, ranging from MIN_ZOOM to
79 * Current zoom level ranging between 1 and NUM_ZOOM_LEVELS. Each level is
80 * associated with a discrete zoom value.
86 * This gets called when a zoom is detected and started.
91 * This gets called when zoom gesture has ended.
96 * This gets called when scale gesture changes the zoom value
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControl.java 29 * A view that contains camera zoom control which could adjust the zoom in/out
33 // The states of zoom button.
48 void onZoomValueChanged(int index); // only for immediate zoom
49 void onZoomStateChanged(int state); // only for smooth zoom
53 // ZoomIndexBar about the zoom index change. The index position is between
84 setZoomIndex(mZoomIndex); // Update the zoom index bar.
114 // Layout should be requested as the maximum zoom level is the key to
115 // show the correct zoom slider position.
129 throw new IllegalArgumentException("Invalid zoom value:" + index)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
markermanager.js 44 * @property {Number} maxZoom Sets the maximum zoom level monitored by a
45 * marker manager. If not given, the manager assumes the maximum map zoom
68 * {Number} maxZoom The maximum zoom level for which to create tiles.
95 // Find max zoom level
190 * Initializes MarkerManager arrays for all zoom levels
195 for (var zoom = 0; zoom <= this.maxZoom_; ++zoom) {
196 this.grid_[zoom] = {};
197 this.numMarkers_[zoom] = 0
    [all...]
  /frameworks/base/docs/html/guide/appendix/
app-intents.jd 62 geo:<em>latitude</em>,<em>longitude</em>?z=<em>zoom</em><br />
70 The <em>z</em> field specifies the zoom level. A zoom level of 1 shows the whole Earth, centered at the
71 given <em>lat</em>,<em>lng</em>. A zoom level of 2 shows a quarter of the Earth, and so on. The highest
72 zoom level is 23. A larger zoom level will be clamped to 23.
76 <td>google.streetview:cbll=<em>lat</em>,<em>lng</em>&amp;cbp=1,<em>yaw</em>,,<em>pitch</em>,<em>zoom</em>&amp;mz=<em>mapZoom</em>
91 <tr><td>zoom</td><td>Panorama zoom. 1.0 = normal zoom, 2.0 = zoomed in 2x, 3.0 = zoomed in 4x, and so on.<br /
    [all...]
g-app-intents.jd 72 geo:<em>latitude</em>,<em>longitude</em>?z=<em>zoom</em><br />
80 The <em>z</em> field specifies the zoom level. A zoom level of 1 shows the whole Earth, centered at the
81 given <em>lat</em>,<em>lng</em>. A zoom level of 2 shows a quarter of the Earth, and so on. The highest
82 zoom level is 23. A larger zoom level will be clamped to 23.
87 <td>google.streetview:cbll=<em>lat</em>,<em>lng</em>&amp;cbp=1,<em>yaw</em>,,<em>pitch</em>,<em>zoom</em>&amp;mz=<em>mapZoom</em>
101 <tr><td><em>zoom</em></td><td>Panorama zoom. 1.0 = normal zoom, 2.0 = zoomed in 2x, 3.0 = zoomed in 4x, and so on.<br /
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
AccessibilityUtil.java 37 // Zooming in implies that you must be able to subsequently zoom
41 // Make sure it doesn't go above max zoom.
53 // Zooming out implies that you must be able to subsequently zoom
57 // Make sure it doesn't go below min zoom.
73 * Enables the zoom UI with zoom in/zoom out buttons.
75 * @param maxZoom is maximum zoom on the given device
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/out/
opacity-filter.out 1 pre{border:solid red;opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80);zoom:1}code{-ms-filter:"PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:progid:DXImageTrans (…)
opacity-filter.out.b 1 pre{border:solid red;opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80);zoom:1}code{-ms-filter:"PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:progid:DXImageTrans (…)
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/base/
mouse_modes.html 15 MOUSE_SELECTOR_MODE.ZOOM = 0x4;
48 MOUSE_SELECTOR_MODE_INFOS[MOUSE_SELECTOR_MODE.ZOOM] = {
49 mode: MOUSE_SELECTOR_MODE.ZOOM,
50 title: 'zoom',
mouse_mode_selector_test.html 26 sel.supportedModeMask = MOUSE_SELECTOR_MODE.ZOOM;
32 sel1.defaultMode_ = MOUSE_SELECTOR_MODE.ZOOM;
34 assert.equal(sel1.mode, MOUSE_SELECTOR_MODE.ZOOM);
  /external/eigen/demos/opengl/
README 4 middle button: zoom
  /packages/apps/UnifiedEmail/res/raw/
template_message.html 3 <div class="mail-message-content collapsible zoom-normal %s" style="display: %s; margin: 16px 0;">%s</div>
  /external/skia/debugger/QT/
SkCanvasWidget.h 44 void zoom(float scale, int px, int py);
54 * Zooms in or out (see ZoomCommandTypes) by the standard zoom factor
57 void zoom(int zoomCommand);
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 42 * - The zoom controls are displayed in their own window.
56 * The {@link ZoomButtonsController} handles showing and hiding the zoom
58 * client access to the zoom controls container, allowing for additional
59 * accessory buttons to be shown in the zoom controls window.
88 * The view that is being zoomed by this zoom controller.
94 * each time the zoom controller is shown.
118 * If the zoom controller is dismissed but the user is still in a touch
136 * When showing the zoom, we add the view as a new window. However, there is
137 * logic that needs to know the size of the zoom which is determined after
147 * Needed to reposition the zoom controls after configuration changes
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 67 * Calculate effective/reported zoom data from a user-specified crop region.
70 /** Zoom index used by {@link Camera.Parameters#setZoom} */
72 /** Effective crop-region given the zoom index, coordinates relative to active-array */
74 /** Reported crop-region given the zoom index, coordinates relative to active-array */
230 /** getZoomRatios stores zoom ratios in 1/100 increments, e.x. a zoom of 3.2 is 320 */
345 * Calculate the closest zoom index for the user-requested crop region by rounding
346 * up to the closest (largest or equal) possible zoom crop.
352 * to translate the per-pixel-granularity requested crop region into a per-zoom-index
355 * <p>Furthermore, since the zoom index and zoom levels also depends on the field-of-vie
705 int zoom = zoomRatios.get(zoomRatios.size() - 1); \/\/ largest zoom ratio local
    [all...]

Completed in 3791 milliseconds

1 2 3 4 5 6 7 8 91011>>