HomeSort by relevance Sort by last modified time
    Searched defs:mCurrentDegrees (Results 1 - 8 of 8) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java 43 private float mCurrentDegrees;
68 canvas.rotate(mCurrentDegrees, px + bounds.left, py + bounds.top);
115 mCurrentDegrees = 0.0f;
277 mCurrentDegrees += mIncrement;
278 if (mCurrentDegrees > (360.0f - mIncrement)) {
279 mCurrentDegrees = 0.0f;
RotateDrawable.java 140 state.mCurrentDegrees = state.mFromDegrees;
154 canvas.rotate(st.mCurrentDegrees, px + bounds.left, py + bounds.top);
315 mState.mCurrentDegrees = degrees;
336 float mCurrentDegrees = 0.0f;
348 mCurrentDegrees = orig.mCurrentDegrees;
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 55 milliseconds