| /frameworks/base/tests/VectorDrawableTest/res/anim/ |
| animation_linear_progress_bar_rect2_translate.xml | 20 <objectAnimator
|
| /packages/apps/Dialer/src/com/android/dialer/list/ |
| SpeedDialFragment.java | 22 import android.animation.ObjectAnimator; 408 animators.add(ObjectAnimator.ofFloat( 422 animators.add(ObjectAnimator.ofFloat( 430 animators.add(ObjectAnimator.ofFloat(
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/ |
| Picker.java | 22 import android.animation.ObjectAnimator; 339 ObjectAnimator anim; 342 anim = ObjectAnimator.ofFloat(view, "alpha", startAlpha, destAlpha); 345 anim = ObjectAnimator.ofFloat(view, "alpha", destAlpha);
|
| /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
| Lines2Activity.java | 19 import android.animation.ObjectAnimator; 32 private ObjectAnimator mAnimator;
|
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| ButtonDropTarget.java | 21 import android.animation.ObjectAnimator; 177 mCurrentColorAnim.play(ObjectAnimator.ofArgb(this, "textColor", targetColor));
|
| LauncherClings.java | 19 import android.animation.ObjectAnimator; 159 ObjectAnimator anim;
|
| /packages/apps/TV/src/com/android/tv/ui/ |
| TvViewUiManager.java | 22 import android.animation.ObjectAnimator; 95 private ObjectAnimator mTvViewAnimator; 102 private ObjectAnimator mBackgroundAnimator; 650 // ObjectAnimator, although it would require calling getChildAt(0) against TvView (which is 654 mTvViewAnimator = new ObjectAnimator(); 698 mBackgroundAnimator = new ObjectAnimator(); [all...] |
| /frameworks/base/docs/html-intl/intl/vi/training/material/ |
| animations.jd | 373 <p>L?p {@link android.animation.ObjectAnimator} có các hàm d?ng m?i cho phép b?n t?o hi?u ?ng ho?t hình 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>M?t ho?c nhi?u trình t?o ho?t hình ??i t??ng v?i ph?n t? <code><objectAnimator></code> trong 520 <p>??nh ngh?a ho?t hình bi?u di?n các ??i t??ng {@link android.animation.ObjectAnimator} ho?c {@link 526 <objectAnimator 540 <objectAnimator [all...] |
| /packages/apps/Calendar/src/com/android/calendar/ |
| AllInOneActivity.java | 26 import android.animation.ObjectAnimator; [all...] |
| /packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
| ExpandingEntryCardView.java | 21 import android.animation.ObjectAnimator; 821 final ObjectAnimator animator = ObjectAnimator.ofFloat(mExpandCollapseArrow [all...] |
| /packages/apps/Contacts/src/com/android/contacts/widget/ |
| MultiShrinkScroller.java | 13 import android.animation.ObjectAnimator; 557 final ObjectAnimator animator = ObjectAnimator.ofInt(this, "headerHeight", 563 ObjectAnimator.ofInt(mScrollView, "scrollY", -mScrollView.getScrollY()).start(); 680 ObjectAnimator translateAnimation = ObjectAnimator.ofInt(this, "scroll", 705 final ObjectAnimator animator = ObjectAnimator.ofInt(this, "scroll", bottomScrollPosition, [all...] |
| /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/ |
| Card.java | 22 import android.animation.ObjectAnimator; 158 ObjectAnimator animator = ObjectAnimator.ofFloat(mOverlayView, "alpha", 0.f); 159 animator.setRepeatMode(ObjectAnimator.REVERSE); 160 animator.setRepeatCount(ObjectAnimator.INFINITE);
|
| /developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/ |
| Card.java.ftl | 22 import android.animation.ObjectAnimator; 158 ObjectAnimator animator = ObjectAnimator.ofFloat(mOverlayView, "alpha", 0.f); 159 animator.setRepeatMode(ObjectAnimator.REVERSE); 160 animator.setRepeatCount(ObjectAnimator.INFINITE);
|
| /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
| Card.java | 22 import android.animation.ObjectAnimator; 158 ObjectAnimator animator = ObjectAnimator.ofFloat(mOverlayView, "alpha", 0.f); 159 animator.setRepeatMode(ObjectAnimator.REVERSE); 160 animator.setRepeatCount(ObjectAnimator.INFINITE);
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/ |
| SwipeHelper.java | 21 import android.animation.ObjectAnimator; 139 protected ObjectAnimator createTranslationAnimation(View v, float newPos) { 140 ObjectAnimator anim = ObjectAnimator.ofFloat(v, 152 ObjectAnimator anim = createTranslationAnimation(v, target);
|
| ExpandHelper.java | 22 import android.animation.ObjectAnimator; 94 private ObjectAnimator mScaleAnimation; 169 mScaleAnimation = ObjectAnimator.ofFloat(mScaler, "height", 0f);
|
| /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
| OnboardingFragment.java | 23 import android.animation.ObjectAnimator; 670 fadeAnimator = ObjectAnimator.ofFloat(view, View.ALPHA, 0.0f, 1.0f); 671 slideAnimator = ObjectAnimator.ofFloat(view, View.TRANSLATION_X, 676 fadeAnimator = ObjectAnimator.ofFloat(view, View.ALPHA, 1.0f, 0.0f); 677 slideAnimator = ObjectAnimator.ofFloat(view, View.TRANSLATION_X, 0,
|
| OnboardingSupportFragment.java | 25 import android.animation.ObjectAnimator; 672 fadeAnimator = ObjectAnimator.ofFloat(view, View.ALPHA, 0.0f, 1.0f); 673 slideAnimator = ObjectAnimator.ofFloat(view, View.TRANSLATION_X, 678 fadeAnimator = ObjectAnimator.ofFloat(view, View.ALPHA, 1.0f, 0.0f); 679 slideAnimator = ObjectAnimator.ofFloat(view, View.TRANSLATION_X, 0,
|
| /packages/apps/DeskClock/src/com/android/deskclock/timer/ |
| TimerFragment.java | 22 import android.animation.ObjectAnimator; 455 final Animator fadeOut = ObjectAnimator.ofFloat(mViewPager, ALPHA, 1, 0); 466 final Animator fadeIn = ObjectAnimator.ofFloat(mViewPager, ALPHA, 0, 1); 492 final Animator rotateFrom = ObjectAnimator.ofFloat(mCurrentView, SCALE_X, 1, 0); 512 final Animator rotateTo = ObjectAnimator.ofFloat(toView, SCALE_X, 0, 1);
|
| /external/robolectric/v3/runtime/ |
| android-all-4.3_r2-robolectric-0.jar | |
| /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/ |
| FoldingLayoutActivity.java | 19 import android.animation.ObjectAnimator; 330 ObjectAnimator animator = ObjectAnimator.ofFloat(mFoldLayout, "foldFactor", foldFactor, 1);
|
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| AppsCustomizeTabHost.java | 22 import android.animation.ObjectAnimator; 265 ObjectAnimator outAnim = LauncherAnimUtils.ofFloat(mAnimationBuffer, "alpha", 0f); 282 ObjectAnimator inAnim = LauncherAnimUtils.ofFloat(mAppsCustomizePane, "alpha", 1f);
|
| /packages/apps/TV/src/com/android/tv/guide/ |
| ProgramTableAdapter.java | 22 import android.animation.ObjectAnimator; 357 mDetailOutAnimator = ObjectAnimator.ofPropertyValuesHolder(detailContentView, 385 mDetailInAnimator = ObjectAnimator.ofPropertyValuesHolder(detailContentView,
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
| WifiSetupActivity.java | 20 import android.animation.ObjectAnimator; 139 ObjectAnimator animator = TransitionUtils.createActivityFadeInAnimator(getResources(), 160 ObjectAnimator animator = TransitionUtils.createActivityFadeOutAnimator(getResources(),
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
| ActionAdapter.java | 21 import android.animation.ObjectAnimator; 345 ObjectAnimator alphaAnimator = ObjectAnimator.ofFloat(v, "alpha", 1f);
|