/frameworks/base/core/java/android/view/ |
DisplayList.java | 466 * @param rotationY The rotation value of the display list, in degrees 471 public abstract void setRotationY(float rotationY); 522 * @param rotationY The rotationY value of the display list 529 float rotation, float rotationX, float rotationY, float scaleX, float scaleY);
|
GLES20DisplayList.java | 264 public void setRotationY(float rotationY) { 266 nSetRotationY(mFinalizer.mNativeDisplayList, rotationY); 310 float rotation, float rotationX, float rotationY, float scaleX, float scaleY) { 313 rotation, rotationX, rotationY, scaleX, scaleY); 464 private static native void nSetRotationY(int displayList, float rotationY); 469 float rotationY, float scaleX, float scaleY);
|
ViewPropertyAnimator.java | 524 * This method will cause the View's <code>rotationY</code> property to be animated to the 531 public ViewPropertyAnimator rotationY(float value) { 537 * This method will cause the View's <code>rotationY</code> property to be animated by the [all...] |
View.java | [all...] |
/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/libs/hwui/ |
DisplayList.h | 252 void setRotationY(float rotationY) { 253 if (rotationY != mRotationY) { 254 mRotationY = rotationY;
|
/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);
|
/frameworks/base/core/jni/ |
android_view_GLES20DisplayList.cpp | 139 float translationX, float translationY, float rotation, float rotationX, float rotationY, 146 displayList->setRotationY(rotationY);
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoCarousel.java | 251 .rotationY(frontY) 255 .rotationY(backY)
|
PhotoTable.java | 728 .rotationY(0f) [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/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 | |
/prebuilts/sdk/17/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |