History log of /packages/apps/Camera/src/com/android/camera/ui/ZoomIndicator.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ec1dfcb7314d10ff243a922fe4eff66ea699dd77 12-May-2010 Owen Lin <owenlin@google.com> Add copyright headers to source codes.

Bug: 2680376

Change-Id: I4d0b297f2cee13bb03104996f020732713c61e03
/packages/apps/Camera/src/com/android/camera/ui/ZoomIndicator.java
f6b8405781b996997cab596419b5c79c8288a5bc 19-Mar-2010 Owen Lin <owenlin@google.com> Fix the startup crash.

Change-Id: Ide5dbbfe00f13cdcc09bf687e838243e579d43d0
/packages/apps/Camera/src/com/android/camera/ui/ZoomIndicator.java
ae7c3e5050bd58f57bd107cf3205f960988543fe 18-Mar-2010 Owen Lin <owenlin@google.com> Fix the zoom indicator not updated issue.

Bug: 2524432
Change-Id: I92bbbb5cc309ae8c1fff2df42691f8111a2d71f4
/packages/apps/Camera/src/com/android/camera/ui/ZoomIndicator.java
59b5974a4ae078eb7628fd855db89e5be9b0fe6f 16-Mar-2010 Owen Lin <owenlin@google.com> Some more improvements of the UI.
Use stencial test to draw popup-window
Fix the ACTION_UP won't send to mMotionTarget
Make the text color in Zoom indicator same as others

Reset exposure compensation in onCreate

Change-Id: I4ff7c3774fd0573cc6ac4a86dbeeb9588b587d0c
/packages/apps/Camera/src/com/android/camera/ui/ZoomIndicator.java
c24155c65b45f554ffc29c523d7ea8e63ea10d33 10-Mar-2010 Owen Lin <owenlin@google.com> Restore Settings.

Change-Id: Ie5c26869151dd8959c122bf3c748d61420ac5c30
/packages/apps/Camera/src/com/android/camera/ui/ZoomIndicator.java
e480f77352d670b2892a9b7b7cd503838b71ca9f 10-Mar-2010 Romain Guy <romainguy@android.com> Camera should have the com.android.camera package name.
Related to bug #2464545

Change-Id: I08f5cce5b0df623fc62683bd9c9d4a1aa0694240
/packages/apps/Camera/src/com/android/camera/ui/ZoomIndicator.java
33be45a1abaf6a8d611fb87b18945c84ab76c229 06-Mar-2010 Owen Lin <owenlin@google.com> Add the new ZoomController UI and also the exposure compensation settings.

Fix the bug that some MotionEvent of some actions should always pass to the
component who accept the DOWN event.

Also fix a bug that nine patch image will be drawn incorrectly after rotation.

Change-Id: I8ab36fb6f958c1967afa11eed5f167842b59cada
/packages/apps/Camera/src/com/android/camera/ui/ZoomIndicator.java
d5be45065c4939d5a12b2294cb83230c1aaa8246 05-Mar-2010 Owen Lin <owenlin@google.com> Address the review comments.

Change-Id: Ia30be9e0081830bb05b6d7655c628d022ccd55d7
/packages/apps/Camera/src/com/android/camera/ui/ZoomIndicator.java
281be5337852cb4b5d24e0a0440c426cb96bbebd 03-Mar-2010 Owen Lin <owenlin@google.com> Add pixel density concept to the code. So, it draw about the same size on
mdpi and hdpi devices.

Update the UI assets for mdpi

Fix a issue that GLSurfaceView didn't call onPause and onResume in Camera.
Refactor. Improve the drawing and animation.

Also fix the RawTexture unsupported operation bugs and the NullPointerException
in GLRootView.

Change-Id: I7aeadcad72d64a665828a6bb4f0f73e685fde632
/packages/apps/Camera/src/com/android/camera/ui/ZoomIndicator.java