/frameworks/native/include/android/ |
keycodes.h | 462 /** Zoom in key. */ 464 /** Zoom out key. */ 705 /** Zoom mode key. 706 * Changes Zoom mode (Normal, Full, Zoom, Wide-zoom, etc.) */
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
Camera.java | 121 private int mZoomValue; // The current zoom value. 461 // only for immediate zoom 467 // only for smooth zoom 472 Log.v(TAG, "zoom picker state=" + state); 488 // Get the parameter to make sure we have the up-to-date zoom value. 492 // Currently we use immediate zoom for fast zooming to get better UX and 493 // there is no plan to take advantage of the smooth zoom. 502 // Not useful to change zoom value when the activity is paused. 824 Log.v(TAG, "Zoom changed: value=" + value + ". stopped=" + stopped); [all...] |
VideoCamera.java | 264 private int mZoomValue; // The current zoom value. [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.cpp | 821 float zoom = 1.f; local [all...] |
/frameworks/base/core/java/android/webkit/ |
WebView.java | 68 * through a history, zoom in and out, perform text searches and more.</p> 172 * <h3>Zoom</h3> 174 * <p>To enable the built-in zoom, set 177 * <p>NOTE: Using zoom if either the height or width is set to [all...] |
/external/chromium-trace/catapult/tracing/tracing/ui/ |
timeline_track_view.html | 197 m.SELECTION | m.PANSCAN | m.ZOOM | m.TIMING; 202 this.mouseModeSelector_.setKeyCodeForMode(m.ZOOM, '3'.charCodeAt(0)); 325 // tracking it when the zoom interaction is active. 614 * Zoom in or out on the timeline by the given scale factor. 616 * @param {boolean} Whether to change the zoom level smoothly. 646 * Zoom into the current selection. 721 // Perform zoom and panX animation. [all...] |
/frameworks/base/docs/html-intl/intl/es/preview/ |
behavior-changes.jd | 26 <li><a href="#screen-zoom">Zoom de la pantalla</a></li> 272 <h3 id="screen-zoom">Zoom de la pantalla</h3> 277 para usuarios con poca visión. Estos no podrán superar el valor de zoom 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/pt-br/preview/ |
behavior-changes.jd | 26 <li><a href="#screen-zoom">Zoom de tela</a></li> 272 <h3 id="screen-zoom">Zoom de tela</h3> 277 para usuários com visăo deficiente. Os usuários năo podem alterar o zoom da tela além da largura mínima de 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/ |
OneCameraZslImpl.java | 195 /** Current zoom value. 1.0 is no zoom. */ [all...] |
/frameworks/av/camera/ |
CameraParameters.cpp | 78 const char CameraParameters::KEY_ZOOM[] = "zoom"; 79 const char CameraParameters::KEY_MAX_ZOOM[] = "max-zoom"; 80 const char CameraParameters::KEY_ZOOM_RATIOS[] = "zoom-ratios"; 81 const char CameraParameters::KEY_ZOOM_SUPPORTED[] = "zoom-supported"; 82 const char CameraParameters::KEY_SMOOTH_ZOOM_SUPPORTED[] = "smooth-zoom-supported";
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ListRowPresenter.java | 302 * @param focusZoomFactor Controls the zoom factor used when an item view is focused. One of 317 * @param focusZoomFactor Controls the zoom factor used when an item view is focused. One of 327 throw new IllegalArgumentException("Unhandled zoom factor"); 371 * Returns the zoom factor used for focus highlighting. 378 * Returns the zoom factor used for focus highlighting.
|
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/ |
OMXCameraAdapter.h | 478 //Digital zoom 854 //smooth zoom the current zoom stage will not change within the 855 //zoom callback scope, which in a real world situation is not always the 859 //current zoom [all...] |
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
QCameraHWI_Parm.cpp | 889 ALOGE("%s:Failed to get max zoom",__func__); 892 ALOGE("Max Zoom:%d",mMaxZoom); 894 command to 260 bytes hence we conservatively limit to 110 zoom ratios */ 896 ALOGE("%s:max zoom is larger than sizeof zoomRatios table",__func__); [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebViewTest.java | 286 // disable zoom support 310 // Pinch zoom is not supported in wrap_content layouts. 327 // can zoom in or out although zoom support is disabled in web settings 341 mOnUiThread.zoomBy(1.25f); // zoom in 348 mOnUiThread.zoomBy(0.8f); // zoom out 355 // enable zoom support 366 // zoom in until it reaches maximum scale 375 // can not zoom in further 391 // zoom out until it reaches minimum scal [all...] |
/packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
TinyPlanetFragment.java | 200 // Zoom slider setup. 412 private void onZoomChange(int zoom) { 415 mCurrentZoom = zoom / 1000f;
|
/frameworks/base/docs/html/about/versions/ |
android-3.2.jd | 52 <li><strong>Compatibility zoom for fixed-sized apps</strong> 54 <p>Android 3.2 introduces a new <em>compatibility zoom</em> mode that gives 81 support for various screen sizes, the platform also provides a new zoom 287 which they are running. This new "zoom" mode is a pixel-scaled — it 292 that require it. Users can turn the zoom mode on and off using a control available 297 attributes. When disabled by the app, the system does not offer "zoom" compatibility
|
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/ |
OMXCameraAdapter.h | 536 //Digital zoom [all...] |
/external/opencv3/doc/tutorials/introduction/windows_visual_studio_image_watch/ |
windows_visual_studio_image_watch.markdown | 128 *Image Viewer* on the right. The viewer lets you pan (drag mouse) and zoom (mouse wheel). It also 146 *edges* image into the viewer by selecting it in the *Image List* and zoom into a region with a
|
/external/pdfium/fpdfsdk/src/javascript/ |
Document.h | 96 FX_BOOL zoom(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError); 319 JS_STATIC_PROP(zoom, Document);
|
/frameworks/base/services/core/java/com/android/server/am/ |
CompatModePackages.java | 60 // Unsupported zoom state: don't warn the user about unsupported zoom mode.
|
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
MainActivity.java | 123 float zoom = (float) Math.hypot(x1 - x2, y1 - y2); 124 mZoom = zoom * mDownZoom / mDistDown;
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
VideoProviderProxy.java | 313 * {@link #mConectionServiceVideoProvider} to change the camera zoom ratio. 315 * @param value The camera zoom ratio.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
XF86keysym.h | 174 #define XF86XK_ZoomIn 0x1008FF8B /* zoom in view, map, etc. */ 175 #define XF86XK_ZoomOut 0x1008FF8C /* zoom out view, map, etc. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
XF86keysym.h | 174 #define XF86XK_ZoomIn 0x1008FF8B /* zoom in view, map, etc. */ 175 #define XF86XK_ZoomOut 0x1008FF8C /* zoom out view, map, etc. */
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
OMX_TI_IVCommon.h | 277 * Digital Zoom Speed 283 * nDigitalZoomSpeed : Optical zoom speed level. Special values: 285 * values from 1 to 254 are mapped proportionally to supported zoom speeds inside optical zoom driver. 286 * So 1 is slowest available optical zoom speed and 254 is fastest available optical zoom speed 287 * 255 - default optical zoom speed value 298 * Digital Zoom Target 355 * Smooth Zoom mode enum 356 * Starts or stops the Smooth Zoom. Selecting INCREASE will cause an increasing digital zoom factor (increased cropping) [all...] |