/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/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | SpeechOrbView.java | 89 float zoom = 1f + (mSoundLevelMaxZoom - getFocusedZoom()) * mCurrentLevel / 100; in setSoundLevel() local 91 scaleOrbViewOnly(zoom); in setSoundLevel()
|
D | SearchOrbView.java | 251 final float zoom = hasFocus ? mFocusedZoom : 1f; in animateOnFocus() local 252 mRootView.animate().scaleX(zoom).scaleY(zoom).setDuration(mScaleDurationMs).start(); in animateOnFocus()
|
/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.
|
/frameworks/base/docs/html-intl/intl/ru/preview/ |
D | behavior-changes.jd | 24 <li><a href="#screen-zoom">Масштабирование экрана</a></li> 219 <h3 id="screen-zoom">Масштабирование экрана</h3> 232 <img src="{@docRoot}preview/images/screen-zoom-1.png" alt="" height="XXX" id="figure1" /> 235 <img src="{@docRoot}preview/images/screen-zoom-2.png" alt="" height="XXX" id="figure1" />
|
/frameworks/base/docs/html-intl/intl/zh-tw/preview/ |
D | behavior-changes.jd | 24 <li><a href="#screen-zoom">螢幕縮放</a></li> 219 <h3 id="screen-zoom">螢幕縮放</h3> 232 <img src="{@docRoot}preview/images/screen-zoom-1.png" alt="" height="XXX" id="figure1" /> 235 <img src="{@docRoot}preview/images/screen-zoom-2.png" alt="" height="XXX" id="figure1" />
|
/frameworks/base/docs/html-intl/intl/zh-cn/preview/ |
D | 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/ko/preview/ |
D | 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/ja/preview/ |
D | 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/training/maps/ |
D | index.jd | 49 zoom, and pan properties of the "camera" perspective of the map. <a class="external-link" href= 56 360-degree views. Programmatically control the zoom and orientation (tilt and bearing) of the
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | ParameterUtils.java | 668 for (int zoom : params.getZoomRatios()) { in getAvailableCropRectangles() 669 float shrinkRatio = ZOOM_RATIO_MULTIPLIER * 1.0f / zoom; // normalize to 1.0 and smaller in getAvailableCropRectangles() 705 int zoom = zoomRatios.get(zoomRatios.size() - 1); // largest zoom ratio in getMaxZoomRatio() local 706 float zoomRatio = zoom * 1.0f / ZOOM_RATIO_MULTIPLIER; // normalize to 1.0 and smaller in getMaxZoomRatio()
|
/frameworks/base/docs/html/guide/webapps/ |
D | 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>
|
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/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | MainActivity.java | 123 float zoom = (float) Math.hypot(x1 - x2, y1 - y2); in onCreate() 124 mZoom = zoom * mDownZoom / mDistDown; in onCreate()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | Parameters.cpp | 811 zoom = 0; in initialize() 812 params.set(CameraParameters::KEY_ZOOM, zoom); in initialize() 821 float zoom = 1.f; in initialize() local 822 float zoomIncrement = (maxDigitalZoom.data.f[0] - zoom) / in initialize() 828 zoomRatios += String8::format("%d", static_cast<int>(zoom * 100)); in initialize() 829 zoom += zoomIncrement; in initialize() 1819 validatedParams.zoom = newParams.getInt(CameraParameters::KEY_ZOOM); in set() 1820 if (validatedParams.zoom < 0 in set() 1821 || validatedParams.zoom >= (int)NUM_ZOOM_STEPS) { in set() 1823 __FUNCTION__, validatedParams.zoom); in set() [all …]
|
D | Parameters.h | 132 int zoom; member
|
/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
|
/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 | 524 public abstract void setDefaultZoom(ZoomDensity zoom); in setDefaultZoom() argument
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | controls.jd | 12 checkboxes, zoom buttons, toggle buttons, and many more.</p>
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/ui/ |
D | controls.jd | 12 kotak cek, tombol zoom, tombol toggle, dan masih banyak lagi.</p>
|