| /packages/apps/TV/res/animator/ |
| program_guide_side_panel_hide.xml | 19 <objectAnimator
|
| program_guide_side_panel_reveal.xml | 19 <objectAnimator
|
| program_guide_table_full_to_partial.xml | 19 <objectAnimator
|
| program_guide_table_partial_to_full.xml | 19 <objectAnimator
|
| /packages/apps/TvSettings/Settings/res/anim/ |
| setup_scroll_adapter.xml | 17 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
| /packages/apps/TvSettings/Settings/res/animator/ |
| pin_adjacent_number_enter.xml | 17 <objectAnimator
|
| pin_adjacent_number_exit.xml | 17 <objectAnimator
|
| pin_focused_number_enter.xml | 17 <objectAnimator
|
| pin_focused_number_exit.xml | 17 <objectAnimator
|
| /packages/apps/UnifiedEmail/res/anim/ |
| fade_in.xml | 20 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
| fade_out.xml | 20 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
| AnimatorDescriptors.java | 91 ElementDescriptor objectAnimator = addElement(descriptors, styleMap, 92 "objectAnimator", "Object Animator", //$NON-NLS-1$ 106 if (objectAnimator != null) { 107 objectAnimator.setChildren(mRootDescriptors);
|
| /frameworks/base/core/java/com/android/internal/transition/ |
| EpicenterTranslateClipReveal.java | 21 import android.animation.ObjectAnimator; 216 final ObjectAnimator animZ = ObjectAnimator.ofFloat(view, View.TRANSLATION_Z, startZ, endZ); 222 final ObjectAnimator animX = ObjectAnimator.ofObject(view, propX, evaluator, startX, endX); 228 final ObjectAnimator animY = ObjectAnimator.ofObject(view, propY, evaluator, startY, endY);
|
| /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
| RadialTextsView.java | 20 import android.animation.ObjectAnimator; 73 ObjectAnimator mDisappearAnimator; 74 ObjectAnimator mReappearAnimator; 305 mDisappearAnimator = ObjectAnimator.ofPropertyValuesHolder( 330 mReappearAnimator = ObjectAnimator.ofPropertyValuesHolder( 335 public ObjectAnimator getDisappearAnimator() { 344 public ObjectAnimator getReappearAnimator() {
|
| /frameworks/base/docs/html/training/animation/ |
| cardflip.jd | 107 <objectAnimator 114 <objectAnimator 122 <objectAnimator 138 <objectAnimator 146 <objectAnimator 162 <objectAnimator 169 <objectAnimator 177 <objectAnimator 193 <objectAnimator 201 <objectAnimator [all...] |
| /frameworks/base/docs/html-intl/intl/ko/training/material/ |
| animations.jd | 373 <p>{@link android.animation.ObjectAnimator} ????? ? ?? 2? ??? ??? ???? ??? ?? ??? ?????? ? ?? ? ???? ????. 378 ObjectAnimator mAnimator; 379 mAnimator = ObjectAnimator.ofFloat(view, View.X, View.Y, path); 396 <objectAnimator android:propertyName="translationZ" 400 <!-- you could have other objectAnimator elements 408 <objectAnimator android:propertyName="translationZ" 473 <code>res/anim/</code>? <code><objectAnimator></code> ??? ?? ?? ??? ?? ?????</li> 520 <p>????? ??? {@link android.animation.ObjectAnimator} ?? {@link 526 <objectAnimator 540 <objectAnimator [all...] |
| /frameworks/base/docs/html-intl/intl/ru/training/material/ |
| animations.jd | 373 <p>????? {@link android.animation.ObjectAnimator} ????? ????? ????????????, ? ??????? ??????? ????? ??????????? ?????????? ????? ?????????? ???????????, ????????? ??? ????? ?? ????? ???? ???????. 378 ObjectAnimator mAnimator; 379 mAnimator = ObjectAnimator.ofFloat(view, View.X, View.Y, path); 396 <objectAnimator android:propertyName="translationZ" 400 <!-- you could have other objectAnimator elements 408 <objectAnimator android:propertyName="translationZ" 472 <li>???? ??? ????????? ?????????? ??? ???????? ? ????????? <code><objectAnimator></code> ? 520 <p>??????????? ???????? ?????????????? ????????? {@link android.animation.ObjectAnimator} ??? {@link 526 <objectAnimator 540 <objectAnimator [all...] |
| /frameworks/base/docs/html-intl/intl/zh-cn/training/material/ |
| animations.jd | 373 <p>{@link android.animation.ObjectAnimator} ????????????????????????????????????? 378 ObjectAnimator mAnimator; 379 mAnimator = ObjectAnimator.ofFloat(view, View.X, View.Y, path); 396 <objectAnimator android:propertyName="translationZ" 400 <!-- you could have other objectAnimator elements 408 <objectAnimator android:propertyName="translationZ" 473 <code>res/anim/</code> ??? <code><objectAnimator></code> ????????????</li> 520 <p>??????? {@link android.animation.ObjectAnimator} ? {@link 526 <objectAnimator 540 <objectAnimator [all...] |
| /frameworks/base/docs/html-intl/intl/zh-tw/training/material/ |
| animations.jd | 373 <p>{@link android.animation.ObjectAnimator} ???????????????????????????????????? 378 ObjectAnimator mAnimator; 379 mAnimator = ObjectAnimator.ofFloat(view, View.X, View.Y, path); 396 <objectAnimator android:propertyName="translationZ" 400 <!-- you could have other objectAnimator elements 408 <objectAnimator android:propertyName="translationZ" 472 <li>? <code>res/anim/</code> ??? <code><objectAnimator></code> ???????????? 520 <p>?????? {@link android.animation.ObjectAnimator} ? {@link 526 <objectAnimator 540 <objectAnimator [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| KeyButtonRipple.java | 21 import android.animation.ObjectAnimator; 216 ObjectAnimator scaleAnimator = ObjectAnimator.ofFloat(this, "glowScale", 226 ObjectAnimator alphaAnimator = ObjectAnimator.ofFloat(this, "glowAlpha", mGlowAlpha, 0f);
|
| /frameworks/base/core/java/android/animation/ |
| PropertyValuesHolder.java | 35 * animations with ValueAnimator or ObjectAnimator that operate on several different properties 42 * unless this object is being used with ObjectAnimator. But this is the name by which 53 * The setter function, if needed. ObjectAnimator hands off this functionality to 56 * derived when the animation starts in setupSetterAndGetter() if using ObjectAnimator. 61 * The getter function, if needed. ObjectAnimator hands off this functionality to 64 * derived when the animation starts in setupSetterAndGetter() if using ObjectAnimator. 121 * by the property-setting logic in ObjectAnimator.animatedValue(). 175 * start, through all intermediate values to the end value. When used with ObjectAnimator, 183 * @see ObjectAnimator#ofMultiInt(Object, String, TypeConverter, TypeEvaluator, Object[]) 215 * @see ObjectAnimator#ofPropertyValuesHolder(Object, PropertyValuesHolder... [all...] |
| /frameworks/base/core/java/android/widget/ |
| AdapterViewAnimator.java | 20 import android.animation.ObjectAnimator; 146 ObjectAnimator mInAnimation; 147 ObjectAnimator mOutAnimation; 277 ObjectAnimator getDefaultInAnimation() { 278 ObjectAnimator anim = ObjectAnimator.ofFloat(null, "alpha", 0.0f, 1.0f); 283 ObjectAnimator getDefaultOutAnimation() { 284 ObjectAnimator anim = ObjectAnimator.ofFloat(null, "alpha", 1.0f, 0.0f); 862 * @see #setInAnimation(android.animation.ObjectAnimator) [all...] |
| /packages/apps/TV/src/com/android/tv/menu/ |
| MenuLayoutManager.java | 22 import android.animation.ObjectAnimator; 81 private ObjectAnimator mTitleFadeOutAnimator; 489 ObjectAnimator animator = createAlphaAnimator(currentTitleView, 0.0f, 1.0f, 523 ObjectAnimator animator = createAlphaAnimator(currentContentsView, 0.0f, 1.0f, [all...] |
| /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
| ConversationListSwipeHelper.java | 20 import android.animation.ObjectAnimator; 349 final ObjectAnimator animator = getSwipeTranslationXAnimator( 375 final ObjectAnimator animator = getSwipeTranslationXAnimator( 390 private ObjectAnimator getSwipeTranslationXAnimator(final ConversationListItemView itemView, 392 final ObjectAnimator animator = 393 ObjectAnimator.ofFloat(itemView, "swipeTranslationX", animateTo);
|
| /developers/build/prebuilts/gradle/Interpolator/Application/tests/src/com/example/android/interpolator/tests/ |
| SampleTests.java | 23 import android.animation.ObjectAnimator; 107 ObjectAnimator animator = mTestFragment.startAnimation(i, 1000L, mTestFragment.getPathIn());
|