HomeSort by relevance Sort by last modified time
    Searched refs:ObjectAnimator (Results 176 - 200 of 252) sorted by null

1 2 3 4 5 6 78 91011

  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 38 import android.animation.ObjectAnimator;
772 ObjectAnimator a = ObjectAnimator.ofFloat(mContainerView, View.TRANSLATION_Y, 0);
776 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y,
782 b.with(ObjectAnimator.ofFloat(mSplitView, View.TRANSLATION_Y, 0));
831 ObjectAnimator a = ObjectAnimator.ofFloat(mContainerView, View.TRANSLATION_Y, endingY);
835 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y,
840 b.with(ObjectAnimator.ofFloat(mSplitView, View.TRANSLATION_Y,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/widget/
MultiShrinkScroller.java 11 import android.animation.ObjectAnimator;
515 final ObjectAnimator animator = ObjectAnimator.ofInt(this, "headerHeight",
521 ObjectAnimator.ofInt(mScrollView, "scrollY", -mScrollView.getScrollY()).start();
638 ObjectAnimator translateAnimation = ObjectAnimator.ofInt(this, "scroll",
663 final ObjectAnimator animator = ObjectAnimator.ofInt(this, "scroll", bottomScrollPosition,
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutFragment.java 23 import android.animation.ObjectAnimator;
604 ObjectAnimator alphaAnimator = ObjectAnimator.ofFloat(v, "alpha", FADE_IN_ALPHA_START,
655 ObjectAnimator oa = ObjectAnimator.ofInt(bgDrawable, "alpha", 255);
752 ObjectAnimator translateAnimator = ObjectAnimator.ofFloat(v, "translationX", fromTranslateX,
    [all...]
DialogFragment.java 23 import android.animation.ObjectAnimator;
571 ObjectAnimator alphaAnimator = ObjectAnimator.ofFloat(v, "alpha", 1f);
639 ObjectAnimator oa = ObjectAnimator.ofInt(bgDrawable, "alpha", 255);
734 ObjectAnimator translateAnimator = ObjectAnimator.ofFloat(v, "translationX", fromTranslateX,
745 ObjectAnimator alphaAnimator = ObjectAnimator.ofFloat(v, "alpha", fromAlpha, toAlpha);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
SlidingChallengeLayout.java 21 import android.animation.ObjectAnimator;
80 private ObjectAnimator mFader;
126 private ObjectAnimator mHandleAnimation;
127 private ObjectAnimator mFrameAnimation;
297 mHandleAnimation = ObjectAnimator.ofFloat(this, HANDLE_ALPHA, targetAlpha);
495 Animator anim = ObjectAnimator.ofFloat(mScrimView, "alpha", 1f);
522 Animator anim = ObjectAnimator.ofFloat(mScrimView, "alpha", 0f);
    [all...]
KeyguardWidgetPager.java 21 import android.animation.ObjectAnimator;
721 ObjectAnimator a = ObjectAnimator.ofPropertyValuesHolder(child, alpha);
824 ObjectAnimator.ofFloat(currentPage, "scaleX", 1f),
825 ObjectAnimator.ofFloat(currentPage , "scaleY", 1f));
852 ObjectAnimator.ofFloat(currentPage, "scaleX", BOUNCER_SCALE_FACTOR),
853 ObjectAnimator.ofFloat(currentPage, "scaleY", BOUNCER_SCALE_FACTOR));
    [all...]
PagedView.java 22 import android.animation.ObjectAnimator;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherClings.java 21 import android.animation.ObjectAnimator;
158 ObjectAnimator anim;
LauncherExtension.java 6 import android.animation.ObjectAnimator;
300 ObjectAnimator oa = LauncherAnimUtils.ofFloat(mSearchOverlay, "translationX", 0);
SearchDropTargetBar.java 21 import android.animation.ObjectAnimator;
39 private ObjectAnimator mDropTargetBarAnim;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenuAdapter.java 10 import android.animation.ObjectAnimator;
356 ObjectAnimator.ofFloat(view, View.ALPHA, 0.f, 1.f),
357 ObjectAnimator.ofFloat(view, View.TRANSLATION_Y, offsetYPx, 0.f));
389 Animator alpha = ObjectAnimator.ofFloat(views[i], View.ALPHA, 0.f, 1.f);
390 Animator translate = ObjectAnimator.ofFloat(views[i], View.TRANSLATION_X, offsetXPx, 0);
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 404 * Setup ObjectAnimator's property or values from pathData.
407 * @param arrayObjectAnimator TypedArray for the ObjectAnimator.
414 ObjectAnimator oa = (ObjectAnimator) anim;
574 if (name.equals("objectAnimator")) {
618 private static ObjectAnimator loadObjectAnimator(Resources res, Theme theme, AttributeSet attrs,
620 ObjectAnimator anim = new ObjectAnimator();
634 * ObjectAnimator
  /frameworks/base/core/java/android/app/
EnterTransitionCoordinator.java 20 import android.animation.ObjectAnimator;
50 private ObjectAnimator mBackgroundAnimator;
517 mBackgroundAnimator = ObjectAnimator.ofInt(background, "alpha", 255);
607 ObjectAnimator animator = null;
612 animator = ObjectAnimator.ofFloat(snapshot, View.ALPHA, 1, 0);
ExitTransitionCoordinator.java 20 import android.animation.ObjectAnimator;
63 private ObjectAnimator mBackgroundAnimator;
286 mBackgroundAnimator = ObjectAnimator.ofInt(background, "alpha", 0);
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 21 import android.animation.ObjectAnimator;
253 ObjectAnimator transformAnimator = createTransformAnimator(startValues, endValues,
263 private ObjectAnimator createTransformAnimator(TransitionValues startValues,
301 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(pathAnimatorMatrix,
  /frameworks/base/core/java/com/android/internal/widget/
ScrollingTabContainerView.java 21 import android.animation.ObjectAnimator;
231 ObjectAnimator anim = ObjectAnimator.ofFloat(this, "alpha", 1);
238 ObjectAnimator anim = ObjectAnimator.ofFloat(this, "alpha", 0);
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java 22 import android.animation.ObjectAnimator;
    [all...]
  /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/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseContentFragment.java 19 import android.animation.ObjectAnimator;
409 ObjectAnimator alphaAnimator = ObjectAnimator.ofFloat(v, "alpha", 1f);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 22 import android.animation.ObjectAnimator;
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 19 import android.animation.ObjectAnimator;
267 private final ObjectAnimator mAnim;
279 final ObjectAnimator anim = ObjectAnimator.ofInt(ad, "currentIndex", fromFrame, toFrame);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PointsActivity.java 19 import android.animation.ObjectAnimator;
Lines2Activity.java 19 import android.animation.ObjectAnimator;
32 private ObjectAnimator mAnimator;
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 26 import android.animation.ObjectAnimator;
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
DisplayPowerController.java 25 import android.animation.ObjectAnimator;
249 private ObjectAnimator mColorFadeOnAnimator;
250 private ObjectAnimator mColorFadeOffAnimator;
438 mColorFadeOnAnimator = ObjectAnimator.ofFloat(
443 mColorFadeOffAnimator = ObjectAnimator.ofFloat(
    [all...]

Completed in 1493 milliseconds

1 2 3 4 5 6 78 91011