Home
last modified time | relevance | path

Searched refs:getRatio (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/qrcode/
DQrCamera.java350 final float ratioPreview = (float) getRatio(previewWidth, previewHeight); in setTransformationMatrix()
395 final double winRatio = getRatio(windowSize.getWidth(), windowSize.getHeight()); in getBestPreviewSize()
399 double ratio = getRatio(size.width, size.height); in getBestPreviewSize()
404 bestChoiceRatio = getRatio(size.width, size.height); in getBestPreviewSize()
414 final double previewRatio = getRatio(previewSize.width, previewSize.height); in getBestPictureSize()
420 double ratio = getRatio(size.width, size.height); in getBestPictureSize()
452 private double getRatio(double x, double y) { in getRatio() method in QrCamera
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTiledScreenNail.java171 mTexture.drawMixed(canvas, mPlaceholderColor, getRatio(), x, y, in draw()
202 private float getRatio() { in getRatio() method in TiledScreenNail
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DFadeOutTexture.java37 canvas.setAlpha(getRatio()); in draw()
DFadeInTexture.java38 mTexture.drawMixed(canvas, mColor, getRatio(), x, y, w, h); in draw()
DFadeTexture.java73 protected float getRatio() { in getRatio() method in FadeTexture
/packages/apps/Contacts/src/com/android/contacts/widget/
DProportionalLayout.java139 public float getRatio() { in getRatio() method in ProportionalLayout