History log of /packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c5ecbd6e0a6c2a2d93fc58f0ba3d273249b06da2 29-Apr-2015 Spike Sprague <spikuru@google.com> calling setDrawableByLayerId sets that Drawable's level to 0. reset level of video shutter button to maximum.

bug: 19955500
Change-Id: Ie1fb79dc57edfcd53fa2148b2223a0cd5d6faeb3
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
d7064a6c6f1eb0748de8f56b8a1e006d60ab0f7e 10-Feb-2015 Alan Newberger <alann@google.com> Remove app background and reduce 1 layer of overdraw

Set the app background to null. This saves one full layer of
overdraw in the filmstrip. The capture UI is more dependent
on the window background, both for gaps in the preview and
screen edges, and behind the shutter button when it is
made transparent when the mode list is open. The preview
is a large portion of screen and to remove one overdraw,
we instead fill gaps around the preview with a
MarginDrawable overlay. This CL leaves a background behind
the shutter button when opaque, to allow for it becoming
transparent during mode list view.

Bug: 18596159
Change-Id: I2a9083a2413944c6244e2f0528164e8852ae3d8e
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
fcc9143368d134ce26dec7d904f21e06676b2a02 10-Oct-2014 Spike Sprague <spikuru@google.com> change cahching Drawables to caching ConstantStates,
also apply CircelDrawable as necessary at runtime

bug: 17907551

Change-Id: I9bddfc599f15c3e0b09b98f14a9804296d51015b
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
fe7eb1640b1aca8500b2cab152648a699833d6fd 08-Oct-2014 Spike Sprague <spikuru@google.com> reverting b/559979

Change-Id: If4e58c67d4424ade68198a16c1d2d21595504efd
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
bfec41e5a5b57715e91ca273d3d1bde65bbcc154 02-Oct-2014 Spike Sprague <spikuru@google.com> implement proper mode color for cancel button

bug: 17780517
Change-Id: I522fb223b4aa78d1acd8f18ebf20dbfe20ea8c99
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
2268fbb50d07e327c9ac00642db0a83a49c8f3e3 20-Sep-2014 Spike Sprague <spikuru@google.com> for intent capture and pano,
fix the redo/ok/cancel button sizes so touch ripples show up right.

bug: 17505149
Change-Id: I29d8222ff0588d0410cf1f8a94bed963b4bf32f6
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
79150ed3f8963016e1dc4576e6acab507bef4228 04-Sep-2014 Spike Sprague <spikuru@google.com> remove stray bool resource for determining if OS is L or not,
moved to more universal ApiHelper for that.

this brings back the fade-in on shutter button touchDown.

bug: 17389859

Change-Id: I7c7d24db30bfbb149f84e6f5acf3e211c282c1ec
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
9bfd6bddaa09ccdadabf3b0e7e2b81bc1bcf175d 18-Aug-2014 Spike Sprague <spikuru@google.com> shutter button color fix (pre-L)

bug: 17011894

Change-Id: Ic7626f89c811c08f1d16bb5e42fa9169b1e65759
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
57bcd92f39d85427102f30be2c749c4a7bd4be96 01-Aug-2014 Sascha Haeberling <haeberling@google.com> [OC] Refactoring the session API before intgrating GCam into OneCamera

Bug: 16654225

Change-Id: I3fe6f46847ed6424310a81722c93c63be8b807a3
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
ffa2ff02c19d3b3a22e7ea700587a1c95bbf08b7 25-Jul-2014 Spike Sprague <spikuru@google.com> added a mutate() call when loading LayerDrawables.

bug: 16566825
Change-Id: I71a3a9787b73957f9c34bf1ffa52df41c3a5f6e6
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
d9516f276cd45f87edc7eafe6aa476eeab7c29e7 19-Jul-2014 Spike Sprague <spikuru@google.com> ripple drawable on shutter button

bug: 16123188
Change-Id: I390279acb7a4599f1aeba71b415f1261b9a9b97b
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
b7e41a734a9cf9b5789fd3221ba10833f669b7c5 08-Jul-2014 Spike Sprague <spikuru@google.com> previous CL ag/496035 disabled shutter button clicks during shimmy,
scaling back a11y disabling on shutter button

Change-Id: I1c788ccbd946b43774f9f4a7bf629c4e019f20f9
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
38989540cb1488cb7b8062ff74b9dedcd76c047f 03-Jul-2014 Spike Sprague <spikuru@google.com> disable shutter button when mode list is open

