/aosp12/packages/apps/Settings/src/com/android/settings/wifi/qrcode/ |
H A D | QrCamera.java | 350 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
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | TiledScreenNail.java | 171 mTexture.drawMixed(canvas, mPlaceholderColor, getRatio(), x, y, in draw() 202 private float getRatio() { in getRatio() method in TiledScreenNail
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
H A D | FadeOutTexture.java | 37 canvas.setAlpha(getRatio()); in draw()
|
H A D | FadeInTexture.java | 38 mTexture.drawMixed(canvas, mColor, getRatio(), x, y, w, h); in draw()
|
H A D | FadeTexture.java | 73 protected float getRatio() { in getRatio() method in FadeTexture
|
/aosp12/frameworks/av/media/libeffects/dynamicsproc/dsp/ |
H A D | DPBase.h | 130 float getRatio() const { in getRatio() function 230 float getRatio() const { in getRatio() function
|
H A D | DPFrequency.cpp | 319 pMbcBandParams->ratio = pMbcBand->getRatio(); in updateParameters() 357 cb.mLimiterParams.ratio = pLimiter->getRatio(); in updateParameters()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/widget/ |
H A D | ProportionalLayout.java | 139 public float getRatio() { in getRatio() method in ProportionalLayout
|
/aosp12/frameworks/base/media/java/android/media/audiofx/ |
H A D | DynamicsProcessing.java | 624 public float getRatio() { return mRatio; } in getRatio() method in DynamicsProcessing.MbcBand 991 public float getRatio() { return mRatio; } in getRatio() method in DynamicsProcessing.Limiter 2037 mbcBand.getRatio(), in updateEngineMbcBandByChannelIndex() 2069 limiter.getRatio(), in updateEngineLimiterByChannelIndex()
|
/aosp12/frameworks/av/media/libeffects/dynamicsproc/ |
H A D | EffectDynamicsProcessing.cpp | 866 values[4].f = pMbcBand->getRatio(); in DP_getParameter() 916 values[5].f = pLimiter->getRatio(); in DP_getParameter()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 24363 method public float getRatio(); 24390 method public float getRatio();
|