HomeSort by relevance Sort by last modified time
    Searched full:startr (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/animation/
ArgbEvaluator.java 57 float startR = ((startInt >> 16) & 0xff) / 255.0f;
68 startR = (float) Math.pow(startR, 2.2);
78 float r = startR + fraction * (endR - startR);
  /frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
ArgbEvaluator.java 66 float startR = ((startInt >> 16) & 0xff) / 255.0f;
77 startR = (float) Math.pow(startR, 2.2);
87 float r = startR + fraction * (endR - startR);
  /developers/build/prebuilts/gradle/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
PartyLightView.java 105 int startR = (startInt >> 16) & 0xff;
116 (startR + (int)(fraction * (endR - startR))) << 16 |
  /developers/samples/android/wearable/wear/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
PartyLightView.java 105 int startR = (startInt >> 16) & 0xff;
116 (startR + (int)(fraction * (endR - startR))) << 16 |
  /development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
PartyLightView.java 105 int startR = (startInt >> 16) & 0xff;
116 (startR + (int)(fraction * (endR - startR))) << 16 |
  /frameworks/base/libs/hwui/tests/common/
TestUtils.cpp 38 int startR = (start >> 16) & 0xff;
48 (int)((startR + (int)(fraction * (endR - startR))) << 16) |
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
EcdsaTest.java 576 int startR = (signature[1] & 0x80) != 0 ? 3 : 2;
577 int lengthR = signature[startR + 1];
578 return new BigInteger(Arrays.copyOfRange(signature, startR + 2, startR + 2 + lengthR));
582 int startR = (signature[1] & 0x80) != 0 ? 3 : 2;
583 int lengthR = signature[startR + 1];
584 int startS = startR + 2 + lengthR;
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MultiProducerActivity.java 293 int startR = (startInt >> 16) & 0xff;
303 (int)((startR + (int)(fraction * (endR - startR))) << 16) |
  /frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
CircularProgressDrawable.java 475 int startR = (startValue >> 16) & 0xff;
485 | (startR + (int) (fraction * (endR - startR))) << 16
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 785 const SCEV *StartQ, *StartR, *StepQ, *StepR;
788 divide(SE, Numerator->getStart(), Denominator, &StartQ, &StartR);
792 if (Ty != StartQ->getType() || Ty != StartR->getType() ||
797 Remainder = SE.getAddRecExpr(StartR, StepR, Numerator->getLoop(),
    [all...]
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.3_r2-robolectric-0.jar 

Completed in 582 milliseconds