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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 142 protected float getTranslation(View v) {
210 updateSwipeProgressFromOffset(animView, dismissable, getTranslation(animView));
290 mTranslation = getTranslation(mCurrView);
333 mTranslation = getTranslation(mCurrView);
379 boolean animateUpForMenu = velocity == 0 && (getTranslation(animView) == 0 || isDismissAll)
382 boolean animateLeftForRtl = velocity == 0 && (getTranslation(animView) == 0 || isDismissAll)
385 (getTranslation(animView) < 0 && !isDismissAll);
396 (int) (Math.abs(newPos - getTranslation(animView)) * 1000f / Math
424 mFlingAnimationUtils.applyDismissing(anim, getTranslation(animView),
560 } else if (getTranslation(view) != 0)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 319 public float getTranslation() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java 606 Point translation = getTranslation();
630 Point translate = getTranslation();
742 public Point getTranslation() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]

Completed in 354 milliseconds