/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
ListFlipper.java | 107 ObjectAnimator visToInvis = ObjectAnimator.ofFloat(visibleList, "rotationY", 0f, 90f); 110 final ObjectAnimator invisToVis = ObjectAnimator.ofFloat(invisibleList, "rotationY",
|
LayoutAnimations.java | 190 customAppearingAnim = ObjectAnimator.ofFloat(null, "rotationY", 90f, 0f).
|
LayoutAnimationsHideShow.java | 156 ObjectAnimator animIn = ObjectAnimator.ofFloat(null, "rotationY", 90f, 0f).
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
Animated3dActivity.java | 45 ObjectAnimator animator = ObjectAnimator.ofFloat(view, "rotationY", 0.0f, 360.0f);
|
ViewLayersActivity.java | 66 "rotationY", 0, 360);
|
GLTextureViewActivity.java | 94 ObjectAnimator animator = ObjectAnimator.ofFloat(mTextureView, "rotationY", 0.0f, 360.0f);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
RotatingButton.java | 119 seekBar = (SeekBar) findViewById(R.id.rotationY);
|
/development/samples/ApiDemos/res/layout/ |
rotating_view.xml | 134 android:id="@+id/rotationY"
|
/frameworks/base/docs/html/guide/topics/graphics/ |
hardware-accel.jd | 443 <li><code>rotation</code>, <code>rotationX</code>, <code>rotationY</code>: Changes the 456 ObjectAnimator.ofFloat(view, "rotationY", 180).start(); 464 ObjectAnimator animator = ObjectAnimator.ofFloat(view, "rotationY", 180);
|
prop-animation.jd | [all...] |
/frameworks/base/core/java/android/view/ |
ViewPropertyAnimator.java | 461 * This method will cause the View's <code>rotationY</code> property to be animated to the 468 public ViewPropertyAnimator rotationY(float value) { 474 * This method will cause the View's <code>rotationY</code> property to be animated by the [all...] |
View.java | [all...] |
/packages/apps/Browser/src/com/android/browser/ |
NavTabScroller.java | 498 mHorizontal ? "rotationY" : "rotationX",
|
/frameworks/base/docs/html/sdk/ |
android-3.0.jd | 511 {@code rotationX}, {@code rotationY}, {@code scaleX}, {@code scaleY}, {@code transformPivotX}, 518 android.view.View}, the "rotationY" property, and the start and end values:</p> 520 ObjectAnimator animator = ObjectAnimator.ofFloat(myView, "rotationY", 0, 360); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-completion39.txt | 129 android:rotationY : rotation of the view around the y axis, in degrees. [float]
|
completion5-expected-completion40.txt | 129 android:rotationY : rotation of the view around the y axis, in degrees. [float]
|
completionvalues1-expected-completion32.txt | 200 android:rotationY : rotation of the view around the y axis, in degrees. [float]
|
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
android.R.attr.html | [all...] |
fields_index_additions.html | [all...] |
fields_index_all.html | [all...] |
alldiffs_index_additions.html | [all...] |
alldiffs_index_all.html | [all...] |
/frameworks/base/core/res/res/values/ |
public.xml | [all...] |
/frameworks/base/api/ |
11.xml | [all...] |
12.xml | [all...] |