Searched refs:getRatio (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Settings/src/com/android/settings/wifi/qrcode/ |
D | QrCamera.java | 325 final int viewRatio = (int)getRatio(viewSize.getWidth(), viewSize.getHeight()); in setTransformationMatrix() 332 final float ratioPreview = (float) getRatio(previewWidth, previewHeight); in setTransformationMatrix() 377 final double winRatio = getRatio(windowSize.getWidth(), windowSize.getHeight()); in getBestPreviewSize() 381 double ratio = getRatio(size.width, size.height); in getBestPreviewSize() 386 bestChoiceRatio = getRatio(size.width, size.height); in getBestPreviewSize() 396 final double previewRatio = getRatio(previewSize.width, previewSize.height); in getBestPictureSize() 402 double ratio = getRatio(size.width, size.height); in getBestPictureSize() 434 private double getRatio(double x, double y) { in getRatio() method in QrCamera
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/qrcode/ |
D | QrCamera.java | 315 final int viewRatio = (int)getRatio(viewSize.getWidth(), viewSize.getHeight()); in setTransformationMatrix() 325 final float ratioPreview = (float) getRatio(previewWidth, previewHeight); in setTransformationMatrix() 370 final double winRatio = getRatio(windowSize.getWidth(), windowSize.getHeight()); in getBestPreviewSize() 374 double ratio = getRatio(size.width, size.height); in getBestPreviewSize() 379 bestChoiceRatio = getRatio(size.width, size.height); in getBestPreviewSize() 385 private double getRatio(double x, double y) { in getRatio() method in QrCamera
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | TiledScreenNail.java | 171 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/ |
D | FadeOutTexture.java | 37 canvas.setAlpha(getRatio()); in draw()
|
D | FadeInTexture.java | 38 mTexture.drawMixed(canvas, mColor, getRatio(), x, y, w, h); in draw()
|
D | FadeTexture.java | 73 protected float getRatio() { in getRatio() method in FadeTexture
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | ProportionalLayout.java | 139 public float getRatio() { in getRatio() method in ProportionalLayout
|