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

  /frameworks/support/design/src/android/support/design/widget/
SwipeDismissBehavior.java 254 int targetLeft;
258 targetLeft = child.getLeft() < mOriginalCapturedViewLeft
264 targetLeft = mOriginalCapturedViewLeft;
267 if (mViewDragHelper.settleCapturedViewAt(targetLeft, child.getTop())) {
TabLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 435 public void snapChild(final View animView, final float targetLeft, float velocity) {
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) {
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);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
AbstractMediaItemPresenter.java 624 final int targetLeft = sTempRect.left;
627 final float deltaLeft = lp.leftMargin - targetLeft;
635 lp.leftMargin = targetLeft;
648 lp.leftMargin = Math.round(targetLeft + deltaLeft * fractionToEnd);
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 378 final int targetLeft = (parentWidth - targetWidth) / 2;
385 target.layout(targetLeft, top, targetRight, top + targetHeight);
390 target.layout(targetLeft, bottom, targetRight, bottom + targetHeight);
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
ViewDragHelper.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 590 public void onChildSnappedBack(View v, float targetLeft) {
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 419 milliseconds