Home | History | Annotate | Download | only in videoeditor

Lines Matching refs:top

438                                 + mStartRect.left + ", " + mStartRect.top + ", "
443 mStartRect.top * scale * mImageViewScale);
456 + mEndRect.left + ", " + mEndRect.top + ", "
461 mEndRect.top * scale * mImageViewScale);
489 + ", " + mMatrixRect.top + ", " + mMatrixRect.right
494 final int top = (int)((-mMatrixRect.top/scale) / mImageViewScale);
496 final int bottom = (int)(((-mMatrixRect.top + lp.height)/scale) / mImageViewScale);
498 mStartRect.set(left, top, right, bottom);
500 Log.d(TAG, "START: " + mStartRect.left + ", " + mStartRect.top + ", "
516 + ", " + mMatrixRect.top + ", " + mMatrixRect.right
521 final int top = (int)((-mMatrixRect.top/scale) / mImageViewScale);
523 final int bottom = (int)(((-mMatrixRect.top + lp.height)/scale) / mImageViewScale);
525 mEndRect.set(left, top, right, bottom);
527 Log.d(TAG, "END: " + mEndRect.left + ", " + mEndRect.top + ", "