/frameworks/base/docs/html/guide/appendix/ |
D | app-intents.jd | 62 geo:<em>latitude</em>,<em>longitude</em>?z=<em>zoom</em><br /> 70 …The <em>z</em> field specifies the zoom level. A zoom level of 1 shows the whole Earth, centered a… 71 …given <em>lat</em>,<em>lng</em>. A zoom level of 2 shows a quarter of the Earth, and so on. The hi… 72 zoom level is 23. A larger zoom level will be clamped to 23. 76 …cbll=<em>lat</em>,<em>lng</em>&cbp=1,<em>yaw</em>,,<em>pitch</em>,<em>zoom</em>&mz=<em>map… 91 …<tr><td>zoom</td><td>Panorama zoom. 1.0 = normal zoom, 2.0 = zoomed in 2x, 3.0 = zoomed in 4x, and… 92 …A zoom of 1.0 is 90 degree horizontal FOV for a nominal … 94 …Android phones in portrait mode will adjust the zoom so that … 100 …<tr><td>mapZoom</td><td>The map zoom of the map location associated with this panorama. This value…
|
D | g-app-intents.jd | 72 geo:<em>latitude</em>,<em>longitude</em>?z=<em>zoom</em><br /> 80 …The <em>z</em> field specifies the zoom level. A zoom level of 1 shows the whole Earth, centered a… 81 …given <em>lat</em>,<em>lng</em>. A zoom level of 2 shows a quarter of the Earth, and so on. The hi… 82 zoom level is 23. A larger zoom level will be clamped to 23. 87 …cbll=<em>lat</em>,<em>lng</em>&cbp=1,<em>yaw</em>,,<em>pitch</em>,<em>zoom</em>&mz=<em>map… 101 …<tr><td><em>zoom</em></td><td>Panorama zoom. 1.0 = normal zoom, 2.0 = zoomed in 2x, 3.0 = zoomed i… 102 A zoom of 1.0 is 90 degree horizontal FOV for a nominal landscape mode 4 103 x 3 aspect ratio display Android phones in portrait mode will adjust the zoom so 109 …<tr><td><em>mapZoom</em></td><td>The map zoom of the map location associated with this panorama. T…
|
/frameworks/base/docs/html/training/animation/ |
D | zoom.jd | 35 …This lesson demonstrates how to do a touch-to-zoom animation, which is useful for apps such as pho… 38 <p>Here's what a touch-to-zoom animation looks like that 77 …to zoom. The following example creates an {@link android.widget.ImageButton} for clickable image t… 104 screen. To achieve the "zoom" animation, this view's bounds are animated 122 Once you apply your layout, set up the event handlers that trigger the zoom animation. 124 android.widget.ImageButton} to execute the zoom animation when the user 166 …bounds of the larger-sized view. The following method shows you how to implement a zoom animation … 283 // Upon clicking the zoomed-in image, it should zoom back down
|
D | index.jd | 76 <b><a href="zoom.html">Zooming a View</a></b> 79 Learn how to enlarge views with a touch-to-zoom animation.
|
D | screen-slide.jd | 233 <p>See the <a href="#zoom-out">Zoom-out page transformer</a> and <a href="#depth-page">Depth page t… 237 <h3 id="zoom-out">Zoom-out page transformer</h3>
|
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
D | ContentSettingsAdapter.java | 178 public void setDefaultZoom(ZoomDensity zoom) { in setDefaultZoom() argument 179 if (zoom != ZoomDensity.MEDIUM) { in setDefaultZoom() 180 Log.w(LOGTAG, "setDefaultZoom not supported, zoom=" + zoom); in setDefaultZoom()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | Parameters.cpp | 741 zoom = 0; in initialize() 742 params.set(CameraParameters::KEY_ZOOM, zoom); in initialize() 751 float zoom = 1.f; in initialize() local 752 float zoomIncrement = (maxDigitalZoom.data.f[0] - zoom) / in initialize() 758 zoomRatios += String8::format("%d", static_cast<int>(zoom * 100)); in initialize() 759 zoom += zoomIncrement; in initialize() 1717 validatedParams.zoom = newParams.getInt(CameraParameters::KEY_ZOOM); in set() 1718 if (validatedParams.zoom < 0 in set() 1719 || validatedParams.zoom >= (int)NUM_ZOOM_STEPS) { in set() 1721 __FUNCTION__, validatedParams.zoom); in set() [all …]
|
D | Parameters.h | 119 int zoom; member
|
/frameworks/base/docs/html/tools/debugging/ |
D | systrace.jd | 156 <p>The reports generated by {@code systrace} are interactive, allowing you to zoom into and out of 157 the process execution details. Use the <em>W</em> key to zoom in, the <em>S</em> 158 key to zoom out, the <em>A</em> key to pan left and the <em>D</em> key to pan 187 trace, zoom in on the process using the
|
/frameworks/base/docs/html/guide/webapps/ |
D | targeting.jd | 50 scale of the viewport. You can also control how much the user can zoom in and out of your web 55 full zoom (not in "overview mode"). That is, it appears at the default size for the page, 98 should exactly match the device screen width and that the ability to zoom should be disabled:</p> 223 <p>The scale of the viewport defines the level of zoom applied to the web page. Viewport 239 page can't zoom out because the minimum size is 1-to-1 with the <a href="#ViewportDensity">target 246 zoom in more than 2 times the target size.</dd> 249 <dd>Whether the user can change the scale of the page at all (zoom in and out). Set to {@code yes} 287 screen, the Android Browser and {@link android.webkit.WebView} scale web pages (effectively zoom
|
D | 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/base/docs/html/about/versions/ |
D | android-2.0-highlights.jd | 131 <li>Digital zoom</li> 156 <li>Support for double-tap zoom.</li>
|
D | 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
|
D | 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
|
D | android-2.2.jd | 169 <li>New APIs in {@link android.hardware.Camera android.hardware.Camera} for managing zoom level.</l… 170 …erying and setting device camera settings such as focal length, exposure, zoom level, view angle, …
|
D | android-3.0-highlights.jd | 134 …njoy a better browsing experience at non-mobile sites through an improved zoom and viewport model,… 138 … advantage of a larger screen for quick access to exposure, focus, flash, zoom, front-facing camer…
|
/frameworks/base/docs/html/training/gestures/ |
D | scroll.jd | 134 chart that you can zoom, pan, scroll, and so on. In the following snippet, 309 <p>Here is the section of the code that performs the actual zoom:</p> 316 // If a zoom is in progress (either programmatically or via double 317 // touch), performs the zoom.
|
/frameworks/base/core/java/android/webkit/ |
D | WebSettings.java | 521 public void setDefaultZoom(ZoomDensity zoom) { in setDefaultZoom() argument
|
/frameworks/base/docs/html/tools/help/ |
D | draw9patch.jd | 48 <li><strong>Zoom</strong>: Adjust the zoom level of the graphic in the drawing area.</li>
|
/frameworks/base/docs/html/google/play-services/ |
D | maps.jd | 53 zoom, and pan properties of the "camera" perspective of the map.
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | controls.jd | 12 checkboxes, zoom buttons, toggle buttons, and many more.</p>
|
/frameworks/base/docs/html/guide/topics/location/ |
D | index.jd | 85 keypresses and touch gestures to pan and zoom the map automatically, including
|
/frameworks/base/docs/html/guide/practices/ |
D | screen-compat-mode.jd | 27 <a href="{@docRoot}images/screens_support/compat-zoom.png"> 28 <img src="{@docRoot}images/screens_support/compat-zoom-thumb.png" alt="" />
|
/frameworks/base/docs/html/training/camera/ |
D | cameradirect.jd | 167 <p>Camera settings change the way that the camera takes pictures, from the zoom
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
D | console.jd | 183 <p>You can zoom into the installation numbers along several dimensions,
|