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

1 2

  /frameworks/base/core/java/android/view/
DisplayList.java 468 * @see View#setRotationY(float)
471 public abstract void setRotationY(float rotationY);
476 * @see #setRotationY(float)
GLES20DisplayList.java 264 public void setRotationY(float rotationY) {
ViewPropertyAnimator.java 528 * @see View#setRotationY(float)
541 * @see View#setRotationY(float)
    [all...]
View.java     [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Rotate3dTextActivity.java 72 setRotationY(45.0f);
GradientsActivity.java 61 gradientView.setRotationY((float) progress);
63 sweepGradientView.setRotationY((float) progress);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetCarousel.java 131 v.setRotationY(- OVERSCROLL_MAX_ROTATION * scrollProgress);
140 v.setRotationY(rotationY);
170 child.setRotationY(0f);
KeyguardWidgetPager.java 544 v.setRotationY(- OVERSCROLL_MAX_ROTATION * scrollProgress);
547 v.setRotationY(0f);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ListFlipper.java 85 mFrenchList.setRotationY(-90f);
LayoutAnimationsHideShow.java 162 view.setRotationY(0f);
LayoutAnimations.java 195 view.setRotationY(0f);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
RotatingButton.java 132 rotatingButton.setRotationY((float)progress);
  /frameworks/base/core/jni/
android_view_GLES20DisplayList.cpp 124 displayList->setRotationY(ry);
146 displayList->setRotationY(rotationY);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoCarousel.java 239 mPanel[0].setRotationY(frontY);
240 mPanel[1].setRotationY(backY);
  /packages/apps/Camera2/src/com/android/camera/ui/
CameraControls.java 244 mBackgroundView.setRotationY(0);
252 mBackgroundView.setRotationY(180);
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 226 setRotationY(0);
  /frameworks/base/libs/hwui/
DisplayList.h 252 void setRotationY(float rotationY) {
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
Workspace.java     [all...]
CellLayout.java 398 setRotationY(0);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java     [all...]
Workspace.java     [all...]
CellLayout.java 393 setRotationY(0);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 533 child.setRotationY(-rot);
  /prebuilts/sdk/14/
android.jar 

Completed in 697 milliseconds

1 2