8a3640ceaab154f3a5c4c043c6f8db8afd815e6e |
|
17-Oct-2012 |
John Reck <jreck@google.com> |
Expose the uncropped width/height for FaceView Bug: 7366204 Change-Id: If741a8621e2f281bbb2de5def822c46eff9487ff
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|
40d03901adfba08db6f2f274ded7d60ff4001663 |
|
16-Oct-2012 |
Michael Kolb <kolby@google.com> |
Fix face detection circles for landscape devices Bug: 7257939 Change-Id: If6b2227cbb289004bd959fbc6f6319f2f4261606
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|
41d49f0fa2c9c93869bacfd6e7f76299f482e40f |
|
09-Oct-2012 |
Michael Kolb <kolby@google.com> |
Fix face detection circles Bug: 7257939 Adjust to overscale size Change-Id: Ida067ca154faac6651ab8d00ef4388f2491a76c9
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|
8dbb2a65ef1b0404c169e8fada6c0d0f154dd08f |
|
08-Oct-2012 |
Michael Kolb <kolby@google.com> |
Hide face detection circles while menu is open Bug: 7302729 Instead of starting/stopping the face detection (which can leave it in a bad state if the monkeys or Sarah find it), just don't render the circles. Change-Id: Ib21f355b64036e282a4a7a73dc187fd7ca81dc73
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|
630d255bdeeb1a13a71b0ecda0a38d6546c351e2 |
|
06-Oct-2012 |
John Reck <jreck@google.com> |
Add filtering to face detection state changes Bug: 7239738 Change-Id: I73f7207cf74b522050f410d5729f33c959c7b83b
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|
918c02ec856ea0e24fb9e57abace7f42120b5987 |
|
21-Sep-2012 |
Michael Kolb <kolby@google.com> |
Use circles for face detection Bug: 7211279 Change-Id: I727a77015615bcd9c203af42bc7e3652d2af7389 Note: this will also affect the old app.
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|
59585c89a3f85ea92c06426e5f6cc6038f91e308 |
|
05-Sep-2012 |
Wu-cheng Li <wuchengli@google.com> |
Filter out faces with confidence value < 50. This avoids false positives on display. bug:7108023 Change-Id: I0e6b63e614a56270462d6d58816ce913ef1361a4
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|
c347dd2cccb6cbad8caa8404eae1c0ae17204156 |
|
09-Aug-2012 |
Ahbong Chang <cwahbong@google.com> |
Do not use API in level 11. Util: Copy the implementation of AlertDialog.Builder.setIconAttribute() in the framework. EffectSettingPopup: Effect recording is only used in honeycomb and above, so we can simply add TargetApi for method reloadPreference(). FaceView: It is only used when face detection is supported, so we can simply add TargetApi for the class. InLineSettingXXX: Move the implementation of onPopulateAccessibilityEvent() into dispatchPopulateAccessibilityEvent(). Bug: 6927726 Change-Id: I06205914f246b31e37a0c5c549c4cae8d5b11303
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|
64f9e54b860d158f8317bce7d4e8b6af5cbcfbab |
|
20-Apr-2012 |
Pin Ting <pinting@google.com> |
Misc fixes and clean-up. - Use getResources().getConfiguration().orientation to replace getRequestedOrientation(). - Remove unused code. - Fix outdated comment. - Fix typo in variable names and comments. - Fix coding style. Change-Id: I81166ae2e4e99693e973227b323eaee68f6631db
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|
e75e33cd3de39f1961d3fac8e7a51d126260de45 |
|
12-Apr-2012 |
Wu-cheng Li <wuchengli@google.com> |
Add autofocus animation. bug:5687212 Change-Id: I6be5153d2523646693ea229c020f4cc7cc2c503c
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|
892781804513066b68b4a2fa6f846e862dac252a |
|
14-Mar-2012 |
Owen Lin <owenlin@google.com> |
Reorganize import for all files. Change-Id: Ic56125055ff28f989ab4ad84f87736bbd15dd839
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|
2865863f6a1887bda17e0a58a6a0f3aaac237cb6 |
|
29-Nov-2011 |
Angus Kong <shkong@google.com> |
Prevent unnecessary icon rotation. The icons rotate when switching mode in Camera app. An initial orientation value is passed with the intent to prevent this. bug: 5575808 Change-Id: I5159c6a269a297016673c35d5082051ec87b1238
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|
83abe885d9809c1404a1f7e17537ee9a9c61fb57 |
|
21-Oct-2011 |
Chih-yu Huang <akahuang@google.com> |
am 048edf2e: Fix focus area in front camera. * commit '048edf2ef22607b85bc4b062e2af71804f5b3530': Fix focus area in front camera.
|
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/Camera/src/com/android/camera/ui/FaceView.java
|
3ebe49d8f1b4defb7cfd4850a14e795aada2ebd1 |
|
07-Oct-2011 |
Chih-yu Huang <akahuang@google.com> |
Rename function "setDegree" to "setOrientation". bug:5244256 Change-Id: I6f5c96a5e1fefab5fa09a12fd3a0cf169bcbc6f5
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|
c7e69709baea0cd9e49eed005d85714326b27da1 |
|
06-Sep-2011 |
Wu-cheng Li <wuchengli@google.com> |
Rotate the face indicator according to device orientation. bug:5223866 Change-Id: I155a8c3701dbb175e3478268d6aa3eb0fc8f4977
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|
20b3c3526ebb8d8a6873f7a1110f23847a843515 |
|
01-Sep-2011 |
Wu-cheng Li <wuchengli@google.com> |
Update focus rectangle assets. bug:5223866 Change-Id: I9e938953dd552da784fdea067a9b2b3859e579dd
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|
2a1e44382f6a4fc70e4a89e3d183503a2255826f |
|
30-Aug-2011 |
Wu-cheng Li <wuchengli@google.com> |
Update focus rectangle assets. bug:5223866 Change-Id: I7edd73f68f81e3f5c522afb6ec7d291f67b12204
/packages/apps/Camera/src/com/android/camera/ui/FaceView.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/Camera/src/com/android/camera/ui/FaceView.java
|
41ecefdc167ca88d785e6a1d58b706cc7f03c2bd |
|
15-Aug-2011 |
Wu-cheng Li <wuchengli@google.com> |
Draw all the faces on one face view. bug:4460717 Change-Id: I29b676a95d8fc7b22b359508e1886fba513ba493
/packages/apps/Camera/src/com/android/camera/ui/FaceView.java
|