bug: 16042076
Change-Id: I0b8fad7b40bb348a3be0fa3c9457a1ceb6a49b05
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
9f3d01d9c5d2200882de76e309db55d74d950110 30-Jun-2014 Spike Sprague <spikuru@google.com> volume button cancels ongoing countdown
prevent volume button from doing anything during intent capture review

bug: 15141921
Change-Id: Icf974de09eb59e92bcce4a14aaa4775e21043c13
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
b4a2222950f627a39267636fba19649974cb8734 22-May-2014 Spike Sprague <spikuru@google.com> intent captrue review gets its own ImageView!
instead of relying on a stopped preview TextureView

bug: 13526027

Change-Id: I40d2a97d15ed5d27b0000fa0a6d96af03ad55cf9
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
6c75164c89f3bbd4f894b9c49a7914a24268a999 06-May-2014 Doris Liu <tianliu@google.com> Add back countdown timer

Bug: 14222651
Change-Id: I482ec942dd9d79c4ea0432140a96ba2fc5b29c57
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
28a2950939614a0c1c83787960ce1a218fb69a5e 11-Apr-2014 Doris Liu <tianliu@google.com> Refactor preview position logic

Centralize the logic of laying out bottom bar and transforming
preview TextureView based on the total space to lay them out
and preview aspect ratio. The layout is updated when either condition
above has changed. Then the rect of the bottom bar and preview
rect can be queried anywhere. This way, bottom bar, mode options
layout, and any view that relies on the preview rect and bottom bar
rect can be laid out without extra layout passes.

Bug: 13795952
Change-Id: I13c38b566b5b5d8f37ec94f325554c089a86ca8e
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
240b072f9a9cb2f0b4b08ca5b8a682d78c25ce9c 10-Apr-2014 Doris Liu <tianliu@google.com> Fix the layout error in preview

This bug is caused by view configuration and layout rect occasionally
out of sync and bottom bar's incapability of correcting itself. To
be specific, configuration can be out of sync with layout rect (i.e.
configuration.orientation is landscape but onLayout() passes in portrait
coordinates), but when that happens, configuration will soon correct
itself through onConfigurationChanged(), then another layout pass will
happen to make sure everything is laid out correctly. In this case,
when configuration and layout coordinates are inconsistent, bottom bar
lays out itself using the wrong alignment, and then changed the preview
rect accordingly. When another layout pass happens to correct this
inconsistency, bottom bar then lays out itself based on the correct
alignment and a wrong preview rect previously adjusted, rendering
correct alignment but wrong size.

Bug: 13911202
Change-Id: I7cf6dbea582ce3888df11039de8f94687fe75784
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
76aaa1870d77856c975283392d3a0fea3e1fb7ba 04-Apr-2014 Doris Liu <tianliu@google.com> Fix layout error during mode switch

Cause for the incorrect layout: the two modes have a preview
of the same aspect ratio, and therefore bottom bar did not need to re-layout
after the mode switch and it incidentally skipped adjusting preview position.

Bug: 13210080

Change-Id: Iad722abd682885633885ff0e8d9fba4efb4e5e6a
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
458103727c23134f3c9fb678dd757f31779f6db8 02-Apr-2014 Erin Dahlgren <edahlgren@google.com> Merge "Fix broken shutter button enabling in Photo and Video." into gb-ub-photos-denali
667630d16a2b0cf3acecb817b3aa398abdd33623 01-Apr-2014 Erin Dahlgren <edahlgren@google.com> Fix broken shutter button enabling in Photo and Video.

When I went in to implement globally disabling the shutter button during
a certain state transition of the app, I realized that

1. enabling the shutter button in Photo and Video was totally broken: the
methods being used for enabling the shutter button were totally empty!
2. setShutterEnabled in the AppController was totally empty.
3. we've done a horrible job with keeping names consistent: capture button
!= shutter button.

So I've fixed all of these things, which should solve existing bugs and make
my original task easier.

Change-Id: If1ae3b8c740ef678fbd20c2ffbb93576f48c8c19
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
88ea520053c1911e013ba675136be7dfa28c6c3b 01-Apr-2014 Doris Liu <tianliu@google.com> Fix capture button layout for RTL

Created a class to handle the custom layout of mode options
and bottom bar, simplied the dependency between the two in
terms of positioning.

Also did some restructuring in layout resources for better readability

Bug: 13734579

Change-Id: I7088057e0c84f02f3cc6d598935d64b68dbc9526
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
5596b4c902dcb685928b43678f428746ca5ffd08 12-Mar-2014 Angus Kong <shkong@google.com> Use debug.Log instead of android.util.Log.

