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

  /frameworks/base/core/java/android/view/
DisplayList.java 453 * @param rotationY The rotation value of the display list, in degrees
458 public abstract void setRotationY(float rotationY);
509 * @param rotationY The rotationY value of the display list
516 float rotation, float rotationX, float rotationY, float scaleX, float scaleY);
GLES20DisplayList.java 261 public void setRotationY(float rotationY) {
263 nSetRotationY(mFinalizer.mNativeDisplayList, rotationY);
307 float rotation, float rotationX, float rotationY, float scaleX, float scaleY) {
310 rotation, rotationX, rotationY, scaleX, scaleY);
461 private static native void nSetRotationY(int displayList, float rotationY);
466 float rotationY, float scaleX, float scaleY);
ViewPropertyAnimator.java 479 * This method will cause the View's <code>rotationY</code> property to be animated to the
486 public ViewPropertyAnimator rotationY(float value) {
492 * This method will cause the View's <code>rotationY</code> property to be animated by the
    [all...]
View.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetCarousel.java 139 float rotationY = - mAdjacentPagesAngle * boundedProgress;
142 v.setRotationY(rotationY);
165 PropertyValuesHolder rotationY;
177 rotationY = PropertyValuesHolder.ofFloat("rotationY", 0f);
178 ObjectAnimator a = ObjectAnimator.ofPropertyValuesHolder(child, alpha, outlineAlpha, rotationY);
197 float rotationY = - mAdjacentPagesAngle * boundedProgress;
204 transform[2] = rotationY;
236 PropertyValuesHolder rotationY;
254 rotationY = PropertyValuesHolder.ofFloat("rotationY", mTmpTransform[2])
    [all...]
  /frameworks/base/libs/hwui/
DisplayList.h 246 void setRotationY(float rotationY) {
247 if (rotationY != mRotationY) {
248 mRotationY = rotationY;
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 210 mViewPropertyAnimator.rotationY(mRotationY);
256 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 690 .rotationY(0f)
906 .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/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 660 milliseconds