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

  /packages/apps/Launcher2/src/com/android/launcher2/
InterruptibleInOutAnimator.java 49 mAnimator = LauncherAnimUtils.ofFloat(view, fromValue, toValue).setDuration(duration);
SearchDropTargetBar.java 113 mDropTargetBarAnim = LauncherAnimUtils.ofFloat(mDropTargetBar, "translationY",
115 mQSBSearchBarAnim = LauncherAnimUtils.ofFloat(mQSBSearchBar, "translationY", 0,
119 mDropTargetBarAnim = LauncherAnimUtils.ofFloat(mDropTargetBar, "alpha", 0f, 1f);
120 mQSBSearchBarAnim = LauncherAnimUtils.ofFloat(mQSBSearchBar, "alpha", 1f, 0f);
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);
576 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1.0f);
LauncherViewPropertyAnimator.java 229 LauncherAnimUtils.cancelOnDestroyActivity(this);
Launcher.java     [all...]
Folder.java 425 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
478 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
    [all...]
CellLayout.java     [all...]
AppsCustomizePagedView.java 532 AnimatorSet bounce = LauncherAnimUtils.createAnimatorSet();
533 ValueAnimator tyuAnim = LauncherAnimUtils.ofFloat(p, "translationY", offsetY);
535 ValueAnimator tydAnim = LauncherAnimUtils.ofFloat(p, "translationY", 0f);
    [all...]
Workspace.java     [all...]
PagedView.java     [all...]

Completed in 1673 milliseconds