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 862 final float maxRight = mAllowCrop ? mCropRect.right : getWidth();
870 Math.min(maxRight - mTranslateRect.left, tx));
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));
916 float maxRight = mAllowCrop ? mCropRect.right : getWidth();
921 if (r - l < maxRight - maxLeft) {
923 translateX = maxLeft + ((maxRight - maxLeft) - (r + l)) / 2;
927 } else if (r < maxRight) {
929 translateX = maxRight - r
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp     [all...]

Completed in 657 milliseconds