HomeSort by relevance Sort by last modified time
    Searched refs:zoom (Results 126 - 150 of 288) sorted by null

1 2 3 4 56 7 8 91011>>

  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 695 zoom:1;
724 zoom:1; /*IE6*/
864 * html #app-list a { zoom: 1; margin:0 24px 0 15px;}
967 zoom:1; /* IE7/8, otherwise top-padding is double */
1031 zoom:1; /* IE, otherwise, layout doesn't update when showing 'more' */
1116 zoom:1; /* IE6, otherwise the margin considers the img on redraws */
1263 zoom:1;
1279 zoom:1;
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/
android-developer-docs.css 695 zoom:1;
724 zoom:1; /*IE6*/
864 * html #app-list a { zoom: 1; margin:0 24px 0 15px;}
967 zoom:1; /* IE7/8, otherwise top-padding is double */
1031 zoom:1; /* IE, otherwise, layout doesn't update when showing 'more' */
1116 zoom:1; /* IE6, otherwise the margin considers the img on redraws */
1263 zoom:1;
1279 zoom:1;
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.h 194 virtual void Zoom(PageZoom zoom) OVERRIDE;
  /external/chromium_org/pdf/
out_of_process_instance.cc 65 const char kJSZoom[] = "zoom";
358 double zoom = dict.Get(pp::Var(kJSZoom)).AsDouble(); local
363 zoom = std::max(kMinZoom, zoom);
364 SetZoom(zoom);
    [all...]
  /external/chromium_org/ui/compositor/
layer.h 201 // Zoom the background by a factor of |zoom|. The effect is blended along the
203 void SetBackgroundZoom(float zoom, int inset);
467 // The zoom factor to scale the layer by. Zooming is disabled when this is
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StatusPanel.java 322 * Zoom level has been changed.
323 * @param zoom
325 public void zoomChanged(int zoom);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
FlameChart.js 579 } else { // Zoom.
613 * @param {number} zoom
615 _handleZoomGesture: function(zoom)
620 bounds.left += (bounds.left - cursorTime) * zoom;
621 bounds.right += (bounds.right - cursorTime) * zoom;
    [all...]
OverviewGrid.js 132 zoom: function(zoomFactor, referencePoint)
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css 64 *zoom: 1;
142 *zoom: 1;
186 *zoom: 1;
279 *zoom: 1;
355 *zoom: 1;
368 *zoom: 1;
1012 *zoom: 1;
1051 *zoom: 1;
1199 *zoom: 1;
1242 *zoom: 1
    [all...]
  /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/perftests/panorama/feature_stab/src/dbreg/
vp_motionmodel.h 276 int n, int w, int h, double zoom);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
TransformBuilder.cpp 89 float zoomFactor = conversionData.zoom();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMetaElement-in.cpp 329 description->zoom = parseViewportValueAsZoom(keyString, valueString, description->zoomIsExplicit);
  /external/chromium_org/third_party/d3/src/
d3.js     [all...]
  /external/chromium_org/third_party/npapi/bindings/
npapi_extensions.h 1074 NPPZoomPtr zoom; member in struct:_NPPExtensions
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
preview_panel.js 430 this.element_.classList.remove('has-zoom');
523 this.element_.classList.add('has-zoom');
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86vm/
XF86VMode.c 769 SDL_NAME(XF86VidModeSwitchMode)(dpy, screen, zoom)
772 int zoom;
784 req->zoom = zoom;
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_script.cpp 50 extern const Zoom zoom [];
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 43 extern const Zoom zoom [];
741 if( strcmp((cmd + 1), zoom[i].zoom_description) == 0)
748 params.set(CameraParameters::KEY_ZOOM, zoom[zoomIDX].idx);
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
vp_motionmodel.h 276 int n, int w, int h, double zoom);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.h 276 int n, int w, int h, double zoom);
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 136 * Test the default zoom factor select element.
141 // Verify that the zoom factor element exists.
145 // Verify that the zoom factor element has a reasonable number of choices.
148 // Simulate a change event, selecting the highest zoom value. Verify that
  /external/chromium_org/chrome/common/extensions/docs/static/sass/
_normalize.scss 80 *zoom: 1;
111 * user zoom.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/
example.js 244 // zoom slider
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
codemirror.css 205 *zoom:1;

Completed in 3318 milliseconds

1 2 3 4 56 7 8 91011>>