summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPin Ting <pinting@google.com>2012-05-18 10:53:37 +0800
committerPin Ting <pinting@google.com>2012-05-18 10:53:37 +0800
commit8dc2b940fa574e22839c70ed0ee6ad6e903c2932 (patch)
tree0b5f2014eee69330b0461b1221aca1af96a4eea3 /src
parentdc3ef2faaa6a846c92eb034162ea8ccd8ae8afb9 (diff)
downloadCamera-8dc2b940fa574e22839c70ed0ee6ad6e903c2932.tar.gz
Fix javadoc.
Change-Id: I300459764a7f84d73ffe4fdd5ecec221b3f4b118
Diffstat (limited to 'src')
-rwxr-xr-xsrc/com/android/camera/ShutterButton.java2
-rw-r--r--src/com/android/camera/ui/ControlPanelLayout.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/camera/ShutterButton.java b/src/com/android/camera/ShutterButton.java
index a9bcb548..f3e12898 100755
--- a/src/com/android/camera/ShutterButton.java
+++ b/src/com/android/camera/ShutterButton.java
@@ -66,7 +66,7 @@ public class ShutterButton extends ImageView {
// focus pressed, optional camera pressed, focus released.
// We want to emulate this sequence of events with the shutter
// button. When clicking using a trackball button, the view
- // system changes the the drawable state before posting click
+ // system changes the drawable state before posting click
// notification, so the sequence of events is:
// pressed(true), optional click, pressed(false)
// When clicking using touch events, the view system changes the
diff --git a/src/com/android/camera/ui/ControlPanelLayout.java b/src/com/android/camera/ui/ControlPanelLayout.java
index 21b508d2..0727c948 100644
--- a/src/com/android/camera/ui/ControlPanelLayout.java
+++ b/src/com/android/camera/ui/ControlPanelLayout.java
@@ -23,7 +23,7 @@ import android.util.Log;
import android.widget.RelativeLayout;
/**
- * A layout which handles the the width of the control panel, which contains
+ * A layout which handles the width of the control panel, which contains
* the shutter button, thumbnail, front/back camera picker, and mode picker.
* The purpose of this is to have a consistent width of control panel in camera,
* camcorder, and panorama modes.