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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 138 protected float getTranslation(View v) {
206 updateSwipeProgressFromOffset(animView, dismissable, getTranslation(animView));
286 mTranslation = getTranslation(mCurrView);
324 mTranslation = getTranslation(mCurrView);
371 boolean animateUpForMenu = velocity == 0 && (getTranslation(animView) == 0 || isDismissAll)
374 boolean animateLeftForRtl = velocity == 0 && (getTranslation(animView) == 0 || isDismissAll)
377 (getTranslation(animView) < 0 && !isDismissAll);
388 (int) (Math.abs(newPos - getTranslation(animView)) * 1000f / Math
416 mFlingAnimationUtils.applyDismissing(anim, getTranslation(animView),
552 } else if (getTranslation(view) != 0)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 90 int translation = mShouldTranslateContents ? (int) getTranslation() : 0;
122 ? (int) getTranslation() : 0;
267 return mAlwaysRoundBothCorners || mCustomOutline || getTranslation() != 0 ;
409 return mCustomOutline ? mOutlineRect.left : (int) getTranslation();
ExpandableView.java 343 public float getTranslation() {
ExpandableNotificationRow.java 277 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 422 if (Math.abs(changingView.getTranslation()) == changingView.getWidth()
NotificationStackScrollLayout.java     [all...]

Completed in 398 milliseconds