summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPin Ting <pinting@google.com>2012-05-17 21:45:22 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-17 21:45:22 -0700
commitec118ff08b7cc515ecab533b42c6e2f0581107d4 (patch)
tree1c8a8859e4ecd3c455493f38e73a82444ac67c04 /src
parente357d7e5448cfee97a321af91ce0cd412688e72b (diff)
parent8dc2b940fa574e22839c70ed0ee6ad6e903c2932 (diff)
downloadCamera-ec118ff08b7cc515ecab533b42c6e2f0581107d4.tar.gz
Merge "Fix javadoc." into jb-dev
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.