1. Change to use com.android.camera.debug.Log instead of android.util.Log.
2. Add DebugCameraProxy to support more detailed debug info.
3. Add CameraErrorCallback in CameraManager.
4. Support posting to a specific handler for CameraErrorCallback.
5. Trim down some TAGs to match the framework tag length limit.
6. Remove some unused codes in CameraSettings.

bug:13324870

Change-Id: I8c20a8a0d11cfd50b6e199b03cbc88d3c4ad2ceb
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.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/ui/BottomBar.java
5cc5f61e96ebc6bd0af2613b14d68c2cafd7ab78 20-Mar-2014 Spike Sprague <spikuru@google.com> Merge "video bottom bar stop button tweaking" into gb-ub-photos-denali
45a821d43ae8d7287b649f670a66ab3d99eeccaf 14-Mar-2014 Spike Sprague <spikuru@google.com> video bottom bar stop button tweaking

bug: 13367909
Change-Id: I670350f77a1e86500a0d66f3a3fc5d7e772d0c93
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
2db51d761f8fb070f660b90913e131ab361cbbad 11-Mar-2014 Seth Raphael <magicseth@google.com> Support cancel layout for long captures

Bug: 12468010

Change-Id: I97c1f8254287b8a3648d21a9dbc54b5b5bc2424a
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
a93909ffe93c9f5e27e493f32a78aab6fbf3e06e 08-Mar-2014 Spike Sprague <spikuru@google.com> capture button disabled states support

bug: 13244592

Change-Id: I58b1b3dada9be60ec28be0e0bab81c9dc000511b
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
597c1a093f840af3c42e00af05da01ef124dc846 06-Mar-2014 Sascha Haeberling <haeberling@google.com> Support for capture session errors.

Bug: 13026663

Change-Id: I3713440483aa4732f94aff9eaff2fc34a04c0427
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
90599aa03447f9a836157d429c7a14e74d5b14aa 07-Mar-2014 Spike Sprague <spikuru@google.com> proper preview letterboxing for not-so-tall apsect ratios

bug: 13085409

Change-Id: If574ff5fe290f4b5eb5e2fdb75e9592e5018dce4
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
8a86a8384010aeaa252c21607d8dd2d2afee7bca 06-Mar-2014 Angus Kong <shkong@google.com> Add null check for listeners in BottomBar.

bug:13210080
Change-Id: Idd94318cbaed0bbb386ffc14fbdd58bf25adefc3
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
2bacca795a1b0adb0daf515c43c48234b44bbba5 06-Mar-2014 Angus Kong <shkong@google.com> Align the gridlines with the preview area.

1. Rename onPreviewAreaSizeChanged() to onPreviewAreaChanged() since it's
passing in the real preview area and is called when the area is changed
regardless of size changes.
2. GridLines.java now draws the lines based on the preview area.

bug:13098715
Change-Id: Idbd2ba03cad4698689cee46d2aa04588a415fa3d
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
58b9b03f2bedc522bde5b4199121ea2e559c79a9 06-Mar-2014 Angus Kong <shkong@google.com> Align preview to bottom bar.

bug:13210080
Change-Id: I6ec4071e2f21ef351b2b16a53662c2a3c1b29721
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
94c9b43061bee072a2322a2001d27e51dae023db 06-Jan-2014 Spike Sprague <spikuru@google.com> min / max bottom bar height logic

bug: 12668831

Change-Id: Iadccd4c150a37955b0c612539edb6b747f87acbb
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
15690d02da08bda74ed63f260b70076801bf91bf 10-Feb-2014 Spike Sprague <spikuru@google.com> fixing intent ui controls visibility

bug: 12668877
Change-Id: Ibffc0682fb37f88998d2afddcf52bcd6ef86192f
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
5ea38e3e1d1983a5734b8b84c5eff705e47ce821 08-Feb-2014 Spike Sprague <spikuru@google.com> Merge "size bottom bar width to match preview area" into gb-ub-photos-denali
d8de077f72b04cee1bdf26e5ca1678ac5297bd71 03-Feb-2014 Erin Dahlgren <edahlgren@google.com> Shared texture view in photosphere.

Change-Id: I8dd4898e3800b02fa7f0488104dcfa4600b3845f
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
418b596da9f8e7a7a3ac027cb0d0897c9c03bd69 08-Feb-2014 Spike Sprague <spikuru@google.com> size bottom bar width to match preview area

