HomeSort by relevance Sort by last modified time
    Searched full:zoom (Results 26 - 50 of 921) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.navigate.js 1 /* Flot plugin for adding the ability to pan and zoom the plot.
6 The default behaviour is double click and scrollwheel up/down to zoom in, drag
7 to pan. The plugin defines plot.zoom({ center }), plot.zoomOut() and
13 zoom: {
16 amount: 1.5 // 2 = 200% (zoom in), 0.5 = 50% (zoom out)
32 around; the same for zoom.
34 "amount" specifies the default amount to zoom in (so 1.5 = 150%) relative to
46 [1, 100] the zoom will never scale the axis so that the difference between min
60 // zoom default amount in on the pixel ( 10, 20
    [all...]
  /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...]
  /frameworks/base/docs/html/guide/appendix/
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...]
  /external/opencv3/samples/python2/
browse.py 51 zoom = cv2.getRectSubPix(img, (800, 600), (x+0.5, y+0.5))
52 cv2.imshow('zoom', zoom)
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowZoomButtonsController.java 9 * Shadow of {@code ZoomButtonsController} that allows simulated clicking of the zoom button controls to trigger
  /external/skia/bench/
SKPAnimationBench.cpp 52 virtual const char* getTag() { return "zoom"; }
58 SkScalar zoom = static_cast<SkScalar>(pow(fZoomMax, t)); local
63 drawMatrix->preScale(zoom, zoom);
  /development/samples/training/InteractiveChart/res/values/
strings.xml 20 <string name="action_zoom_in">Demo zoom in</string>
21 <string name="action_zoom_out">Demo zoom out</string>
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ZoomHeight.py 1 # Sample extension: zoom a window to maximum height
12 ('_Zoom Height', '<<zoom-height>>'),
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ZoomHeight.py 1 # Sample extension: zoom a window to maximum height
12 ('_Zoom Height', '<<zoom-height>>'),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ZoomHeight.py 1 # Sample extension: zoom a window to maximum height
12 ('_Zoom Height', '<<zoom-height>>'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ZoomHeight.py 1 # Sample extension: zoom a window to maximum height
12 ('_Zoom Height', '<<zoom-height>>'),
  /development/perftests/panorama/feature_stab/src/dbreg/
dbstabsmooth.h 90 * Set the zoom factor value.
91 * \param zoom the value to set to
93 inline void setZoomFactor(float zoom) { f_zoom = zoom; }
105 * Returns the current zoom factor.
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 90 * Set the zoom factor value.
91 * \param zoom the value to set to
93 inline void setZoomFactor(float zoom) { f_zoom = zoom; }
105 * Returns the current zoom factor.
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControlBar.java 28 * A view that contains camera zoom control and its layout.
33 // Space between indicator icon and the zoom-in/out icon.
58 // Calculate the absolute offset of the slider in the zoom control bar.
60 // landscape mode, the zoom-in bottom should be on the top, so the
62 int pos; // the relative position in the zoom slider bar
101 // changing the zoom.
131 // the zoom-in button should be on the top.
  /packages/apps/Camera2/src/com/android/camera/filmstrip/
FilmstripController.java 34 * <li>Zoom view</li>
35 * Zoom in to view the details of one single image.
42 * <li>full-screen --> zoom view</li>
43 * <li>zoom view --> full-screen</li>
254 * The callback when the item enters zoom view.
261 * Called when current item or zoom level has changed.
264 * @param zoom Zoom level.
266 public void onZoomAtIndexChanged(int adapterIndex, float zoom);
  /packages/apps/Camera2/src/com/android/camera/one/
OneCamera.java 334 /** Zoom value. */
335 public final float zoom; field in class:OneCamera.PhotoCaptureParameters
341 int heading, float zoom, float timerSeconds) {
346 this.zoom = zoom;
408 * Get the maximum zoom value.
410 * @return A float number to represent the maximum zoom value(>= 1.0).
415 * This function sets the current zoom ratio value.
417 * The zoom range must be [1.0, maxZoom]. The maxZoom can be queried by
420 * @param zoom Zoom ratio value passed to scaler
    [all...]
  /packages/apps/Camera2/src_pd/com/android/camera/stats/
UsageStatistics.java 48 public void mediaView(String ref, long modifiedMillis, float zoom) {
69 float zoom, int width, int height, long size,
74 boolean front, boolean isHDR, float zoom,
  /external/autotest/client/site_tests/graphics_Stress/
control.gmaps 20 This test runs a graphics stress for Google Maps zoom in/out.
  /external/skia/debugger/QT/
SkCanvasWidget.cpp 90 zoom(event->delta() > 0 ? ZOOM_FACTOR : (1.0f / ZOOM_FACTOR), event->x(), event->y());
102 void SkCanvasWidget::zoom(int zoomCommand) { function in class:SkCanvasWidget
103 zoom(kIn_ZoomCommand == zoomCommand ? ZOOM_FACTOR : (1.0f / ZOOM_FACTOR),
142 void SkCanvasWidget::zoom(float scale, int px, int py) { function in class:SkCanvasWidget
  /packages/apps/Camera2/src/com/android/camera/captureintent/resource/
ResourceOpenedCamera.java 78 * Obtains the current zoom ratio applied on this camera.
80 * @return The current zoom ratio.
85 * Changes the zoom ratio on this camera.
87 * @param zoomRatio The new zoom ratio to be applied.
  /external/skia/src/effects/
SkMagnifierImageFilter.cpp 169 const GrMagnifierEffect& zoom = effect.cast<GrMagnifierEffect>(); local
170 pdman.set2f(fOffsetVar, zoom.x_offset(), zoom.y_offset());
171 pdman.set2f(fInvZoomVar, zoom.x_inv_zoom(), zoom.y_inv_zoom());
172 pdman.set2f(fInvInsetVar, zoom.x_inv_inset(), zoom.y_inv_inset());
173 pdman.set4f(fBoundsVar, zoom.bounds().x(), zoom.bounds().y(),
174 zoom.bounds().width(), zoom.bounds().height())
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
number-handler.js 62 scope.addPropertiesHandler(parseNumber, clampedMergeNumbers(0.01, Infinity), ['zoom']);
64 scope.addPropertiesHandler(parseNumber, mergeNumbers, ['zoom']);
  /external/chromium-trace/catapult/tracing/tracing/ui/
timeline_view_help_overlay.html 65 .mouse-mode-icon.zoom-mode {
76 <div class='action'>Zoom in/out (+shift: faster)</div>
101 <div class='action'>Zoom in/out</div>
133 <tr-ui-b-mouse-mode-icon modeName="ZOOM"></tr-ui-b-mouse-mode-icon>
134 Zoom mode
138 <div class='action'>Zoom in/out by dragging up/down</div>
185 <div class='action'>Zoom into selection</div>
190 <div class='action'>Reset zoom and pan</div>
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CaptureAnimation.java 46 // Zoom in for the beginning.
50 // Zoom out for the ending.

Completed in 642 milliseconds

12 3 4 5 6 7 8 91011>>