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 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...]
  /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();
LauncherAnimUtils.java 30 public class LauncherAnimUtils {
DragView.java 83 mAnim = LauncherAnimUtils.ofFloat(this, 0f, 1f);
215 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1f);
AppsCustomizeTabHost.java 270 ObjectAnimator outAnim = LauncherAnimUtils.ofFloat(mAnimationBuffer, "alpha", 0f);
287 ObjectAnimator inAnim = LauncherAnimUtils.ofFloat(mAppsCustomizePane, "alpha", 1f);
295 final AnimatorSet animSet = LauncherAnimUtils.createAnimatorSet();
LauncherViewPropertyAnimator.java 232 LauncherAnimUtils.cancelOnDestroyActivity(this);
FolderIcon.java 229 mAcceptAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f);
258 mNeutralAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f);
627 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1.0f);
Launcher.java     [all...]
CellLayout.java     [all...]
AppsCustomizePagedView.java 528 AnimatorSet bounce = LauncherAnimUtils.createAnimatorSet();
529 ValueAnimator tyuAnim = LauncherAnimUtils.ofFloat(p, "translationY", offsetY);
531 ValueAnimator tydAnim = LauncherAnimUtils.ofFloat(p, "translationY", 0f);
    [all...]
Folder.java 451 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
524 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
    [all...]
Workspace.java     [all...]

Completed in 724 milliseconds

1 2