HomeSort by relevance Sort by last modified time
    Searched defs:mZoom (Results 1 - 5 of 5) sorted by null

  /packages/apps/Camera/src/com/android/camera/
PreviewGestures.java 51 private ZoomRenderer mZoom;
79 mZoom = zoom;
139 if (mZoom != null) {
150 if (mZoom != null) {
177 if (mZoom != null) {
188 if (mZoom != null) {
307 return mZoom.onScale(detector);
317 return mZoom.onScaleBegin(detector);
326 mZoom.onScaleEnd(detector);
  /packages/apps/Camera2/src/com/android/camera/
PreviewGestures.java 48 private ZoomRenderer mZoom;
105 mZoom = zoom;
150 if (mZoom != null) {
156 mZoom.onScaleBegin(mScale);
159 mZoom.onScaleEnd(mScale);
184 return mZoom.onScale(detector);
193 return mZoom.onScaleBegin(detector);
200 mZoom.onScaleEnd(detector);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 104 private int mZoom = 500;
202 mZoom = zoom;
317 return Math.round((x - mPadding.x + mHorizontalScroll) / ((float) mZoom / 100));
321 return Math.round((y - mPadding.y + mVerticalScroll) / ((float) mZoom / 100));
464 return Math.round(val * (float) mZoom / 100);
703 int x = Math.round((mCursorPoint.x * ((float) mZoom / 100) + baseX)
704 + ((float) mZoom / 100 / 2));
705 int y = Math.round((mCursorPoint.y * ((float) mZoom / 100) + baseY)
706 + ((float) mZoom / 100 / 2));
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
ddmuilib.jar 

Completed in 3329 milliseconds