summaryrefslogtreecommitdiffstats
path: root/core/java/android/view
Commit message (Expand)AuthorAgeFilesLines
* Don't initialize the hw renderer without a valid surface.Romain Guy2010-10-251-4/+10
* Report drag success/fail in the DRAG_ENDED messageChris Tate2010-10-213-8/+34
* Optimizing display lists by referencing pointers to resources instead of copy...Chet Haase2010-10-217-56/+60
* Fix obtain() when the pool is still emptyChris Tate2010-10-201-6/+12
* Fix memory leak with TouchTargets not being recycled.Patrick Dubroy2010-10-191-0/+3
* Introduce an OnDragListener mechanismChris Tate2010-10-192-3/+37
* Add support for secure system overlays.Jeff Brown2010-10-151-3/+16
* Add keycodes and meta-key modifiers to support external keyboards.Jeff Brown2010-10-152-17/+738
* Drag thumbnail fixes / improvementsChris Tate2010-10-141-0/+5
* Actually draw the drag thumbnailChris Tate2010-10-141-50/+5
* Don't draw TextView's alpha layers when not needed.Romain Guy2010-10-131-1/+5
* Never skip drawing SurfaceViews.Romain Guy2010-10-131-1/+2
* Merge "Dynamically show the menu button on the system bar."Daniel Sandler2010-10-131-0/+13
|\
| * Dynamically show the menu button on the system bar.Daniel Sandler2010-10-131-0/+13
* | Allow icon+text action buttonsAdam Powell2010-10-131-0/+6
* | Add a getNativeMatrix() API.Romain Guy2010-10-131-0/+7
|/
* Don't stomp on the drag-focus bookkeeping inadvertently.Chris Tate2010-10-121-2/+1
* Elide undelivered drag-location messagesChris Tate2010-10-121-2/+11
* Fix invisible views issue in Launcher.Romain Guy2010-10-122-1/+5
* Don't recreate a new texture every time we draw a layer.Romain Guy2010-10-121-4/+4
* Always create OpenGL accelerated windows in RGBA 8888.Romain Guy2010-10-122-15/+28
* Don't set hwAccelerated=true when libhwui is not present.Romain Guy2010-10-122-4/+4
* 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
* | Merge "Don't draw fully transparent views/primitives."Romain Guy2010-10-112-4/+20
|\ \ | |/ |/|
| * Don't draw fully transparent views/primitives.Romain Guy2010-10-112-4/+20
* | am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation o...Jeff Brown2010-10-113-8/+14
|\ \ | |/ |/|
| * 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
* | | Redraw the screen when needed.Romain Guy2010-10-111-1/+2
* | | am b13998f2: am d00b4386: Merge "Clarify some comments on individual key code...Jeff Brown2010-10-101-3/+8
|\ \ \ | |/ /
| * | 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
* | | Reset the dirty region after drawing in hardware.Romain Guy2010-10-101-1/+2
* | | am 18e225b4: am bfba7cab: Fix issue #3001362: API REVIEW: android.view.InputQ...Dianne Hackborn2010-10-081-0/+13
|\ \ \ | |/ /
| * | 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
* | | Merge "HardwareRenderer: When throwing an exception because of an EGL error, ...Mike Dodd2010-10-081-8/+58
|\ \ \
| * | | HardwareRenderer: When throwing an exception because of an EGLMike Dodd2010-10-081-8/+58
* | | | am 92d29c66: am a2a0a98a: Merge "Fix NPE if there is no accelerometer." into ...Dianne Hackborn2010-10-081-1/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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
| | |/
* | | New TimeInterpolator interface for android.animation package.Chet Haase2010-10-071-15/+7
* | | Add InputMethodEnabler for enabling input methods and subtypessatok2010-10-071-0/+10
* | | Merge "Don't clear the framebuffer when not needed."Romain Guy2010-10-063-23/+32
|\ \ \
| * | | Don't clear the framebuffer when not needed.Romain Guy2010-10-063-23/+32
* | | | More drag/drop adjustments:Christopher Tate2010-10-062-5/+9