/packages/apps/Launcher3/res/values/ |
config.xml | 34 <!-- Fade/zoom in/out duration & scale in a Launcher overlay transition.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
config-extensions.def | 45 zoom-height=<Alt-Key-2>
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
config-extensions.def | 45 zoom-height=<Alt-Key-2>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutCanvas.java | 122 new QualifiedName(AdtPlugin.PLUGIN_ID, "zoom");//$NON-NLS-1$ 235 * When set, performs a zoom-to-fit when the next rendering image arrives. 276 String zoom = AdtPlugin.getFileProperty(file, NAME_ZOOM); local 277 if (zoom != null) { 279 double initialScale = Double.parseDouble(zoom); 285 // Ignore - use zoom=100% 335 // Update the zoom level in the canvas when you toggle the zoom 805 * Returns the zoom scale factor of the canvas (the amount the full 830 // Clear the zoom setting if it is almost identical to 1. [all...] |
/development/ide/xcode/SampleCode/English.lproj/main.nib/ |
objects.xib | 93 <string name="title">Zoom</string> 94 <ostype name="command">zoom</ostype>
|
/development/ide/xcode/animatorTest/English.lproj/main.nib/ |
objects.xib | 150 <string name="title">Zoom</string> 151 <ostype name="command">zoom</ostype>
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
TouchZoomExampleActivity.java | 155 zoom(oldDist / distBetweenFingers);
165 private void zoom(float scale) {
method in class:TouchZoomExampleActivity
|
/external/chromium-trace/trace-viewer/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)); 210 m.ZOOM, tr.ui.b.MODIFIER.CMD_OR_CTRL); 327 // tracking it when the zoom interaction is active. 616 * Zoom in or out on the timeline by the given scale factor. 618 * @param {boolean} Whether to change the zoom level smoothly. 648 * Zoom into the current selection. 723 // Perform zoom and panX animation. [all...] |
/frameworks/base/docs/html/about/versions/ |
android-2.0-highlights.jd | 131 <li>Digital zoom</li> 156 <li>Support for double-tap zoom.</li>
|
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
|
/build/tools/droiddoc/templates-ds/assets/ |
android-developer-core.css | 694 zoom:1; 723 zoom:1; /*IE6*/ 863 * html #app-list a { zoom: 1; margin:0 24px 0 15px;} 966 zoom:1; /* IE7/8, otherwise top-padding is double */ 1030 zoom:1; /* IE, otherwise, layout doesn't update when showing 'more' */ 1115 zoom:1; /* IE6, otherwise the margin considers the img on redraws */
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-core.css | 693 zoom:1; 722 zoom:1; /*IE6*/ 862 * html #app-list a { zoom: 1; margin:0 24px 0 15px;} 965 zoom:1; /* IE7/8, otherwise top-padding is double */ 1029 zoom:1; /* IE, otherwise, layout doesn't update when showing 'more' */ 1114 zoom:1; /* IE6, otherwise the margin considers the img on redraws */
|
/hardware/qcom/camera/QCamera2/stack/common/ |
cam_intf.h | 74 size_t zoom_ratio_tbl_cnt; /* table size for zoom ratios */ 75 uint32_t zoom_ratio_tbl[MAX_ZOOMS_CNT]; /* zoom ratios table */ 179 uint8_t zoom_supported; /* flag if zoom is supported */ 180 uint8_t smooth_zoom_supported; /* flag if smooth zoom is supported */ 187 uint8_t max_zoom_step; /* max zoom step value */ 324 /* opti Zoom info */ [all...] |
/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 | 820 float zoom = 1.f; local [all...] |
/external/linux-tools-perf/src/tools/perf/ui/browsers/ |
hists.c | [all...] |
/frameworks/base/core/java/android/webkit/ |
WebView.java | 65 * through a history, zoom in and out, perform text searches and more.</p> 169 * <h3>Zoom</h3> 171 * <p>To enable the built-in zoom, set 174 * <p>NOTE: Using zoom if either the height or width is set to [all...] |
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
OneCameraZslImpl.java | 195 /** Current zoom value. 1.0 is no zoom. */ [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
bootstrap-responsive.css | 12 *zoom: 1; 204 *zoom: 1; 297 *zoom: 1; 440 *zoom: 1; 533 *zoom: 1;
|
/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";
|
/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 | 246 // disable zoom support 270 // Pinch zoom is not supported in wrap_content layouts. 287 // can zoom in or out although zoom support is disabled in web settings 301 mOnUiThread.zoomBy(1.25f); // zoom in 308 mOnUiThread.zoomBy(0.8f); // zoom out 315 // enable zoom support 326 // zoom in until it reaches maximum scale 335 // can not zoom in further 351 // 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;
|