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

  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 861 final float maxLeft = mAllowCrop ? mCropRect.left : 0.0f;
869 translateX = Math.max(maxLeft - mTranslateRect.right,
873 if (r - l < maxRight - maxLeft) {
874 translateX = maxLeft + ((maxRight - maxLeft) - (r + l)) / 2;
876 translateX = Math.max(maxRight - r, Math.min(maxLeft - l, tx));
915 float maxLeft = mAllowCrop ? mCropRect.left : 0.0f;
921 if (r - l < maxRight - maxLeft) {
923 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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp     [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 98 milliseconds