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

1 2 3 45 6 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/
VideoUI.java 196 // Currently we use immediate zoom for fast zooming to get better UX and
197 // there is no plan to take advantage of the smooth zoom.
198 // TODO: setup zoom through App UI.
  /packages/apps/Camera2/tests_camera/src/com/android/camera/activity/
CameraTestCase.java 237 "zoom-supported=true;zoom-ratios=100,200,400;max-zoom=2;" +
  /external/androidplot/Examples/DemoApp/res/layout/
main.xml 35 android:text="Scroll and Zoom"
  /external/pdfium/testing/resources/javascript/
document_props.in 103 'zoom',
  /external/skia/resources/
slides_content.lua 30 <transition= zoom>
  /external/skia/site/user/sample/
sampleapp.md 26 &#x2191; &#x2193; | Zoom in / out
  /frameworks/base/docs/html/guide/webapps/
targeting.jd 72 mode" at about 980px wide). Many browsers also zoom out as far as possible, by default, to
77 (the page appears at full zoom) by default. You can enable wide viewport mode
80 <p>You can define properties of the viewport for your web page, such as the width and initial zoom
100 should exactly match the device screen's width and that the ability to zoom should be disabled:</p>
  /packages/apps/Browser/src/com/android/browser/
BrowserWebViewFactory.java 57 // Enable the built-in zoom
  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
CameraStarter.java 58 * They should also react to changes to zoom and invoke callbacks for the
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 292 // Sets the maximum zoom, which is a scale relative to the base matrix. It
293 // is calculated to show the image at 400% zoom regardless of screen or
365 return; // Don't let the user zoom into the molecular level.
386 // Zoom out to at most 1x.
CropImage.java 768 float zoom = Math.min(z1, z2); local
769 zoom = zoom * this.getScale();
770 zoom = Math.max(1F, zoom);
772 if ((Math.abs(zoom - getScale()) / zoom) > .1) {
776 zoomTo(zoom, coordinates[0], coordinates[1], 300F);
  /pdk/apps/TestingCamera/res/values/
strings.xml 63 <string name="zoom_label">Zoom</string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
ZoomControlsRuleTest.java 47 // Zoom controls don't respond to drags
  /external/v8/test/mjsunit/
for-in.js 40 assertArrayEquals(["x", "y", "zoom"], props({x:1, y:2, zoom:3}), "xyzoom");
  /external/v8/test/mjsunit/harmony/
block-for.js 44 assertArrayEquals(["x", "y", "zoom"], props({x:1, y:2, zoom:3}));
  /frameworks/base/docs/html/tools/help/
draw9patch.jd 56 <li><strong>Zoom</strong>: Adjust the zoom level of the graphic in the drawing area.</li>
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java 189 /** Current zoom value. 1.0 is no zoom. */
618 Log.v(TAG, String.format("Sent repeating Preview request, zoom = %.2f", mZoomValue));
713 public void setZoom(float zoom) {
714 mZoomValue = zoom;
715 mCropRegion = cropRegionForZoom(zoom);
738 private Rect cropRegionForZoom(float zoom) {
739 return AutoFocusHelper.cropRegionForZoom(mCharacteristics, zoom);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
extend.txt 31 Rather, it must define one or more virtual events, e.g. <<zoom-height>>, and
64 ('_Zoom Height', '<<zoom-height>>'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
extend.txt 31 Rather, it must define one or more virtual events, e.g. <<zoom-height>>, and
64 ('_Zoom Height', '<<zoom-height>>'),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GlobalCanvasDragInfo.java 146 * In other words, they are affected by the canvas zoom: If you zoom the view and the
  /frameworks/base/core/java/android/hardware/
Camera.java 572 * camera (ex: zoom) after recording starts. There is no need to call this
591 * camera (ex: zoom) after recording starts. There is no need to call this
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
cam_intf.h 71 uint8_t zoom_ratio_tbl_cnt; /* table size for zoom ratios */
72 int zoom_ratio_tbl[MAX_ZOOMS_CNT]; /* zoom ratios table */
156 uint8_t zoom_supported; /* flag if zoom is supported */
157 uint8_t smooth_zoom_supported; /* flag if smooth zoom is supported */
164 uint8_t max_zoom_step; /* max zoom step value */
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_intf.h 71 uint8_t zoom_ratio_tbl_cnt; /* table size for zoom ratios */
72 int zoom_ratio_tbl[MAX_ZOOMS_CNT]; /* zoom ratios table */
165 uint8_t zoom_supported; /* flag if zoom is supported */
166 uint8_t smooth_zoom_supported; /* flag if smooth zoom is supported */
173 uint8_t max_zoom_step; /* max zoom step value */
  /external/mesa3d/src/mesa/swrast/
s_zoom.c 209 /* zoom the span horizontally */
357 * Zoom/write stencil values.
382 /* zoom the span horizontally */
400 * Zoom/write 32-bit Z values.
427 /* zoom the span horizontally */
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ListRowPresenter.java 165 * @param focusZoomFactor Controls the zoom factor used when an item view is focused. One of
180 * @param focusZoomFactor Controls the zoom factor used when an item view is focused. One of
190 throw new IllegalArgumentException("Unhandled zoom factor");
234 * Returns the zoom factor used for focus highlighting.
241 * Returns the zoom factor used for focus highlighting.

Completed in 2894 milliseconds

1 2 3 45 6 7 8 91011>>