/packages/apps/Camera/src/com/android/camera/ui/ |
ZoomRenderer.java | 55 void onZoomValueChanged(int index); // only for immediate zoom 134 int zoom = mMinZoom + (int) ((mCircleSize - mMinCircle) * (mMaxZoom - mMinZoom) / (mMaxCircle - mMinCircle)); local 135 mListener.onZoomValueChanged(zoom);
|
/packages/apps/Camera/src/com/android/camera/ |
PreviewGestures.java | 75 ZoomRenderer zoom, PieRenderer pie) { 79 mZoom = zoom; 103 public void setZoomOnly(boolean zoom) { 104 mZoomOnly = zoom; 183 // user initiated and stopped zoom gesture without zooming 187 // not zoom or pie mode and no timeout yet
|
/frameworks/base/core/java/android/webkit/ |
WebSettings.java | 45 * It is recommended to enable zoom support {@link #setSupportZoom} when 230 * Sets whether the WebView should support zooming using its on-screen zoom 231 * controls and gestures. The particular zoom mechanisms that should be used 236 * @param support whether the WebView should support zoom 241 * Gets whether the WebView supports zoom. 243 * @return true if the WebView supports zoom 265 * Sets whether the WebView should use its built-in zoom mechanisms. The 266 * built-in zoom mechanisms comprise on-screen zoom controls, which are 271 * The built-in mechanisms are the only currently supported zoom [all...] |
/frameworks/base/core/java/android/widget/ |
ZoomControls.java | 65 * Sets how fast you get zoom events when the user holds down the 66 * zoom in/out buttons.
|
/frameworks/base/docs/html/training/animation/ |
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/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
AndroidCameraSettings.java | 51 // Capture: Focus, flash, zoom, exposure, scene mode. 52 if (capabilities.supports(CameraCapabilities.Feature.ZOOM)) {
|
CameraSettings.java | 319 /** Zoom **/ 322 * @return The current zoom ratio. The min is 1.0f. 329 * Sets the zoom ratio. 330 * @param ratio The new zoom ratio. Should be in the range between 1.0 to 366 * for the devices rotation---but not the zoom level---before 412 * the devices rotation---but not the zoom level---before being
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
SpeechOrbView.java | 89 float zoom = 1f + (mSoundLevelMaxZoom - getFocusedZoom()) * mCurrentLevel / 100; local 91 scaleOrbViewOnly(zoom);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterTinyPlanetRepresentation.java | 73 public void setZoom(int zoom) { 74 setValue(zoom);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
ImageEditorPanel.java | 64 public void zoomChanged(int zoom) { 65 mImageViewer.setZoom(zoom);
|
/external/skia/samplecode/ |
SampleFatBits.cpp | 83 void setWHZ(int width, int height, int zoom) { 86 fZoom = zoom; 87 fBounds.set(0, 0, SkIntToScalar(width * zoom), SkIntToScalar(height * zoom)); 88 fMatrix.setScale(SkIntToScalar(zoom), SkIntToScalar(zoom)); 89 fInverse.setScale(SK_Scalar1 / zoom, SK_Scalar1 / zoom); 91 0xFFCCCCCC, 0xFFFFFFFF, zoom)); 95 info = info.makeWH(width * zoom, height * zoom) [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
VPPTest.c | 497 int feature; /*Feature selected, only scaling, zoom, contrast, frosted glass effect, cropping, mirror and rotation*/ 612 case 1: /*On Demand Zoom */ 613 case 2: /*Dynamic Zoom */ 618 <Feature 1= On Demand/2=Dynamic> <On Demand Zoom/Dynamic Zoom> <Zoom Factor/Zoom Speed> <Zoom Limit>\n",argv[0]); 621 <Feature 1= On Demand/2=Dynamic> <On Demand Zoom/Dynamic Zoom> <Zoom Factor/Zoom Speed> <Zoom Limit>\n",argv[0]) [all...] |
/cts/apps/CameraITS/tests/scene1/ |
test_crop_region_raw.py | 51 zoom = min(3.0, its.objects.get_max_digital_zoom(props)) 52 assert(zoom >= 1) 53 cropw = aw / zoom 54 croph = ah / zoom
|
/development/samples/ApiDemos/res/anim/ |
zoom_enter.xml | 20 <!-- Special window zoom animation: this is the element that enters the screen,
|
zoom_exit.xml | 20 <!-- Special window zoom animation: this is the element that exits the
|
/external/jmonkeyengine/engine/src/android/jme3test/android/ |
AndroidManifest.xml | 12 <!-- Tell the system that you need distinct touches (for the zoom gesture). -->
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
ImsStreamMediaSession.java | 23 * controlling the camera (front/rear selection, zoom, brightness, ...) for a video calling.
|
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/ |
GenericOneCameraImpl.java | 72 Listenable<Boolean> readyStateListenable, float maxZoom, Updatable<Float> zoom, 86 mZoom = zoom; 181 public void setZoom(float zoom) { 182 mZoom.update(zoom);
|
/packages/apps/Camera2/src/com/android/camera/stats/ |
CaptureSessionStatsCollector.java | 96 * @param zoom value of the zoom on the camera request 110 final float zoom, 122 mZoom = zoom;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasTransform.java | 40 /** Canvas image size (original, before zoom), in pixels. */ 43 /** Full size being scrolled (after zoom), in pixels */ 104 * Returns Canvas image size (original, before zoom), in pixels. 106 * @return Canvas image size (original, before zoom), in pixels
|
/frameworks/base/telecomm/java/android/telecom/ |
VideoProfile.java | 327 * Whether the camera supports zoom. 332 * The maximum zoom supported by the camera. 348 * supports zoom. 352 * @param zoomSupported True when camera supports zoom. 353 * @param maxZoom Maximum zoom supported by camera. 432 * Whether the camera supports zoom. 440 * The maximum zoom supported by the camera.
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
AutoFocusHelper.java | 207 * Calculates sensor crop region for a zoom level (zoom >= 1.0). 211 public static Rect cropRegionForZoom(CameraCharacteristics characteristics, float zoom) { 215 int xDelta = (int) (0.5f * sensor.width() / zoom); 216 int yDelta = (int) (0.5f * sensor.height() / zoom);
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
TestVideoProvider.java | 136 * Sets the zoom value, creating a new CallCameraCapabalities object. If the zoom value is 137 * non-positive, assume that zoom is not supported. 141 log("Set zoom to " + value); 174 * Returns a CallCameraCapabilities object without supporting zoom.
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorControlWheel.java | 38 * indicators including the zoom, camera picker, flash and second-level control. 51 // first-level. For consistency, we treat the zoom control as one of the 211 // Skip the first component if it is zoom control, as we will 240 // It must be for zoom control if the touch event is in the visible 268 // Check if the touch event is for zoom control. 290 // touch from the zoom control to one of them. 322 // We also need to rotate the zoom control wheel as well. 447 // And skip the zoom control which index is zero. 520 // We also disable the zoom button during snapshot.
|
/external/mesa3d/src/mesa/swrast/ |
s_drawpix.c | 265 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0; local 284 if (zoom) { 311 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0; local 321 && !zoom 341 && !zoom 391 if (zoom) { 416 const GLboolean zoom = ctx->Pixel.ZoomX!=1.0 || ctx->Pixel.ZoomY!=1.0; local 479 if (zoom) { 544 * and pixel zoom. 559 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0 local [all...] |