History log of /packages/apps/Camera2/src/com/android/camera/widget/ModeOptions.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b6c4a314d0a0a185e6d987298ef9b7f4db8a6a2f 11-Feb-2015 Senpo Hu <senpo@google.com> Enable exposure compensation in CaptureModule.

* Expose camera exposure compensation capabilities in OneCameraCharacteristics.
* Turn off exposure compensation on Nexus 6 (API level 21).

Bug: 18523154
Change-Id: I551f19945f5a64a09a76b3a0777664d16a9b2ba2
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptions.java
54ac03ba6ae3e739df74c6d9e35fda9017be07d7 02-Feb-2015 Senpo Hu <senpo@google.com> Adjust capture indicator position while open/close mode options.

This CL also fixes the layout issue in landscape mode when
mode option indicators are visible.

Bug: 18866551
Bug: 18317565
Bug: 18905659
Change-Id: I34ca5aa77aa9d37a7f0ad3d2d7efbed92fe94f2b
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptions.java
18b22b5963e8871e539edf669d96862eec72bb5d 09-Aug-2014 Spike Sprague <spikuru@google.com> Update option icon transitions

bug: 16458864

Change-Id: Idaf4b60d357fa08635b55c1356450d3a4b2b48c2
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptions.java
59345144c4bde59b81bb19c95cdd977c1d1a9cd4 23-Apr-2014 Spike Sprague <spikuru@google.com> change exposure comp and pano orientation to
use the new RadioOptions

bug: 13780101

Change-Id: Ie7b12199a96272827cc381560a5b801f87a5b81a
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptions.java
abf54e2994961395a0feb0b08353e62718443f23 27-Mar-2014 Spike Sprague <spikuru@google.com> exposure compensation control is back

bug: 13607051
Change-Id: Ib4920ba3f8f3a548651a2d07613ccfdc28ca1d6e
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptions.java
4df915872c25fe61640a94c7a2c5f27eee1a1048 22-Mar-2014 Doris Liu <tianliu@google.com> More efficient drawing during animation

- Improved mode options animation and video capture animation

- Changed the drawPath() calls to drawCircle() as drawing oval is
generally optimized and therefore more efficient. The efficiency
gained depends on the hardware/software specific implementation,
depending on where it's rendered. But drawCircle() should always
no more costly than drawPath().

- Move the video capture button animation to after MediaRecorder
initialization/release to avoid animation being blocked by time
consuming operations.

Bug: 13589320
Change-Id: I9c01374e46d439e33a066cfba07d95749a3caebf
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptions.java
fd29a841a046c6a02306adc9e4df1a5eeb466f39 21-Mar-2014 Spike Sprague <spikuru@google.com> moving m*Animator.end() out of onConfigurationChanged

bug: 13436761

Change-Id: Ife53c47d6076a9804dbbe87e4e2ab6344bac22ff
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptions.java
56d43cf80d40379d57ac1db697bc014d5c321b91 12-Mar-2014 Spike Sprague <spikuru@google.com> mode options buttons animation tweaks

bug: 13327124

Change-Id: Iddf824d0ee9807f179501b8e391540f0e798f920
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptions.java
2a58938576e6d4220c02cf0b9a8226a1d3bcf176 07-Mar-2014 Spike Sprague <spikuru@google.com> fix touch to focus in option bar area

bug: 13348926
Change-Id: Ibbf0f45f50d072e5251d49b9999642efc96b84bd
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptions.java
591eec6465d29bbc053e164071c4c3a7c260a1d3 06-Mar-2014 Spike Sprague <spikuru@google.com> options bar ui fixes

bug: 13331173
bug: 13330727
Change-Id: I270fd04feeb8f6a4db6fae21184fad150be5fcbe
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptions.java
82fa6ae85f7c07fef480eb1cd0cf7f578b150676 27-Feb-2014 Spike Sprague <spikuru@google.com> implement capture options animation

bug: 13100962
Change-Id: I1baf64693d0e01e99bfa19d0bd8699fd33d5812a
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptions.java