summaryrefslogtreecommitdiffstats
path: root/core/java/android/view
Commit message (Expand)AuthorAgeFilesLines
* Merge "Releasing lock even if exception is thrown."Brad Fitzpatrick2011-03-151-4/+5
|\
| * Releasing lock even if exception is thrown.Jozef BABJAK2011-02-221-4/+5
* | Merge "Fixing self-assignment in copying code."Brad Fitzpatrick2011-03-151-1/+1
|\ \
| * | Fixing self-assignment in copying code.Jozef BABJAK2011-02-221-1/+1
| |/
* | am ded2b006: Merge "frameworks/base: remove redundant code in WindowManager"Brad Fitzpatrick2011-01-181-8/+0
|\ \ | |/
| * frameworks/base: remove redundant code in WindowManagerVairavan Srinivasan2011-01-181-8/+0
| * Added check to make orientation calculations more robustNiclas Kellgren2011-01-141-0/+11
* | am 29c99aaa: Merge "Added check to make orientation calculations more robust"...Dianne Hackborn2011-01-141-0/+11
|\ \
| * | Added check to make orientation calculations more robustNiclas Kellgren2011-01-141-0/+11
* | | am fcf3d12d: Merge "Typo in Javadoc"Romain Guy2011-01-081-1/+1
|\ \ \ | | |/ | |/|
| * | Typo in JavadocChristian Mehlmauer2011-01-081-1/+1
* | | am 69ea4e15: Documentation fixes found over vacation hacking.Brad Fitzpatrick2011-01-051-1/+1
|\ \ \ | | |/ | |/|
| * | Documentation fixes found over vacation hacking.Brad Fitzpatrick2011-01-051-1/+1
* | | am c6f2b3b3: Merge "Fix policy issues when screen is off. (DO NOT MERGE)" int...Jeff Brown2010-12-231-4/+7
|\ \ \ | |/ /
| * | Fix policy issues when screen is off. (DO NOT MERGE)Jeff Brown2010-12-221-4/+7
* | | am 05813b0e: Merge changes I244b5469,I32044e91 into gingerbreadMathias Agopian2010-12-071-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * [3253328, 3171580] Treat GONE and INVISIBLE views the same when calculating t...Mathias Agopian2010-12-031-1/+1
* | am 26153a33: Fix bug 3163052 - always use 32-bit drawing caches when destinat...Adam Powell2010-11-082-7/+8
|\ \ | |/
| * Fix bug 3163052 - always use 32-bit drawing caches when destinationAdam Powell2010-11-082-7/+8
* | am 5fd30540: Merge "possibly fix [2265804] OpenGL GLSurfaceView apps don\'t d...Mathias Agopian2010-11-081-0/+1
|\ \ | |/
| * possibly fix [2265804] OpenGL GLSurfaceView apps don't draw status bar drop s...Mathias Agopian2010-11-041-0/+1
* | am c1a564b1: Merge "Add support for secure system overlays. (DO NOT MERGE)" ...Jeff Brown2010-10-151-2/+15
|\ \ | |/
| * Add support for secure system overlays. (DO NOT MERGE)Jeff Brown2010-10-151-2/+15
* | am 1da8d4d1: Merge "Fix an event injection bug when the policy is bypassed." ...Jeff Brown2010-10-111-0/+1
|\ \ | |/
| * Fix an event injection bug when the policy is bypassed.Jeff Brown2010-10-111-0/+1
* | am 1e6a3a53: Merge "Added more robust tracking and cancelation of events." in...Jeff Brown2010-10-103-8/+14
|\ \ | |/
| * Added more robust tracking and cancelation of events.Jeff Brown2010-10-103-8/+14
* | am d00b4386: Merge "Clarify some comments on individual key codes." into ging...Jeff Brown2010-10-081-3/+8
|\ \ | |/
| * Clarify some comments on individual key codes.Jeff Brown2010-10-071-3/+8
* | am bfba7cab: Fix issue #3001362: API REVIEW: android.view.InputQueue.CallbackDianne Hackborn2010-10-071-0/+13
|\ \ | |/
| * Fix issue #3001362: API REVIEW: android.view.InputQueue.CallbackDianne Hackborn2010-10-061-0/+13
* | am a2a0a98a: Merge "Fix NPE if there is no accelerometer." into gingerbreadDianne Hackborn2010-10-051-1/+3
|\ \ | |/
| * Merge "Fix NPE if there is no accelerometer." into gingerbreadDianne Hackborn2010-10-051-1/+3
| |\
| | * Fix NPE if there is no accelerometer.Dianne Hackborn2010-10-051-1/+3
* | | am 59c4cb9e: Merge "DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbrea...Adam Powell2010-10-051-67/+67
|\ \ \ | |/ /
| * | DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbread API review for ove...Adam Powell2010-10-051-67/+67
| |/
* | am ef115308: fix build. SurfaceView.setFrame needed to be hiddenMathias Agopian2010-10-041-0/+1
|\ \ | |/
| * fix build. SurfaceView.setFrame needed to be hiddenMathias Agopian2010-10-041-0/+1
* | am 7e6064ad: Merge "fix [3008290] passion GB surface does not send surfaceCha...Mathias Agopian2010-10-041-2/+3
|\ \ | |/
| * Merge "fix [3008290] passion GB surface does not send surfaceChanged notifica...Mathias Agopian2010-10-041-2/+3
| |\
| | * fix [3008290] passion GB surface does not send surfaceChanged notification af...Mathias Agopian2010-10-041-2/+3
* | | am 458fc5f5: Merge "Fix issue #3041660: Camera image flips upside down when r...Dianne Hackborn2010-10-041-10/+49
|\ \ \ | |/ /
| * | Fix issue #3041660: Camera image flips upside down when rotating deviceDianne Hackborn2010-10-041-10/+49
| |/
* | am 9e32a438: Merge "Support haptic feedback for virtual keys defined in key l...Jeff Brown2010-10-011-0/+1
|\ \ | |/
| * Support haptic feedback for virtual keys defined in key layout.Jeff Brown2010-10-011-0/+1
* | am fd57416c: Fix build.Dianne Hackborn2010-10-011-18/+0
|\ \ | |/
| * Fix build.Dianne Hackborn2010-10-011-18/+0
* | am 14a288da: Merge "Add suuport for splitting touch events across windows." i...Jeff Brown2010-09-271-0/+13
|\ \ | |/
| * Merge "Add suuport for splitting touch events across windows." into gingerbreadJeff Brown2010-09-271-0/+13
| |\
| | * Add suuport for splitting touch events across windows.Jeff Brown2010-09-261-0/+13