HomeSort by relevance Sort by last modified time
    Searched refs:LauncherAnimUtils (Results 1 - 25 of 26) sorted by null

1 2

  /packages/apps/Launcher2/src/com/android/launcher2/
InterruptibleInOutAnimator.java 49 mAnimator = LauncherAnimUtils.ofFloat(view, fromValue, toValue).setDuration(duration);
AppWidgetResizeFrame.java 448 LauncherAnimUtils.ofPropertyValuesHolder(lp, this, width, height, x, y);
449 ObjectAnimator leftOa = LauncherAnimUtils.ofFloat(mLeftHandle, "alpha", 1.0f);
450 ObjectAnimator rightOa = LauncherAnimUtils.ofFloat(mRightHandle, "alpha", 1.0f);
451 ObjectAnimator topOa = LauncherAnimUtils.ofFloat(mTopHandle, "alpha", 1.0f);
452 ObjectAnimator bottomOa = LauncherAnimUtils.ofFloat(mBottomHandle, "alpha", 1.0f);
458 AnimatorSet set = LauncherAnimUtils.createAnimatorSet();
LauncherAnimUtils.java 29 public class LauncherAnimUtils {
DragView.java 83 mAnim = LauncherAnimUtils.ofFloat(this, 0f, 1f);
206 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1f);
AppsCustomizeTabHost.java 265 ObjectAnimator outAnim = LauncherAnimUtils.ofFloat(mAnimationBuffer, "alpha", 0f);
282 ObjectAnimator inAnim = LauncherAnimUtils.ofFloat(mAppsCustomizePane, "alpha", 1f);
290 final AnimatorSet animSet = LauncherAnimUtils.createAnimatorSet();
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);
LauncherViewPropertyAnimator.java 228 LauncherAnimUtils.cancelOnDestroyActivity(this);
Launcher.java     [all...]
Folder.java 424 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
474 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
    [all...]
CellLayout.java     [all...]
AppsCustomizePagedView.java 534 AnimatorSet bounce = LauncherAnimUtils.createAnimatorSet();
535 ValueAnimator tyuAnim = LauncherAnimUtils.ofFloat(p, "translationY", offsetY);
537 ValueAnimator tydAnim = LauncherAnimUtils.ofFloat(p, "translationY", 0f);
    [all...]
Workspace.java     [all...]
PagedView.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
InterruptibleInOutAnimator.java 49 mAnimator = LauncherAnimUtils.ofFloat(view, fromValue, toValue).setDuration(duration);
SearchDropTargetBar.java 74 mQSBSearchBarAnim = LauncherAnimUtils.ofFloat(mQSBSearchBar, "translationY", 0,
77 mQSBSearchBarAnim = LauncherAnimUtils.ofFloat(mQSBSearchBar, "alpha", 1f, 0f);
120 mDropTargetBarAnim = LauncherAnimUtils.ofFloat(mDropTargetBar, "translationY",
125 mDropTargetBarAnim = LauncherAnimUtils.ofFloat(mDropTargetBar, "alpha", 0f, 1f);
AppWidgetResizeFrame.java 444 LauncherAnimUtils.ofPropertyValuesHolder(lp, this, width, height, x, y);
445 ObjectAnimator leftOa = LauncherAnimUtils.ofFloat(mLeftHandle, "alpha", 1.0f);
446 ObjectAnimator rightOa = LauncherAnimUtils.ofFloat(mRightHandle, "alpha", 1.0f);
447 ObjectAnimator topOa = LauncherAnimUtils.ofFloat(mTopHandle, "alpha", 1.0f);
448 ObjectAnimator bottomOa = LauncherAnimUtils.ofFloat(mBottomHandle, "alpha", 1.0f);
454 AnimatorSet set = LauncherAnimUtils.createAnimatorSet();
DragView.java 83 mAnim = LauncherAnimUtils.ofFloat(this, 0f, 1f);
215 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1f);
LauncherClings.java 163 anim = LauncherAnimUtils.ofFloat(content, "translationY", 0);
169 anim = LauncherAnimUtils.ofPropertyValuesHolder(content, scaleX, scaleY);
LauncherAnimUtils.java 31 public class LauncherAnimUtils {
Folder.java 472 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
500 AnimatorSet anim = LauncherAnimUtils.createAnimatorSet();
501 Animator reveal = LauncherAnimUtils.createCircularReveal(this, (int) getPivotX(),
507 Animator iconsAlpha = LauncherAnimUtils.ofFloat(mContent, "alpha", 0f, 1f);
513 Animator textAlpha = LauncherAnimUtils.ofFloat(mFolderName, "alpha", 0f, 1f);
518 Animator drift = LauncherAnimUtils.ofPropertyValuesHolder(this, tx, ty);
601 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
    [all...]
LauncherViewPropertyAnimator.java 232 LauncherAnimUtils.cancelOnDestroyActivity(this);
FolderIcon.java 233 mAcceptAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f);
262 mNeutralAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f);
651 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1.0f);
Launcher.java     [all...]
CellLayout.java     [all...]
AppsCustomizePagedView.java 459 AnimatorSet bounce = LauncherAnimUtils.createAnimatorSet();
460 ValueAnimator tyuAnim = LauncherAnimUtils.ofFloat(p, "translationY", offsetY);
462 ValueAnimator tydAnim = LauncherAnimUtils.ofFloat(p, "translationY", 0f);
    [all...]

Completed in 1189 milliseconds

1 2