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

  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
attachment.py 78 def review(self): member in class:Attachment
79 return self._attachment_dictionary.get("review")
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
options.py 54 request_commit = make_option("--request-commit", action="store_true", dest="request_commit", default=False, help="Mark the patch as needing auto-commit after review.")
55 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...]
  /packages/apps/Gallery2/src/com/android/camera/
CaptureAnimManager.java 54 private float mX; // The center of the whole view including preview and review.
79 * review: view of picture just taken.
145 RawTexture review, int lx, int ly, int lw, int lh) {
174 review.draw(canvas, (int) mX, (int) mY, mDrawWidth, mDrawHeight);
191 review.draw(canvas, (int) x, (int) y, (int) w, (int) h);
194 review.draw(canvas, mHoldX, mHoldY, mHoldW, mHoldH);
219 review.draw(canvas, (int) x, (int) y, mHoldW, mHoldH);
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 440 milliseconds