Searched refs:getScale (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DImageViewTouchBase.java107 if (getScale() > 1.0f) {
250 protected float getScale(Matrix matrix) { method in class:ImageViewTouchBase
254 protected float getScale() { method in class:ImageViewTouchBase
255 return getScale(mSuppMatrix);
312 float oldScale = getScale();
322 final float incrementPerMs = (scale - getScale()) / durationMs;
323 final float oldScale = getScale();
364 if (getScale() >= mMaxZoom) {
390 if (getScale(tmp) < 1F) {
H A DViewImage.java240 float scale = imageView.getScale();
334 if (imageView.getScale() > 1F) {
361 if (imageView.getScale() > 2F) {
1140 if (getScale() <= 1F && event.getEventTime()
1151 if (getScale() <= 1F && event.getEventTime()
H A DCropImage.java196 if (mImageView.getScale() == 1F) {
727 if (getScale() == 1F) {
769 zoom = zoom * this.getScale();
772 if ((Math.abs(zoom - getScale()) / zoom) > .1) {
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
H A DResourceWallpaperInfo.java32 public float getScale(Point wallpaperSize, RectF crop) {
H A DDefaultWallpaperInfo.java45 public float getScale(Point wallpaperSize, RectF crop) {
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DWallpaperCropActivity.java282 mCropView.setScale(req.scaleAndOffsetProvider.getScale(wallpaperSize, crop));
476 float getScale(Point wallpaperSize, RectF crop); method in interface:WallpaperCropActivity.CropViewScaleAndOffsetProvider
/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DPointCloud.java165 public float getScale() { method in class:PointCloud
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DIconNormalizer.java81 public synchronized float getScale(Drawable d, RectF outBounds) { method in class:IconNormalizer
/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java227 1 : IconNormalizer.getInstance().getScale(icon, null);
258 1 : IconNormalizer.getInstance().getScale(icon, iconBounds);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationContainer.java102 * Current document zoom scale per {@link WebView#getScale()}. This is the ratio of actual
470 mScale = mWebView.getScale();
474 traceLayout("in positionOverlays, raw scale=%f, effective scale=%f", mWebView.getScale(),
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationViewFragment.java513 final int webH = (int) (mWebView.getContentHeight() * mWebView.getScale());
1245 mWebView.getScale());
1372 int scale = (int) (mWebView.getScale() / mWebView.getInitialScale());

Completed in 2718 milliseconds