HomeSort by relevance Sort by last modified time
    Searched refs:ofFloat (Results 101 - 125 of 172) sorted by null

1 2 3 45 6 7

  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 696 ObjectAnimator a = ObjectAnimator.ofFloat(mContainerView, View.TRANSLATION_Y, 0);
700 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y,
706 b.with(ObjectAnimator.ofFloat(mSplitView, View.TRANSLATION_Y, 0));
755 ObjectAnimator a = ObjectAnimator.ofFloat(mContainerView, View.TRANSLATION_Y, endingY);
759 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y,
764 b.with(ObjectAnimator.ofFloat(mSplitView, View.TRANSLATION_Y,
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 420 PropertyValuesHolder alpha = PropertyValuesHolder.ofFloat("alpha", 1);
421 PropertyValuesHolder scaleX = PropertyValuesHolder.ofFloat("scaleX", 1.0f);
422 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f);
470 PropertyValuesHolder alpha = PropertyValuesHolder.ofFloat("alpha", 0);
471 PropertyValuesHolder scaleX = PropertyValuesHolder.ofFloat("scaleX", 0.9f);
472 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 0.9f);
    [all...]
FolderIcon.java 202 mAcceptAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f);
231 mNeutralAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f);
578 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1.0f);
AppsCustomizeTabHost.java 265 ObjectAnimator outAnim = LauncherAnimUtils.ofFloat(mAnimationBuffer, "alpha", 0f);
282 ObjectAnimator inAnim = LauncherAnimUtils.ofFloat(mAppsCustomizePane, "alpha", 1f);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java     [all...]
KeyguardWidgetPager.java 720 alpha = PropertyValuesHolder.ofFloat("contentAlpha", finalContentAlpha);
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...]
KeyguardMultiUserAvatar.java 188 ValueAnimator va = ValueAnimator.ofFloat(0f, 1f);
KeyguardSelectorView.java 239 mAnim = ObjectAnimator.ofFloat(view, "alpha", to);
SlidingChallengeLayout.java 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...]
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java 174 public static PropertyValuesHolder ofFloat(String propertyName, float... values) {
185 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) {
327 mKeyframeSet = KeyframeSet.ofFloat(values);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 193 mScaleAnimation = ObjectAnimator.ofFloat(mScaler, "height", 0f);
217 mGlowTopAnimation = ObjectAnimator.ofFloat(null, "alpha", 0f);
219 mGlowBottomAnimation = ObjectAnimator.ofFloat(null, "alpha", 0f);
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 217 ValueAnimator anim = ValueAnimator.ofFloat(0, 1);
487 ValueAnimator anim = ValueAnimator.ofFloat(0, 1);
508 ValueAnimator anim = ValueAnimator.ofFloat(0, 1);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java 426 mAnimator = ValueAnimator.ofFloat(0, 1);
431 mAnimator = ValueAnimator.ofFloat(0, 90);
436 mAnimator = ValueAnimator.ofFloat(1, 0, -1);
  /packages/apps/Launcher3/src/com/android/launcher3/
Folder.java 447 PropertyValuesHolder alpha = PropertyValuesHolder.ofFloat("alpha", 1);
448 PropertyValuesHolder scaleX = PropertyValuesHolder.ofFloat("scaleX", 1.0f);
449 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f);
520 PropertyValuesHolder alpha = PropertyValuesHolder.ofFloat("alpha", 0);
521 PropertyValuesHolder scaleX = PropertyValuesHolder.ofFloat("scaleX", 0.9f);
522 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 0.9f);
    [all...]
AppsCustomizeTabHost.java 270 ObjectAnimator outAnim = LauncherAnimUtils.ofFloat(mAnimationBuffer, "alpha", 0f);
287 ObjectAnimator inAnim = LauncherAnimUtils.ofFloat(mAppsCustomizePane, "alpha", 1f);
PagedView.java     [all...]
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java 297 animations.add(ObjectAnimator.ofFloat(view.findViewById(R.id.expanding_layout),
490 animations.add(ObjectAnimator.ofFloat(expandingLayout, View.ALPHA, 1, 0));
  /frameworks/base/core/java/com/android/internal/widget/
SizeAdaptiveLayout.java 115 mFadePanel = ObjectAnimator.ofFloat(mModestyPanel, "alpha", 0f);
116 mFadeView = ObjectAnimator.ofFloat(null, "alpha", 0f);
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorTest.java 110 Animator animator = ObjectAnimator.ofFloat(object, property, startY, endY);
  /frameworks/base/core/java/android/transition/
ChangeText.java 193 anim = ValueAnimator.ofFloat(0, 1);
Fade.java 110 final ObjectAnimator anim = ObjectAnimator.ofFloat(view, "transitionAlpha", startAlpha,
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
LinesActivity.java 42 mAnimator = ObjectAnimator.ofFloat(view, "offset", 0.0f, 15.0f);
TransformsAndAnimationsActivity.java 168 ObjectAnimator anim1b = ObjectAnimator.ofFloat(target, View.ALPHA, 0);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
LeaveBehindItem.java 216 final ObjectAnimator fadeIn = ObjectAnimator.ofFloat(view, "alpha", start, end);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 518 milliseconds

1 2 3 45 6 7