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

  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 797 final float maxRight = mAllowCrop ? mCropRect.right : getWidth();
805 Math.min(maxRight - mTranslateRect.left, tx));
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));
851 float maxRight = mAllowCrop ? mCropRect.right : getWidth();
856 if (r - l < maxRight - maxLeft) {
858 translateX = maxLeft + ((maxRight - maxLeft) - (r + l)) / 2;
862 } else if (r < maxRight) {
864 translateX = maxRight - r
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp     [all...]

Completed in 213 milliseconds