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

1 2

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetCarousel.java 137 float rotationY = - mAdjacentPagesAngle * boundedProgress;
140 v.setRotationY(rotationY);
163 PropertyValuesHolder rotationY;
175 rotationY = PropertyValuesHolder.ofFloat("rotationY", 0f);
176 ObjectAnimator a = ObjectAnimator.ofPropertyValuesHolder(child, alpha, outlineAlpha, rotationY);
195 float rotationY = - mAdjacentPagesAngle * boundedProgress;
202 transform[2] = rotationY;
234 PropertyValuesHolder rotationY;
252 rotationY = PropertyValuesHolder.ofFloat("rotationY", mTmpTransform[2])
    [all...]
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 377 float rotationY, float rotationZ) {
384 view.setRotationY(rotationY);
395 public final float rotationY;
405 rotationY = view.getRotationY();
411 rotationX, rotationY, rotationZ);
426 thatTransform.rotationY == rotationY &&
  /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/view/
RenderNode.java 582 * @param rotationY The rotation value of the display list, in degrees
587 public boolean setRotationY(float rotationY) {
588 return nSetRotationY(mNativeRenderNode, rotationY);
881 private static native boolean nSetRotationY(long renderNode, float rotationY);
    [all...]
ViewPropertyAnimator.java 574 * This method will cause the View's <code>rotationY</code> property to be animated to the
581 public ViewPropertyAnimator rotationY(float value) {
587 * 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);
165 public void rotationY(ViewPropertyAnimatorCompat vpa, View view, float value) {
404 public void rotationY(ViewPropertyAnimatorCompat vpa, View view, float value) {
405 ViewPropertyAnimatorCompatICS.rotationY(view, value);
    [all...]
  /frameworks/base/libs/hwui/
RenderProperties.h 307 bool setRotationY(float rotationY) {
308 return RP_SET_AND_DIRTY(mPrimitiveFields.mRotationY, rotationY);
  /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/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1936 milliseconds

1 2