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

  /packages/apps/Camera/src/com/android/camera/
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...]
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);
  /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
  /external/gtest/test/
Android.mk 24 # review of the original import.
  /external/chromium_org/third_party/openssl/openssl/
import_openssl.sh 561 echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review the generated patch."
  /external/openssl/
import_openssl.sh 561 echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review the generated patch."
  /external/scrypt/
import_scrypt.sh 490 echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review the generated patch."
  /external/chromium_org/v8/tools/push-to-trunk/
push_to_trunk.py 99 match = re.search(r"^Review URL: https://codereview\.chromium\.org/(\d+)$",
142 "\n#\n# The change log above is auto-generated. Please review if "
217 review = "\n\nTBR=%s" % self._options.r if not self.IsManual() else ""
218 if self.Git("commit -a -m \"%s%s\"" % (prep_commit_msg, review)) is None:
457 print "Using account %s for review." % self._options.r
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 841 milliseconds