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

<<11121314151617181920>>

  /frameworks/base/core/java/android/view/
ViewConfiguration.java 121 * Defines the duration in milliseconds we want to display zoom controls in response
694 * The amount of time that the zoom controls should be
697 * @return the time the zoom controls should be visible expressed
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraTestUtils.java     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 526 OMX_U32 ulFrameZoomFactor[2]; /**< Zooming ratio value, where ulZoomFactor = (Desired Zoom Ratio * 1024). Set to 1024 if no zooming is desired. Set above 1024 to enable zooming. */
527 OMX_U32 ulFrameZoomLimit[2]; /**< Zooming ratio limit, where ulZoomLimit=(Desired Zoom Limit * 1024).*/
528 OMX_U32 ulFrameZoomSpeed[2]; /**< Speed of ratio change. Set to 0 to disable zoom variation. The variation speed is proportional to the value while the direction (in/out) is given by the sign.*/
  /packages/apps/Camera2/res/values-da/
strings.xml 222 <string name="accessibility_mode_zoom_plus" msgid="4967389173992713073">"Zoom ind"</string>
224 <string name="accessibility_mode_zoom_minus" msgid="8850636036927992409">"Zoom ud"</string>
286 <string name="tiny_planet_zoom" msgid="2985522360577158474">"Zoom"</string>
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 339 int n, int w, int h, double zoom)
348 if (((VP_MOTION *) NULL == in)||(zoom <= 0.0)||(w <= 0)||(h <= 0)) {
360 inv_zoom = (VP_PAR)(1.0/zoom);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
input.h 517 #define KEY_ZOOMIN 0x1a2 /* AC Zoom In */
518 #define KEY_ZOOMOUT 0x1a3 /* AC Zoom Out */
519 #define KEY_ZOOMRESET 0x1a4 /* AC Zoom */
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/pprof/internal/
svg.a 132 * You can configure the behaviour of the pan/zoom/drag with the variables
151 * Updated the zoom code to support the mouse wheel on Safari/Chrome
304 var z = 1 + delta; // Zoom factor: 0.9/1.1
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/pprof/internal/
svg.a 132 * You can configure the behaviour of the pan/zoom/drag with the variables
151 * Updated the zoom code to support the mouse wheel on Safari/Chrome
304 var z = 1 + delta; // Zoom factor: 0.9/1.1
  /external/chromium-trace/catapult/third_party/flot/
NEWS.md 32 - Fixed zoom constraints to apply only in the direction of the zoom.
168 - Fixed missing update for bar highlights after a zoom or other redraw.
349 Webkit zoom problems. (reported by Hau Nguyen, issue 685)
532 - Support for restricting navigate plugin to not pan/zoom an axis. (based on
    [all...]
  /sdk/eclipse/
changes.txt 316 - The layout editor automatically applies a "zoom to fit" for newly
319 manually zoom in.
352 - TraceView: Mouse-wheel zoom support in the timeline
384 - Zoom improvements such as fit to view, persistent scale, and
443 - New zoom controls.
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 473 CDBG("%s: rcvd zoom done evt", __func__);
2151 int zoom = *(( int * )in_data); local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
PhotoModule.java 147 private float mZoomValue; // The current zoom ratio.
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java 629 // tiny to clearly see the details at 1:1 zoom. We should not scale
730 * Called after current item or zoom level has changed.
793 // Measure zoom view
    [all...]
  /frameworks/base/packages/SettingsLib/res/values/
strings.xml     [all...]
  /packages/apps/Camera2/res/values/
strings.xml     [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 90 * The scaling factor for a single zoom 'step'.
    [all...]
  /external/autotest/client/bin/input/
linux_input.py 589 KEY_ZOOMIN = 0x1a2 # AC Zoom In
590 KEY_ZOOMOUT = 0x1a3 # AC Zoom Out
591 KEY_ZOOMRESET = 0x1a4 # AC Zoom
    [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 906 sprintf(msg, "invalid zoom value=%d", value);
909 jniThrowRuntimeException(env, "start smooth zoom failed");
920 jniThrowRuntimeException(env, "stop smooth zoom failed");
    [all...]
  /packages/apps/Camera2/res/values-fr-rCA/
strings.xml 222 <string name="accessibility_mode_zoom_plus" msgid="4967389173992713073">"Zoom avant"</string>
224 <string name="accessibility_mode_zoom_minus" msgid="8850636036927992409">"Zoom arrière"</string>
226 <string name="accessibility_zoom_announcement" msgid="6976673411698319811">"Valeur de zoom de %.1f"</string>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 581 #define KEY_ZOOMIN 0x1a2 /* AC Zoom In */
582 #define KEY_ZOOMOUT 0x1a3 /* AC Zoom Out */
583 #define KEY_ZOOMRESET 0x1a4 /* AC Zoom */
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java     [all...]
  /external/ceres-solver/internal/ceres/
line_search.h 266 // Bracketing / Zoom Strong Wolfe condition line search. This implementation
  /external/e2fsprogs/ext2ed/
ext2ed.h 175 struct struct_pad_info { /* Used to zoom into the pad window */
  /external/opencv3/doc/py_tutorials/py_imgproc/py_houghlines/images/
houghlines1.svg 149 inkscape:zoom="11.2"
  /external/opencv3/samples/android/image-manipulations/src/org/opencv/samples/imagemanipulations/
ImageManipulationsActivity.java 137 mItemPreviewZoom = menu.add("Zoom");

Completed in 968 milliseconds

<<11121314151617181920>>