summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewRootImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add throwing InvalidDisplayException from addView." into jb-mr1-devCraig Mautner2012-10-231-10/+8
|\
| * Add throwing InvalidDisplayException from addView.Craig Mautner2012-10-231-10/+8
* | Merge "Handle offscreen animations correctly" into jb-mr1-devChet Haase2012-10-231-7/+7
|\ \
| * | Handle offscreen animations correctlyChet Haase2012-10-231-7/+7
* | | Use existing display list to render the resize bufferRomain Guy2012-10-231-3/+7
| |/ |/|
* | Properly draw the window background on window resizeRomain Guy2012-10-221-2/+0
|/
* Merge "Fix bug #7367429 Popup window should get its direction from it Anchor ...Fabrice Di Meglio2012-10-191-2/+9
|\
| * Fix bug #7367429 Popup window should get its direction from it Anchor View if...Fabrice Di Meglio2012-10-181-2/+9
* | Fix for previous commit on non-interesecting invalidationsChet Haase2012-10-171-3/+4
* | Merge "Skip drawing offscreen objects" into jb-mr1-devChet Haase2012-10-171-4/+5
|\ \ | |/ |/|
| * Skip drawing offscreen objectsChet Haase2012-10-171-4/+5
* | Merge "Fix bug #7363252 Popup and Dialog UI widgets should be RTL aware" into...Fabrice Di Meglio2012-10-171-0/+6
|\ \ | |/ |/|
| * Fix bug #7363252 Popup and Dialog UI widgets should be RTL awareFabrice Di Meglio2012-10-161-0/+6
* | Accessibility focus drawing does not take into account view's transformation ...Svetoslav Ganov2012-10-151-12/+4
|/
* Incorrect temporary detach of accessibility focused view may lead to a crash.Svetoslav Ganov2012-10-051-1/+7
* Fix rendering artifacts on tiled renderersRomain Guy2012-10-031-7/+8
* Force redraw of new/resized windowsChet Haase2012-09-271-0/+1
* Fix issue #7184877: Calendar Locksceen Widget crashes and forces phone to rebootDianne Hackborn2012-09-231-1/+3
* Update layers in a single batch at the beginning of a frameRomain Guy2012-09-211-0/+6
* Fix occasional crash bug with layersChet Haase2012-09-171-0/+1
* Prevent crash when invalidating all ViewsRomain Guy2012-09-131-3/+5
* Merge "Propagate systemUiVisibility changes to window manager" into jb-mr1-devCraig Mautner2012-09-131-5/+3
|\
| * Propagate systemUiVisibility changes to window managerCraig Mautner2012-09-131-5/+3
* | Maybe fix issue #7146119: exception in FragmentManagerDianne Hackborn2012-09-111-0/+23
|/
* IME support for trackball and generic motion eventsVictoria Lease2012-09-101-13/+68
* Screen magnification - feature - framework.Svetoslav Ganov2012-09-061-3/+13
* Don't die(immediate) if from performTraversals.Craig Mautner2012-08-301-1/+9
* Refactor for multi-display support.Jeff Brown2012-08-191-76/+60
* More view hierarchy, fragment debugging.Dianne Hackborn2012-08-171-4/+4
* It seems that apparently useless public APIs are actually usefulRomain Guy2012-08-081-2/+3
* Cleanup of libhwuiRomain Guy2012-08-071-3/+2
* Window position not reported if the window is not moved.Svetoslav Ganov2012-08-061-39/+36
* Start moving away from DisplayMetrics.DENSITY_DEVICE.Dianne Hackborn2012-08-011-4/+5
* Small step towards supporting multiple displaysCraig Mautner2012-07-271-3/+3
* Stop using raw display size except in window manager.Jeff Brown2012-07-251-1/+1
* Merge "Make HardwareRenderer able to target generic Surface objects"Romain Guy2012-07-241-4/+5
|\
| * Make HardwareRenderer able to target generic Surface objectsRomain Guy2012-07-241-4/+5
* | Remove dead code in window manager.Jeff Brown2012-07-201-2/+0
|/
* Removing a workaround for incorrect window position on window move.Svetoslav Ganov2012-07-161-20/+36
* Merge "Notify client side of window movement."Craig Mautner2012-07-101-0/+41
|\
| * Notify client side of window movement.Craig Mautner2012-06-301-0/+41
* | Force invalidates on non-visible views to traverse the hierarchyChet Haase2012-07-091-0/+2
* | Remove the accessibility focus search code.Svetoslav Ganov2012-07-021-9/+0
|/
* am 45c4a8df: am ec7c7ebf: Merge "API for finding accessibility focus in virtu...Svetoslav Ganov2012-06-181-38/+33
|\
| * API for finding accessibility focus in virtual tree not needed.Svetoslav Ganov2012-06-171-38/+33
* | Allow applications to recover from IME related ANRs.Jeff Brown2012-06-141-6/+2
|/
* Don't create a giant layer for all notificationsRomain Guy2012-06-141-2/+1
* Fix issue #6634325: View.setKeepScreenOn and...Dianne Hackborn2012-06-111-4/+21
* Prevent crash in WebView when disabling the hw rendererRomain Guy2012-06-111-1/+2
* Cannot interact with dialogs when IME is up and on not touch explored popups.Svetoslav Ganov2012-06-071-16/+24