Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 25 of 27) sorted by relevance

12

/packages/apps/Gallery/src/com/android/camera/
DImageViewTouchBase.java271 float scale = Math.min(widthScale, heightScale); in getProperBaseMatrix() local
307 protected void zoomTo(float scale, float centerX, float centerY) { in zoomTo()
320 protected void zoomTo(final float scale, final float centerX, in zoomTo()
340 protected void zoomTo(float scale) { in zoomTo()
347 protected void zoomToPoint(float scale, float pointX, float pointY) { in zoomToPoint()
DUtil.java196 float scale = targetHeight / bitmapHeightF; in transform() local
203 float scale = targetWidth / bitmapWidthF; in transform() local
DCropImage.java584 protected void zoomTo(float scale, float centerX, float centerY) { in zoomTo()
/packages/apps/Launcher2/src/com/android/launcher2/
DDragView.java73 Matrix scale = new Matrix(); in DragView() local
99 float scale = mAnimationScale; in onDraw() local
DBubbleTextView.java72 final float scale = getContext().getResources().getDisplayMetrics().density; in init() local
DUtilities.java276 final float scale = metrics.density; in BubbleText() local
/packages/apps/Gallery3D/src/com/cooliris/media/
DImageViewTouchBase.java256 float scale = Math.min(widthScale, heightScale); in getProperBaseMatrix() local
290 protected void zoomTo(float scale, float centerX, float centerY) { in zoomTo()
303 …protected void zoomTo(final float scale, final float centerX, final float centerY, final float dur… in zoomTo()
322 protected void zoomTo(float scale) { in zoomTo()
DUtil.java96 float scale = targetHeight / bitmapHeightF; in transform() local
103 float scale = targetWidth / bitmapWidthF; in transform() local
145 float scale; in extractMiniThumb() local
DVector3f.java79 public void scale(float spreadValueX, float spreadValueY, float spreadValueZ) { in scale() method in Vector3f
DCanvasTexture.java168 …nderView view, GL11 gl, float x, float y, float anchorX, float anchorY, float alpha, float scale) { in drawWithEffect()
DAdaptiveBackgroundTexture.java98 float scale; in load() local
DPopupMenu.java196 float scale; in renderBlended() local
DGridQuad.java235 float scale = 1.0f + (sini * sini) * 0.33333333f; in set() local
DCropImage.java698 protected void zoomTo(float scale, float centerX, float centerY) { in zoomTo()
DGridInputProcessor.java816 float scale = detector.getScaleFactor(); in onScale() local
/packages/apps/Browser/src/com/android/browser/
DMeshTracker.java81 final float scale = 0.75f; // temper how far we actually move in doit1() local
104 final float scale = 0.35f; // temper how far we actually move in doit2() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
DWaveformImage.java71 final float scale = 3.5f / 65536.0f; in drawWaveform() local
DRecognitionView.java273 final float scale = 10.0f / 65536.0f; in showWave() local
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DEnvironment.java125 int scale; in onConfigurationChanged() local
/packages/apps/Camera/src/com/android/camera/ui/
DPopupWindow.java198 Animation scale = new ScaleAnimation( in popup() local
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
DGalaxyRS.java178 public int scale; field in GalaxyRS.GalaxyState
/packages/apps/Music/src/com/android/music/
DVerticalTextSpinner.java106 float scale = getResources().getDisplayMetrics().density; in VerticalTextSpinner() local
DMusicUtils.java1283 float scale = Math.max(scalex, scaley) * 1.3f; in setBackground() local
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
DGrassRS.java72 public float scale; field in GrassRS.BladesStruct
/packages/apps/Phone/src/com/android/phone/
DBluetoothHandsfree.java580 int scale = intent.getIntExtra("scale", -1); in updateBatteryState() local

12