bug: 12563756
Change-Id: If6d26aa050ab130a177a6c2c21e38ee11cb985b5
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
165bb8d85e6eab4e261c6b21a754ee227f732795 30-Jan-2014 Erin Dahlgren <edahlgren@google.com> Move mode options to transparent overlay.

Change-Id: Iec0423668c58a5b849841afc45def923210df6fd
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
58ac7e042e0718e860f9aea6dca3697e1c3d9bb8 29-Jan-2014 Doris Liu <tianliu@google.com> Use mutable drawable to avoid sharing drawable states

Bug: 12594617
Change-Id: I798b67ed42a5593c346643d42ebf1143d54551e6
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
7f749f2c7a4061bd4426561b2b4dcbd3b9246640 25-Jan-2014 Spike Sprague <spikuru@google.com> Merge "reset capture button state on swipes" into gb-ub-photos-denali
87f7af57932a826d54a74eb2b22b5bfa7a94f583 25-Jan-2014 Spike Sprague <spikuru@google.com> reset capture button state on swipes

bug: 12550678
Change-Id: I9678e55cdd19ca319686665b69e76a9984fa7a6a
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
a1fab413bcbe5f62ae1d829bac0539519fef96a6 21-Jan-2014 Erin Dahlgren <edahlgren@google.com> Support for panorama and photosphere bottom bar ui.

Bug: 12438294
Change-Id: If8a6f3b8aafd81980290655fb3ad461928f9c520
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
d4c5070dfcd7007654ad71ab292d1909c0091ceb 17-Jan-2014 Spike Sprague <spikuru@google.com> black background in image_capture intent review ui.

bug: 12606986
Change-Id: I1ee01eba431b7576094445c86c5c577a851c90c3
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
8066ce460f506506881502d7a9e397fb826a3bad 16-Jan-2014 Spike Sprague <spikuru@google.com> Merge "video capture button tweak" into gb-ub-photos-denali
4897f4c39628a01ee82206f9cd56e418ddcc10cc 16-Jan-2014 Spike Sprague <spikuru@google.com> build break fix

Change-Id: I0178453fc19acb76cb612e84e43a0530d2fb7e49
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
4dae414b0e4ad4d6528ee04f0761fbe9eacca5ce 16-Jan-2014 Spike Sprague <spikuru@google.com> video capture button tweak

bug: 12563852
Change-Id: I39a242ca4cd3832eefd2e205d287d64ceba309b1
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
66a3e6ceb306833355acb740711ccb5c53576e0a 15-Jan-2014 Spike Sprague <spikuru@google.com> button background press states

bug: 12450227

Change-Id: I9008a4d57545bd081a4c6539c64d23b939d4ab95
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
9066d369ba3b39576029b6acc511d839132b1248 16-Jan-2014 Spike Sprague <spikuru@google.com> Merge "adjusted capture button highlight as per comments in b/12560596" into gb-ub-photos-denali
e3f095bd84ba5a07d5fba1020a28d40d067d187c 16-Jan-2014 Spike Sprague <spikuru@google.com> adjusted capture button highlight as per comments in b/12560596

Change-Id: I9326121e8836898035ecfc6254467567f7b4c431
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
217512ce074220090a8ede01adf0406a70f4958f 15-Jan-2014 Spike Sprague <spikuru@google.com> snappier video bottom bar animation

bug: 12568407
Change-Id: I827b5d6c0e39ad704bd0b8aef1a8feaad7d6614f
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
cf9010d314a5a263a3f0e9fa9abf16a80f26d281 15-Jan-2014 Spike Sprague <spikuru@google.com> refine capture button hilight area

bug: 12560596
Change-Id: Ib0032bc6be21107361605f109caa5e5de7e4b682
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
eaa4d37f8bfb25ffea438f9045867140a63ba0e1 14-Jan-2014 Spike Sprague <spikuru@google.com> fix for bottom bar not taking set color immediately

half of b/12537343

Change-Id: Ib9fe344be9c6d24af6b6b246f13070d4c21d00f1
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
a1ec04a9f9526418f5cb17a5afbfc48aca1e02d0 14-Jan-2014 Doris Liu <tianliu@google.com> Add aggressive continuous auto focus to video preview

Also added touch to focus for video preview
Part II is at ag/407029

Bug: 12368866
Change-Id: I8dd544d5bb6b5128ae99c9b7fe4dffeb1f843ab9
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
b92910e04c4da91fc4ea5a9484b83f9ecba1c896 14-Jan-2014 Spike Sprague <spikuru@google.com> capture button pressed colors

