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

12 3 4 5 6 7 8 91011>>

  /external/robolectric/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
  /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/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/Camera/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/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.
  /external/chromium-trace/trace-viewer/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>
128 <tr-ui-b-mouse-mode-icon modeName="ZOOM"></tr-ui-b-mouse-mode-icon>
129 Zoom mode
133 <div class='action'>Zoom in/out by dragging up/down</div>
170 <div class='action'>Hold for temporary zoom</div>
185 <div class='action'>Zoom into selection</div>
190 <div class='action'>Reset zoom and pan</div>
timeline_display_transform_animations.html 91 * here called the "focal point" in the same place under the zoom. If one
93 * keep the focal point from moving during the zoom, the pan needs to change
95 * point in addition to the amount by which to zoom.
102 * goalFocalPointXWorld should stay centered during the zoom.
103 * @param {Number} goalFocalPointY Where the panY should be when the zoom
  /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/skia/debugger/QT/
SkCanvasWidget.cpp 88 zoom(event->delta() > 0 ? ZOOM_FACTOR : (1.0f / ZOOM_FACTOR), event->x(), event->y());
100 void SkCanvasWidget::zoom(int zoomCommand) { function in class:SkCanvasWidget
101 zoom(kIn_ZoomCommand == zoomCommand ? ZOOM_FACTOR : (1.0f / ZOOM_FACTOR),
140 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 190 const GrMagnifierEffect& zoom = effect.cast<GrMagnifierEffect>(); local
191 pdman.set2f(fOffsetVar, zoom.x_offset(), zoom.y_offset());
192 pdman.set2f(fInvZoomVar, zoom.x_inv_zoom(), zoom.y_inv_zoom());
193 pdman.set2f(fInvInsetVar, zoom.x_inv_inset(), zoom.y_inv_inset());
194 pdman.set4f(fBoundsVar, zoom.bounds().x(), zoom.bounds().y(),
195 zoom.bounds().width(), zoom.bounds().height())
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CaptureAnimation.java 46 // Zoom in for the beginning.
50 // Zoom out for the ending.
  /packages/apps/UnifiedEmail/res/raw/
template_conversation_upper.html 5 data-zoom-on="maximum-scale=2" data-zoom-off="user-scalable=no" />
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
CameraStressTest.java 46 * - camera zoom
178 * Stress test iterating on the range of supported camera zoom levels
187 Log.v(TAG, "Device camera does not support zoom");
188 fail("Camera zoom stress test failed due to unsupported feature");
190 Log.v(TAG, "Device camera does support zoom");
232 fail("Camera zoom stress test Exception");
  /frameworks/base/docs/html/training/animation/
zoom.jd 16 <a href="#setup">Set up the Zoom Animation</a>
19 <a href="#animate">Zoom the View</a>
35 This lesson demonstrates how to do a touch-to-zoom animation, which is useful for apps such as photo
38 <p>Here's what a touch-to-zoom animation looks like that
50 Zoom animation
58 Zoom example. See the following files for the code implementation:
77 to zoom. The following example creates an {@link android.widget.ImageButton} for clickable image thumbnail
104 screen. To achieve the "zoom" animation, this view's bounds are animated
119 Set up the Zoom Animation
122 Once you apply your layout, set up the event handlers that trigger the zoom animation
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 68 private int zoom = 8; field in class:ScreenViewer
157 zoomSlider = buildSlider(panel, "Zoom:", "2x", "24x", 2, 24, 8, 2);
161 zoom = ((JSlider) event.getSource()).getValue();
286 g2.scale(zoom, zoom);
303 grid = new BufferedImage(width + zoom + 1, height + zoom + 1,
318 width += zoom;
319 height += zoom;
321 for (int x = zoom; x <= width; x += zoom)
    [all...]
  /external/libexif/libexif/olympus/
mnote-olympus-tag.c 64 {MNOTE_NIKON_TAG_DIGITALZOOM, "DigitalZoom", N_("Digital Zoom"), ""},
101 {MNOTE_NIKON1_TAG_DIGITALZOOM, "DigitalZoom", N_("Digital Zoom"), ""},
110 {MNOTE_OLYMPUS_TAG_DIGIZOOM, "DigiZoom", N_("Digital Zoom"), ""},
136 {MNOTE_OLYMPUS_TAG_ZOOMSTEPCOUNT, "ZoomStepCount", N_("Zoom Step Count"), ""},
151 {MNOTE_OLYMPUS_TAG_EXTERNALFLASHZOOM, "ExternalFlashZoom", N_("External Flash Zoom"), ""},
179 {MNOTE_SANYO_TAG_OPTICALZOOM, "OpticalZoom", N_("Optical Zoom"), ""},
180 {MNOTE_SANYO_TAG_DIGITALZOOM, "DigitalZoom", N_("Digital Zoom"), ""},
  /external/linux-tools-perf/src/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py 29 self.zoom = 0.5
66 return val / (10 ** 3) * self.zoom
69 return (val / self.zoom) * (10 ** 3)
157 self.zoom *= 2
162 self.zoom /= 2
  /packages/apps/Camera2/src/com/android/camera/
CaptureModuleUI.java 60 /** Maximum zoom; intialize to 1.0 (disabled) */
63 /** Set up listener to receive zoom changes from View and send to module. */
169 * Enables zoom UI, setting maximum zoom.
172 * @param maxZoom maximum zoom value.
  /packages/apps/Camera2/src/com/android/camera/one/v2/common/
BasicCameraFactory.java 54 * <li>Zoom</li>
86 Observable<Float> zoom,
113 cameraCharacteristics.getSensorInfoActiveArraySize(), zoom);
124 // Resend the repeating preview request when the zoom or flash state
128 SafeCloseable zoomCallback = zoom.addCallback(mPreviewUpdater, MoreExecutors

Completed in 798 milliseconds

12 3 4 5 6 7 8 91011>>