048edf2ef22607b85bc4b062e2af71804f5b3530 |
|
21-Oct-2011 |
Chih-yu Huang <akahuang@google.com> |
Fix focus area in front camera. Front camera preview is mirrored. Change to use matrix to calculate the focus area. So the focus area will be correct in all orientations in front or back camera. bug:5446617 bug:5461028 Change-Id: I2d39a22cd9f034c5028843ca3d4abe0f9962f18a
/packages/apps/LegacyCamera/tests/src/com/android/camera/unittest/CameraTest.java
|
131cf9886c4f34431598be0b1f5b7aaa915277cc |
|
18-Oct-2011 |
Eino-Ville Talvala <etalvala@google.com> |
Add hysteresis to orientation rounding. This prevents fast flickering between two orientation states, which can result in ugly UI issues, especially with the preview thumbnail. Bug: 5477483 Change-Id: I9513547207ae1918066c1a19947c974eaad72e24
/packages/apps/LegacyCamera/tests/src/com/android/camera/unittest/CameraTest.java
|
d480002ccad05cf992c628c72884091c36cc654c |
|
22-Aug-2011 |
Wu-cheng Li <wuchengli@google.com> |
Refactor all focus code to a separate class. The code about focus is complicated and scattered around. Move the code to a new class, so it is easier to maintain. Change-Id: I0214b405bf1596d967e7d89cdb04328322c6ab95
/packages/apps/LegacyCamera/tests/src/com/android/camera/unittest/CameraTest.java
|
d2db70880e6159413932f747eb82df3e925852c1 |
|
11-Aug-2011 |
Wu-cheng Li <wuchengli@google.com> |
Use matrix to transform the location of faces. bug:5141019 Change-Id: Id4bb82cee5fd788689fb18bb199504d963c5d3a2
/packages/apps/LegacyCamera/tests/src/com/android/camera/unittest/CameraTest.java
|
0d604e2af9eeed22685fd62e2281c2cd9728d58b |
|
09-May-2011 |
Wu-cheng Li <wuchengli@google.com> |
Add test for converting touch point to focus area. Also add license for some files. Change-Id: I492799aefad5afe771a082b90bf44f4301480be0
/packages/apps/LegacyCamera/tests/src/com/android/camera/unittest/CameraTest.java
|
4aaa2130af7241f128ee561cafd17a4fb560b92c |
|
10-Sep-2010 |
Wu-cheng Li <wuchengli@google.com> |
Fix the wrong rotation on naturally landscape devices. The orientation of on-screen icons and thumbnails are wrong on devices that are naturally landscape in their orientation. Display.getRotation should be used to compensate. Parameters.setRotation should also be compensated by camera's orientation. Change-Id: Ia0684fcd606252c49fa2d701ab07c73f7e29b70b
/packages/apps/LegacyCamera/tests/src/com/android/camera/unittest/CameraTest.java
|