Change-Id: Ia568be11e6f9b6160f3f8332b504866cbe6ac94f
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
39f8a7647aa4051a1c260b9496c2db82f93f8667 13-Jan-2014 Spike Sprague <spikuru@google.com> new video bottom bar ui

crossfade record <-> stop
full bar <-> single button cicle wipe

Change-Id: I58e0ddd94221374809acd52a6f0649e419203f54
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
712f9a8c449ae22c9b923242a6019a12a0f1f18f 10-Jan-2014 Spike Sprague <spikuru@google.com> Merge "make buttons opaque when bottom bar is translucent" into gb-ub-photos-denali
56688f7019fbe4dee110b7600349f48da9fff601 09-Jan-2014 Erin Dahlgren <edahlgren@google.com> Close bottom bar options menu on specific triggers.

* on touching anywhere in the preview
* after n milliseconds after touching an option

Bug: 12447283
Change-Id: If44d83a601b4281711f7006b2ab771edfd588117
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
c9fb1e8a9d9ed163ad2c70da178bcccb36626dde 09-Jan-2014 Spike Sprague <spikuru@google.com> make buttons opaque when bottom bar is translucent

bug: 12450498
Change-Id: I61891ab4118efd9b4ebca1c1a4a9a00eabb213cb
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
a3ea885b11b13fc86bc750e09355313c644d2178 07-Jan-2014 Spike Sprague <spikuru@google.com> Merge "extending button hitbox to entire bar height; added bottom bar touch listerner to fire capture" into gb-ub-photos-denali
3b92e2f8e6d91af1b83c8bee95bd93e7153b96da 02-Jan-2014 Spike Sprague <spikuru@google.com> extending button hitbox to entire bar height; added bottom bar touch listerner to fire capture

Change-Id: I4d969060acf2abe2863e15b9c8f2219303e62eca
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
1648c36927501ff32bf2918e8a445118d5208731 07-Jan-2014 Erin Dahlgren <edahlgren@google.com> Add on screen indicators.

Known caveats:
* Does not respect the first orientation change.
* PhotoModule resets flash to default on a mode switch.
* Hdr plus is not sticky on mode switch.

Bug: 12368905
Change-Id: I377f28c6d0f7115371cc9e9dad9378f049bf7d7c
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
482de029dc20e0a577388a602985fb31c3200309 19-Dec-2013 Doris Liu <tianliu@google.com> Touch to focus

Change-Id: I69860bd05426e3a04bc5fd7d0dd581b5d6ff768d
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
4efa8b54c1df4e06f2d3caed2568015a737f9dda 18-Dec-2013 Erin Dahlgren <edahlgren@google.com> New Capture UI.

* depends on ag/400799

Change-Id: Ieb0e27447659bcb04dee57348583f68d680408d2
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
70da918464276b110c43868caa272c97baadb89e 18-Dec-2013 Doris Liu <tianliu@google.com> Centralized TextureView transform logic

Automated transform matrix adjustment and bottom bar adjustment for
orientation or preview size change.

Bug: 12177718
Bug: 12179046
Change-Id: I4cd6fc90bb549774cfd83aaf8ac9654711a5c752
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
e3b0e946924e45f6788db69aaa8f48a2d81031f0 17-Dec-2013 Spike Sprague <spikuru@google.com> prevent touch events on bottom control bar from triggering capture

bug: 12138522
Change-Id: I041cacbcfa353864409d3d63acaa7bea6a69df59
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
eb3134f6ecc42f7d98625ca2c0ddfb06c9f07c43 12-Dec-2013 Spike Sprague <spikuru@google.com> intent ui

Change-Id: I34c2b73a07d64b55b8aeb36515cae5d4e4e92813
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
0f3c4b4fc9ac87d7d4c3d04c3cb3426c711f57ea 11-Dec-2013 Spike Sprague <spikuru@google.com> unify preview and bottom bar resizing code
move bottom bar button into own layout files

Change-Id: Ib6237fddaa545476563b796cbd752b9562e9d9e4
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java
0744e4ab3ec5f0270bdad33e7c477f52ba680bbd 22-Nov-2013 Marco Nelissen <marcone@google.com> initial simple camera pruning and refactoring

100% preview and new ui bottom bar

bug: 11514604
Change-Id: I010c8aaa41ad6791ce2443ef159ea22cc1e8346f
/packages/apps/Camera2/src/com/android/camera/ui/BottomBar.java