summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewRootImpl.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Add more temporary logging for investigating detachFunctor"Chris Craik2012-06-061-3/+0
* Add more temporary logging for investigating detachFunctorChris Craik2012-06-051-0/+3
* Force webview invalidates on unsuccessful functor attachChris Craik2012-05-311-2/+3
* Clear bitmap references from display lists as early as possibleRomain Guy2012-05-241-1/+3
* Merge "Accessibility focus and input focus do not sync - part 2" into jb-devSvetoslav Ganov2012-05-211-14/+0
|\
| * Accessibility focus and input focus do not sync - part 2Svetoslav Ganov2012-05-211-14/+0
* | Remove DEBUG_LATENCY flagRomain Guy2012-05-211-129/+0
* | Remove unused, obsolete debug codeRomain Guy2012-05-211-30/+0
* | Don't crash on Surface.unlockAndPost() but log & try againRomain Guy2012-05-181-2/+9
|/
* Merge "Fix a bug where late-invalidating views with animations would be held ...Adam Powell2012-05-161-0/+1
|\
| * Fix a bug where late-invalidating views with animations would be heldAdam Powell2012-05-161-0/+1
* | Add systrace method tags for measure and layout.Jeff Brown2012-05-161-27/+49
|/
* Don't draw onto a hw surface using the software rendererRomain Guy2012-05-151-0/+12
* Allow animations to run past cancelled draws, if the view is visible.Chris Wren2012-05-151-7/+4
* Accessibility focus traversal in virtual nodes.Svetoslav Ganov2012-05-151-5/+74
* Merge "Improving accessibility focus traversal." into jb-devSvetoslav Ganov2012-05-141-1/+23
|\
| * Improving accessibility focus traversal.Svetoslav Ganov2012-05-141-1/+23
* | Implement new window cropping.Dianne Hackborn2012-05-131-24/+5
|/
* Surface: replace active rect with window cropJamie Gennis2012-05-111-9/+0
* Fix issue #6475693: OnSystemUiVisibilityChangeListener reporting...Dianne Hackborn2012-05-101-5/+7
* Merge "Fixed typo in findAccessibilityFocus API." into jb-devDianne Hackborn2012-05-091-1/+1
|\
| * Fixed typo in findAccessibilityFocus API.alanv2012-05-091-1/+1
* | Merge "Fix bugs in fallback key handling." into jb-devJeff Brown2012-05-091-16/+13
|\ \
| * | Fix bugs in fallback key handling.Jeff Brown2012-05-091-16/+13
* | | Add callback hack to find out when to load system properties.Dianne Hackborn2012-05-091-0/+26
| |/ |/|
* | Invalidate display lists immediately when views are removed/added quicklyRomain Guy2012-05-081-2/+11
|/
* Merge "Attempt to recover from apps destroying their window at draw time Bug ...Romain Guy2012-05-061-1/+9
|\
| * Attempt to recover from apps destroying their window at draw timeRomain Guy2012-05-061-1/+9
* | Fix issue #6404215: New ActionBar auto-hide can conflict with applicationDianne Hackborn2012-05-061-0/+1
|/
* Implement cropping of windows based on system UI elements.Dianne Hackborn2012-05-051-12/+41
* Retain current visibility when copying layoutparamCraig Mautner2012-05-031-0/+3
* Merge "Accessibility should not change input focus behavior." into jb-devSvetoslav Ganov2012-04-301-39/+18
|\
| * Accessibility should not change input focus behavior.Svetoslav Ganov2012-04-301-39/+18
* | Merge "Add system insets to windows." into jb-devDianne Hackborn2012-04-301-4/+5
|\ \
| * | Add system insets to windows.Dianne Hackborn2012-04-301-4/+5
| |/
* | Merge "Enabling accessibility focus only if explore by touch is on." into jb-devSvetoslav Ganov2012-04-301-1/+2
|\ \
| * | Enabling accessibility focus only if explore by touch is on.Svetoslav Ganov2012-04-301-1/+2
| |/
* | Merge "Fixing crash when drawing accessibility focus indicator." into jb-devSvetoslav Ganov2012-04-301-3/+7
|\ \ | |/ |/|