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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
options.py 53 request_commit = make_option("--request-commit", action="store_true", dest="request_commit", default=False, help="Mark the patch as needing auto-commit after review.")
54 review = make_option("--no-review", action="store_false", dest="review", default=True, help="Do not mark the patch for review.") variable in class:Options
  /packages/apps/Camera/src/com/android/camera/
CaptureAnimManager.java 45 private float mX; // The center of the whole view including preview and review.
53 * review: view of picture just taken.
104 RawTexture review) {
119 review.draw(canvas, (int) mX, (int) mY, mDrawWidth, mDrawHeight);
140 review.draw(canvas, (int) x, (int) y, mDrawWidth, mDrawHeight);
SwitchAnimManager.java 29 * review in this class.
40 // The drawing width and height of the review image. This is saved when the
45 // know how much the preview is scaled and scale the review the same amount.
71 // review: snapshot of the preview before switching the camera.
73 int height, CameraScreenNail preview, RawTexture review) {
87 // Calculate the position and the size of the review.
113 // Draw the review.
115 review.draw(canvas, reviewX, reviewY, Math.round(reviewWidth),
122 int height, RawTexture review) {
137 // Draw the review
    [all...]

Completed in 50 milliseconds