HomeSort by relevance Sort by last modified time
    Searched refs:rotationY (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/support/v4/ics/android/support/v4/view/
ViewPropertyAnimatorCompatICS.java 77 public static void rotationY(View view, float value) {
78 view.animate().rotationY(value);
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 413 float rotationY, float rotationZ) {
420 view.setRotationY(rotationY);
431 public final float rotationY;
441 rotationY = view.getRotationY();
447 rotationX, rotationY, rotationZ);
462 thatTransform.rotationY == rotationY &&
  /frameworks/base/core/java/android/view/
RenderNode.java 577 * @param rotationY The rotation value of the display list, in degrees
582 public boolean setRotationY(float rotationY) {
583 return nSetRotationY(mNativeRenderNode, rotationY);
876 private static native boolean nSetRotationY(long renderNode, float rotationY);
    [all...]
ViewPropertyAnimator.java 572 * This method will cause the View's <code>rotationY</code> property to be animated to the
579 public ViewPropertyAnimator rotationY(float value) {
585 * This method will cause the View's <code>rotationY</code> property to be animated by the
    [all...]
View.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 209 mViewPropertyAnimator.rotationY(mRotationY);
255 public LauncherViewPropertyAnimator rotationY(float value) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherViewPropertyAnimator.java 210 mViewPropertyAnimator.rotationY(mRotationY);
259 public LauncherViewPropertyAnimator rotationY(float value) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
RotatingButton.java 119 seekBar = (SeekBar) findViewById(R.id.rotationY);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoCarousel.java 251 .rotationY(frontY)
255 .rotationY(backY)
PhotoTable.java 728 .rotationY(0f)
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPropertyAnimatorCompat.java 52 public void rotationY(ViewPropertyAnimatorCompat vpa, View view, float value);
169 public void rotationY(ViewPropertyAnimatorCompat vpa, View view, float value) {
431 public void rotationY(ViewPropertyAnimatorCompat vpa, View view, float value) {
432 ViewPropertyAnimatorCompatICS.rotationY(view, value);
    [all...]
  /frameworks/base/libs/hwui/
RenderProperties.h 335 bool setRotationY(float rotationY) {
336 return RP_SET_AND_DIRTY(mPrimitiveFields.mRotationY, rotationY);
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 329 milliseconds

1 2