HomeSort by relevance Sort by last modified time
    Searched defs:getFraction (Results 1 - 25 of 182) sorted by null

1 2 3 4 5 6 7 8

  /cts/tests/tests/animation/src/android/animation/cts/
KeyframeTest.java 37 float fraction = keyFrame.getFraction();
45 float fraction = keyFrame.getFraction();
52 float fraction = keyFrame.getFraction();
73 float fraction = keyFrame.getFraction();
97 assertEquals(keyFrame.getFraction(), clone.getFraction(), 0.0f);
  /frameworks/support/leanback/src/main/java/androidx/leanback/graphics/
BoundsRule.java 87 public float getFraction() {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTypedValue.java 134 public float getFraction(float base, float pbase)
  /frameworks/base/core/java/android/animation/
Keyframe.java 211 public float getFraction() {
287 ObjectKeyframe kfClone = new ObjectKeyframe(getFraction(), hasValue() ? mValue : null);
334 new IntKeyframe(getFraction(), mValue) :
335 new IntKeyframe(getFraction());
381 new FloatKeyframe(getFraction(), mValue) :
382 new FloatKeyframe(getFraction());
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
RecyclerViewParallax.java 143 public float getFraction() {
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ResourcesWrapper.java 124 public float getFraction(int id, int base, int pbase) {
125 return mResources.getFraction(id, base, pbase);
TintTypedArray.java 204 public float getFraction(int index, int base, int pbase, float defValue) {
205 return mWrapped.getFraction(index, base, pbase, defValue);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ResourceUtils.java 209 final float maxKeyboardHeight = res.getFraction(
211 float minKeyboardHeight = res.getFraction(
216 minKeyboardHeight = -res.getFraction(
239 return res.getFraction(fractionResId, 1, 1);
242 public static float getFraction(final TypedArray a, final int index, final float defValue) {
247 return a.getFraction(index, 1, 1, defValue);
250 public static float getFraction(final TypedArray a, final int index) {
251 return getFraction(a, index, UNDEFINED_RATIO);
269 return a.getFraction(index, base, base, defValue);
  /frameworks/base/core/java/android/util/
TypedValue.java 441 public float getFraction(float base, float pbase)
  /frameworks/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 518 public float getFraction(int index, int base, int pbase, float defValue) {
525 return mValue.getFraction(base, pbase);
    [all...]
  /external/llvm/include/llvm/Support/
ScaledNumber.h 530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
  /frameworks/base/core/java/android/content/res/
TypedArray.java     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ScaledNumber.h 530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ScaledNumber.h 530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ScaledNumber.h 530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ScaledNumber.h 530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ScaledNumber.h 530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ScaledNumber.h 530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ScaledNumber.h 530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ScaledNumber.h 530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ScaledNumber.h 530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ScaledNumber.h 530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ScaledNumber.h 530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {

Completed in 777 milliseconds

1 2 3 4 5 6 7 8