Searched defs:targetLeft (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java590 public void onChildSnappedBack(View v, float targetLeft) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java435 public void snapChild(final View animView, final float targetLeft, float velocity) { argument
443 Animator anim = getViewTranslationAnimator(animView, targetLeft, updateListener);
453 mCallback.onChildSnappedBack(animView, targetLeft);
502 * @param targetLeft the target to snap to.
504 public void snapChildIfNeeded(final View view, boolean animate, float targetLeft) { argument
518 snapChild(view, targetLeft, 0.0f /* velocity */);
668 * @param targetLeft the left position the view was snapped to.
670 void onChildSnappedBack(View animView, float targetLeft); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java802 public void onChildSnappedBack(View animView, float targetLeft) { argument
815 if (mCurrIconRow != null && targetLeft == 0) {
1141 float targetLeft = child.getSettingsRow().isVisible() ? child.getTranslation() : 0;
1142 mSwipeHelper.snapChildIfNeeded(child, animate, targetLeft);
3931 public void snapChild(final View animView, final float targetLeft, float velocity) { argument
3932 super.snapChild(animView, targetLeft, velocity);
3934 if (targetLeft == 0) {

Completed in 75 milliseconds