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.java130 protected float getTranslation(View v) { in getTranslation() method in SwipeHelper
194 updateSwipeProgressFromOffset(animView, dismissable, getTranslation(animView)); in updateSwipeProgressFromOffset()
270 mTranslation = getTranslation(mCurrView); in onInterceptTouchEvent()
305 mTranslation = getTranslation(mCurrView); in onInterceptTouchEvent()
350 boolean animateUpForMenu = velocity == 0 && (getTranslation(animView) == 0 || isDismissAll) in dismissChild()
353 boolean animateLeftForRtl = velocity == 0 && (getTranslation(animView) == 0 || isDismissAll) in dismissChild()
356 || (velocity == 0 && getTranslation(animView) < 0 && !isDismissAll); in dismissChild()
368 (int) (Math.abs(newPos - getTranslation(animView)) * 1000f / Math in dismissChild()
395 mFlingAnimationUtils.applyDismissing(anim, getTranslation(animView), in dismissChild()
513 } else if (getTranslation(view) != 0) {
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableOutlineView.java39 int translation = (int) getTranslation();
93 return mCustomOutline ? mOutlineRect.left : (int) getTranslation(); in getOutlineTranslation()
DExpandableView.java277 public float getTranslation() { in getTranslation() method in ExpandableView
DExpandableNotificationRow.java184 return object.getTranslation();
961 public float getTranslation() {
1649 return header.isInTouchRect(x - getTranslation(), y);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1211 float targetLeft = child.getSettingsRow().isVisible() ? child.getTranslation() : 0; in snapViewIfNeeded()
2353 } else if (Math.abs(expandableView.getTranslation()) != expandableView.getWidth()) { in onViewRemovedInternal()
4090 Math.abs(getTranslation(animView)) <= getSpaceForGear(animView) * 0.6f; in handleUpEvent()
4162 final float translation = getTranslation(animView); in swipedEnoughToShowGear()
4184 public float getTranslation(View v) { in getTranslation() method in NotificationStackScrollLayout.NotificationSwipeHelper
4185 return ((ExpandableView) v).getTranslation(); in getTranslation()
4267 final float translation = getTranslation(mTranslatingParentView); in run()
DStackStateAnimator.java912 if (Math.abs(changingView.getTranslation()) == changingView.getWidth() in processAnimationEvents()