Home
last modified time | relevance | path

Searched refs:complexToFraction (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/
H A DTypedValue.java706 public static float complexToFraction(int data, float base, float pbase) in complexToFraction() method in TypedValue
732 return complexToFraction(data, base, pbase); in getFraction()
/aosp14/frameworks/base/core/java/android/view/animation/
H A DScaleAnimation.java263 targetSize = TypedValue.complexToFraction(data, size, psize); in resolveScale()
/aosp14/frameworks/base/core/java/android/content/res/
H A DTypedArray.java906 return TypedValue.complexToFraction(data[index + STYLE_DATA], base, pbase); in getFraction()
H A DResources.java866 return TypedValue.complexToFraction(value.data, base, pbase); in getFraction()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt16054 HSPLandroid/util/TypedValue;->complexToFraction(IFF)F
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt16118 HSPLandroid/util/TypedValue;->complexToFraction(IFF)F
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt49920 method public static float complexToFraction(int, float, float);