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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/docs/html-intl/intl/ko/preview/
behavior-changes.jd 26 <li><a href="#screen-zoom">?? ??/??</a></li>
272 <h3 id="screen-zoom">?? ??/??</h3>
285 <img src="{@docRoot}preview/images/screen-zoom-1.png" alt="" height="XXX" id="figure1" />
288 <img src="{@docRoot}preview/images/screen-zoom-2.png" alt="" height="XXX" id="figure1" />
  /frameworks/base/docs/html-intl/intl/zh-cn/preview/
behavior-changes.jd 26 <li><a href="#screen-zoom">????</a></li>
272 <h3 id="screen-zoom">????</h3>
285 <img src="{@docRoot}preview/images/screen-zoom-1.png" alt="" height="XXX" id="figure1" />
288 <img src="{@docRoot}preview/images/screen-zoom-2.png" alt="" height="XXX" id="figure1" />
  /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/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/mws/
test_response.py 19 Zoom = Element()
41 self.assertEqual(item, dict(Foo='Bar', Bif='Bam', Zoom=None))
  /external/v8/test/mjsunit/
for-in.js 40 assertArrayEquals(["x", "y", "zoom"], props({x:1, y:2, zoom:3}), "xyzoom");
  /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/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /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/base/docs/html/guide/webapps/
migrating.jd 17 <li><a href="#Zoom">Default zoom is deprecated</a></li>
59 href="#Zoom">default zoom levels</a> are
245 <h3 id="Zoom">Default zoom is deprecated</h3>
249 the initial zoom level on a page have are no longer supported and you should instead define
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilities.java 40 /** Zoom ratio used for seeing sensor's full field of view. */
286 * Support zoom-related methods.
288 ZOOM,
632 * @return The maximal supported zoom ratio.
681 if (!supports(Feature.ZOOM)) {
683 Log.v(TAG, "Zoom is not supported");
688 Log.v(TAG, "Zoom ratio is not supported: ratio = " +
  /hardware/qcom/camera/QCamera2/stack/common/
cam_intf.h 81 size_t zoom_ratio_tbl_cnt; /* table size for zoom ratios */
82 uint32_t zoom_ratio_tbl[MAX_ZOOMS_CNT]; /* zoom ratios table */
201 uint8_t zoom_supported; /* flag if zoom is supported */
202 uint8_t smooth_zoom_supported; /* flag if smooth zoom is supported */
209 uint8_t max_zoom_step; /* max zoom step value */
344 /* opti Zoom info */
483 In certain configurations for eg. when optical zoom
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYPlotZoomPan.java 244 case MotionEvent.ACTION_POINTER_UP: // end zoom
251 zoom(event);
323 private void zoom(final MotionEvent motionEvent) { method in class:XYPlotZoomPan
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 132 int zoom; member in struct:android::camera2::Parameters
180 // Number of zoom steps to simulate
277 // into account the current zoom level.
  /frameworks/base/docs/html/about/versions/
android-2.2-highlights.jd 121 <p>Gallery allows you to <span class="green">peek into picture stacks</span> using a zoom
124 controling zoom, flash, white balance, geo-tagging, focus and exposure. Camcorder also provides
261 orientation, zoom controls, access to exposure data, and a thumbnail utility. A new camcorder
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SearchOrbView.java 251 final float zoom = hasFocus ? mFocusedZoom : 1f; local
252 mRootView.animate().scaleX(zoom).scaleY(zoom).setDuration(mScaleDurationMs).start();
VerticalGridPresenter.java 117 * @param focusZoomFactor Controls the zoom factor used when an item view is focused. One of
132 * @param focusZoomFactor Controls the zoom factor used when an item view is focused. One of
220 * Returns the zoom factor used for focus highlighting.

Completed in 432 milliseconds

1 2 3 4 56 7 8 91011>>