History log of /packages/apps/Camera/src/com/android/camera/ui/RotateLayout.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
38a6c24485d36651b93d5935bfbaf3cd367885e7 12-Sep-2012 Michael Kolb <kolby@google.com> Fix focus touch coordinates & NPE

Bug: 7150502

Correct focus position for different orientations
Ensure FocusOverlayManager is properly initialized

Change-Id: I07735f9f9b1b6fcff9baf8c3ea50d4cc757c4ab2
/packages/apps/Camera/src/com/android/camera/ui/RotateLayout.java
394076fcefbe61033d203da977416ffde86bd8ba 22-Aug-2012 Wu-cheng Li <wuchengli@google.com> Fix recording timer is not invalidated sometimes.

The invalidate area is wrong when rotate layouts are not in
the natural orientation. Add a workaround to invalidate the
entire area.

Also use new view transfomation properties for API level
>= 11 because the workaround in API level 10 is ugly and
not efficient.

bug:6982696
Change-Id: I9417a386d1b4c5ac6ded336c90c4c11f9b99ffaa
/packages/apps/Camera/src/com/android/camera/ui/RotateLayout.java
cce55282e5ae2414811f2e416961f318f553c400 07-Aug-2012 Ahbong Chang <cwahbong@google.com> Handle touch event correctly in rotate layout.

The coordinate of the touch event did not transform when screen is
rotated. Now it should be handled correctly.

Bug: 6943189
Change-Id: I99f2b087ace3482ee20d44422cbbb63a5d418ace
/packages/apps/Camera/src/com/android/camera/ui/RotateLayout.java
ada86b7979942a532c99be9852da82e09512fa22 19-Jul-2012 Ahbong Chang <cwahbong@google.com> Use old API to implement RotateLayout.

Opearating on canvas directly inside dispatchDraw() instead of using
high level methods like setPivotX, setPivotY, setTranslationX,
setTranslationY, and setRotation.

Bug: 6844485
Change-Id: If4fcca39c8e8623296dc1a3ace77a1e6fd3a34b7
/packages/apps/Camera/src/com/android/camera/ui/RotateLayout.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/RotateLayout.java
76aabec658bfa46ce1cfa1974ed6b4cdff356ac4 14-Mar-2012 akahuang <akahuang@google.com> Enlarge the review control button and fasten the reaction of RotateLayout.

Change-Id: Ifc23c416dbdbf946a0b4a28c215de2683504f4d8
/packages/apps/Camera/src/com/android/camera/ui/RotateLayout.java
913f3784d368a5e11fee5d5db2c355ef832685da 03-Feb-2012 Wu-cheng Li <wuchengli@google.com> Fix warnings and remove unused code.

Change-Id: I1039edbc5a9990d44f5a629a18066805f370775e
/packages/apps/Camera/src/com/android/camera/ui/RotateLayout.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/RotateLayout.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/RotateLayout.java
94ca8baae7e6e3885d895c095890eabf30d922e2 07-Oct-2011 Chih-yu Huang <akahuang@google.com> Let review icons rotatable.

bug:5244256
Change-Id: Ieed6119f22598a34eeb1672d07f55a876dced791
/packages/apps/Camera/src/com/android/camera/ui/RotateLayout.java
d4832351874aa6eb2cd5e312c21bd4ec607ff3a4 30-Aug-2011 Wu-cheng Li <wuchengli@google.com> Rotate the focus rectangle in different orientations.

The new focus assets look different in portrait and landscape.
Rotate the drawable so the orientation looks correct.

bug:5223866
Change-Id: I5e5ebbcbaca95b118e051fbf6131c1a12584b2f2
/packages/apps/Camera/src/com/android/camera/ui/RotateLayout.java
98d615769af2b08bcddf02ee1b11f5288ec5cf92 15-Aug-2011 Wu-cheng Li <wuchengli@google.com> Add tap to focus toast.

bug:5039278
Change-Id: I1c47ffa46df7b6c1fdd447b688e1c7ccb724cb5a
/packages/apps/Camera/src/com/android/camera/ui/RotateLayout.java
750173a4d20f1e8d6607edb3ada6be5166d0cd82 05-Jul-2011 Wu-cheng Li <wuchengli@google.com> Add a share application list in share popup.

bug:4725978

Change-Id: Id7a8b24fd7785f2d7dd316b5000f8ae3f3e8c567
/packages/apps/Camera/src/com/android/camera/ui/RotateLayout.java
c5e37cbb96b8284203560c51dd5f41c705a21f58 30-Jun-2011 Wu-cheng Li <wuchengli@google.com> Add expanded thumbnail in phone UI.

bug:4725968

Change-Id: I2a59a3714b93bc96f2a1689d948c9e4e0edd14cb
/packages/apps/Camera/src/com/android/camera/ui/RotateLayout.java