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

  /frameworks/support/compat/ics/android/support/v4/view/
ViewPropertyAnimatorCompatICS.java 65 public static void rotationBy(View view, float value) {
66 view.animate().rotationBy(value);
  /developers/build/prebuilts/gradle/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
MainActivity.java 70 mRoundBackground.animate().rotationBy(360).setDuration(300).start();
  /developers/samples/android/wearable/wear/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
MainActivity.java 70 mRoundBackground.animate().rotationBy(360).setDuration(300).start();
  /development/samples/browseable/WatchViewStub/src/com.example.android.google.wearable.watchviewstub/
MainActivity.java 70 mRoundBackground.animate().rotationBy(360).setDuration(300).start();
  /frameworks/support/compat/java/android/support/v4/view/
ViewPropertyAnimatorCompat.java 49 public void rotationBy(ViewPropertyAnimatorCompat vpa, View view, float value);
151 public void rotationBy(ViewPropertyAnimatorCompat vpa, View view, float value) {
418 public void rotationBy(ViewPropertyAnimatorCompat vpa, View view, float value) {
419 ViewPropertyAnimatorCompatICS.rotationBy(view, value);
    [all...]
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 540 public ViewPropertyAnimator rotationBy(float value) {
    [all...]
  /frameworks/support/api/
current.txt     [all...]
  /prebuilts/sdk/support-api/
22.0.0.txt     [all...]
22.1.0.txt     [all...]
22.2.0.txt     [all...]
22.2.1.txt     [all...]
23.0.0.txt     [all...]
23.1.0.txt     [all...]
23.1.1.txt     [all...]
23.2.0.txt     [all...]
23.2.1.txt     [all...]
23.4.0.txt     [all...]
24.0.0.txt     [all...]
24.1.0.txt     [all...]

Completed in 1255 milliseconds