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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 138 protected float getTranslation(View v) {
202 updateSwipeProgressFromOffset(animView, dismissable, getTranslation(animView));
279 mTranslation = getTranslation(mCurrView);
319 mTranslation = getTranslation(mCurrView);
364 boolean animateUpForMenu = velocity == 0 && (getTranslation(animView) == 0 || isDismissAll)
367 boolean animateLeftForRtl = velocity == 0 && (getTranslation(animView) == 0 || isDismissAll)
370 (getTranslation(animView) < 0 && !isDismissAll);
381 (int) (Math.abs(newPos - getTranslation(animView)) * 1000f / Math
409 mFlingAnimationUtils.applyDismissing(anim, getTranslation(animView),
540 } else if (getTranslation(view) != 0)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
SwipeHelper.java 130 protected float getTranslation(View v) {
194 updateSwipeProgressFromOffset(animView, dismissable, getTranslation(animView));
270 mTranslation = getTranslation(mCurrView);
305 mTranslation = getTranslation(mCurrView);
350 boolean animateUpForMenu = velocity == 0 && (getTranslation(animView) == 0 || isDismissAll)
353 boolean animateLeftForRtl = velocity == 0 && (getTranslation(animView) == 0 || isDismissAll)
356 || (velocity == 0 && getTranslation(animView) < 0 && !isDismissAll);
368 (int) (Math.abs(newPos - getTranslation(animView)) * 1000f / Math
395 mFlingAnimationUtils.applyDismissing(anim, getTranslation(animView),
513 } else if (getTranslation(view) != 0)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 39 int translation = (int) getTranslation();
99 return mCustomOutline ? mOutlineRect.left : (int) getTranslation();
ExpandableView.java 307 public float getTranslation() {
ExpandableNotificationRow.java 218 return object.getTranslation();
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 230 Point translate = master.getTranslation();
637 MasterImage.getImage().setOriginalTranslation(MasterImage.getImage().getTranslation());
649 Point translation = MasterImage.getImage().getTranslation();
678 Point translation = MasterImage.getImage().getTranslation();
704 Point translation = MasterImage.getImage().getTranslation();
713 Point translation = MasterImage.getImage().getTranslation();
725 Point translation = MasterImage.getImage().getTranslation();
760 Point translation = MasterImage.getImage().getTranslation();
    [all...]
MasterImage.java 606 Point translation = getTranslation();
630 Point translate = getTranslation();
742 public Point getTranslation() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java 411 if (Math.abs(changingView.getTranslation()) == changingView.getWidth()
NotificationStackScrollLayout.java     [all...]

Completed in 231 milliseconds