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

1 2

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowRenderNode.java 21 private float rotationY;
106 public boolean setRotationY(float rotationY) {
107 this.rotationY = rotationY;
113 return rotationY;
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 415 float rotationY, float rotationZ) {
422 view.setRotationY(rotationY);
433 public final float rotationY;
443 rotationY = view.getRotationY();
449 rotationX, rotationY, rotationZ);
464 thatTransform.rotationY == rotationY &&
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 209 mViewPropertyAnimator.rotationY(mRotationY);
255 public LauncherViewPropertyAnimator rotationY(float value) {
  /frameworks/base/core/java/android/view/
RenderNode.java 584 * @param rotationY The rotation value of the display list, in degrees
589 public boolean setRotationY(float rotationY) {
590 return nSetRotationY(mNativeRenderNode, rotationY);
    [all...]
ViewPropertyAnimator.java 573 * This method will cause the View's <code>rotationY</code> property to be animated to the
580 public ViewPropertyAnimator rotationY(float value) {
586 * This method will cause the View's <code>rotationY</code> property to be animated by the
    [all...]
View.java     [all...]
  /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/base/libs/hwui/
RenderProperties.h 289 bool setRotationY(float rotationY) {
290 return RP_SET_AND_DIRTY(mPrimitiveFields.mRotationY, rotationY);
  /frameworks/support/compat/src/main/java/androidx/core/view/
ViewPropertyAnimatorCompat.java 369 * This method will cause the View's <code>rotationY</code> property to be animated to the
375 public ViewPropertyAnimatorCompat rotationY(float value) {
378 view.animate().rotationY(value);
384 * This method will cause the View's <code>rotationY</code> property to be animated by the
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 
  /frameworks/support/transition/src/main/java/androidx/transition/
ChangeTransform.java 441 float rotationY, float rotationZ) {
448 view.setRotationY(rotationY);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowViewTest.java 609 public void rotationY() {
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /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 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 215 milliseconds

1 2