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

  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 796 final float maxLeft = mAllowCrop ? mCropRect.left : 0.0f;
804 translateX = Math.max(maxLeft - mTranslateRect.right,
808 if (r - l < maxRight - maxLeft) {
809 translateX = maxLeft + ((maxRight - maxLeft) - (r + l)) / 2;
811 translateX = Math.max(maxRight - r, Math.min(maxLeft - l, tx));
850 float maxLeft = mAllowCrop ? mCropRect.left : 0.0f;
856 if (r - l < maxRight - maxLeft) {
858 translateX = maxLeft + ((maxRight - maxLeft) - (r + l)) / 2
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 686 * @param maxLeft Maximum X position for the view's left edge
689 public void flingCapturedView(int minLeft, int minTop, int maxLeft, int maxTop) {
698 minLeft, maxLeft, minTop, maxTop);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 415 int maxLeft = Math.max(sourceBounds.x, targetBounds.x);
418 int center = (maxLeft + minRight) / 2;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp     [all...]
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 337 milliseconds