Home
last modified time | relevance | path

Searched refs:getTranslation (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java138 protected float getTranslation(View v) { in getTranslation() method in SwipeHelper
206 updateSwipeProgressFromOffset(animView, dismissable, getTranslation(animView)); in updateSwipeProgressFromOffset()
286 mTranslation = getTranslation(mCurrView); in onInterceptTouchEvent()
324 mTranslation = getTranslation(mCurrView); in onInterceptTouchEvent()
371 boolean animateUpForMenu = velocity == 0 && (getTranslation(animView) == 0 || isDismissAll) in dismissChild()
374 boolean animateLeftForRtl = velocity == 0 && (getTranslation(animView) == 0 || isDismissAll) in dismissChild()
377 (getTranslation(animView) < 0 && !isDismissAll); in dismissChild()
388 (int) (Math.abs(newPos - getTranslation(animView)) * 1000f / Math in dismissChild()
416 mFlingAnimationUtils.applyDismissing(anim, getTranslation(animView), in dismissChild()
552 } else if (getTranslation(view) != 0) { in snapChildIfNeeded()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableOutlineView.java90 int translation = mShouldTranslateContents ? (int) getTranslation() : 0;
122 ? (int) getTranslation() : 0; in getClipPath()
267 return mAlwaysRoundBothCorners || mCustomOutline || getTranslation() != 0 ; in isClippingNeeded()
409 return mCustomOutline ? mOutlineRect.left : (int) getTranslation(); in getOutlineTranslation()
DExpandableView.java343 public float getTranslation() { in getTranslation() method in ExpandableView
DExpandableNotificationRow.java277 return object.getTranslation();
1742 public float getTranslation() {
2669 if (header != null && header.isInTouchRect(x - getTranslation(), y)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java422 if (Math.abs(changingView.getTranslation()) == changingView.getWidth() in processAnimationEvents()
DNotificationStackScrollLayout.java1494 float targetLeft = child.getProvider().isMenuVisible() ? child.getTranslation() : 0;
2790 || Math.abs(expandableView.getTranslation()) != expandableView.getWidth()) {
3293 childWasSwipedOut |= Math.abs(row.getTranslation()) == row.getWidth();
4763 public float getTranslation(View v) {
4764 return ((ExpandableView) v).getTranslation();