summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewRootImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Fix APIs.Dianne Hackborn2015-06-111-0/+4
* Trace each stage of Choreographer driven framesChris Craik2015-06-111-6/+1
* Merge "Revert "Revert "resolved conflicts for merge of 47249f2a to mnc-dev"""...Filip Gruszczynski2015-06-011-5/+22
|\
| * Revert "Revert "resolved conflicts for merge of 47249f2a to mnc-dev""Filip Gruszczynski2015-05-271-5/+22
* | Fix calls to Rect.intersect() in package android.viewDoris Liu2015-05-281-1/+5
|/
* Offset accessibility focus rect for view root's scrollYAlan Viverette2015-05-261-0/+2
* Merge "Handle error states when refreshing accessibility node" into mnc-devAlan Viverette2015-05-261-9/+25
|\
| * Handle error states when refreshing accessibility nodeAlan Viverette2015-05-191-9/+25
* | Revert "resolved conflicts for merge of 47249f2a to mnc-dev"Dianne Hackborn2015-05-221-22/+5
* | resolved conflicts for merge of 47249f2a to mnc-devFilip Gruszczynski2015-05-201-5/+22
|\ \
| * | Support for devices with a chin.Filip Gruszczynski2015-05-201-7/+24
| * | am d955dceb: am 862540cd: Merge "Revert "DO NOT MERGE Backport of limited jan...John Reck2015-05-141-15/+1
| |\ \
| | * | Revert "DO NOT MERGE Backport of limited jank-tracking metrics"John Reck2015-05-131-15/+1
| * | | am a5b28b92: am 69355eaa: Merge "DO NOT MERGE Backport of limited jank-tracki...John Reck2015-05-131-1/+15
| |\ \ \ | | |/ /
| | * | DO NOT MERGE Backport of limited jank-tracking metricsJohn Reck2015-03-181-1/+15
* | | | Merge "Reduce wasted buffer allocations" into mnc-devJohn Reck2015-05-201-0/+9
|\ \ \ \
| * | | | Reduce wasted buffer allocationsJohn Reck2015-05-191-0/+9
| | |_|/ | |/| |
* | | | Merge "Keep IMM#mCurRootView synchronized with the actual window focus." into...Yohei Yukawa2015-05-191-7/+6
|\ \ \ \
| * | | | Keep IMM#mCurRootView synchronized with the actual window focus.Yohei Yukawa2015-05-151-7/+6
* | | | | Migrate uses of config_windowIsRound to Configuration.isScreenRoundAdam Powell2015-05-181-5/+2
| |/ / / |/| | |
* | | | Merge "Invalidate old accessibility bounds on CONTENT_CHANGE" into mnc-devAlan Viverette2015-05-151-2/+13
|\ \ \ \
| * | | | Invalidate old accessibility bounds on CONTENT_CHANGEAlan Viverette2015-05-151-2/+13
| |/ / /
* | | | Merge "Adjust light source for window position" into mnc-devAlan Viverette2015-05-151-10/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Adjust light source for window positionAlan Viverette2015-05-141-10/+15
* | | | Revert "Update IME focus when the active view is losing the focus."Wale Ogunwale2015-05-141-0/+5
|/ / /
* | | Merge "Revert "Revert "Add new MotionEvent actions for button press and relea...Michael Wright2015-05-141-1/+16
|\ \ \
| * | | Revert "Revert "Add new MotionEvent actions for button press and release.""Michael Wright2015-05-141-1/+16
* | | | Merge "Revert "Add new MotionEvent actions for button press and release."" in...Michael Wright2015-05-141-16/+1
|\ \ \ \ | |/ / /
| * | | Revert "Add new MotionEvent actions for button press and release."Michael Wright2015-05-141-16/+1
* | | | Merge "Add new MotionEvent actions for button press and release." into mnc-devMichael Wright2015-05-141-1/+16
|\ \ \ \ | |/ / /
| * | | Add new MotionEvent actions for button press and release.Michael Wright2015-05-141-1/+16
* | | | Merge "Make sure the app can draw a frame before unlocking" into mnc-devJorim Jaggi2015-05-131-28/+51
|\ \ \ \
| * | | | Make sure the app can draw a frame before unlockingJorim Jaggi2015-05-131-28/+51
* | | | | Merge "Update IME focus when the active view is losing the focus." into mnc-devYohei Yukawa2015-05-131-5/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update IME focus when the active view is losing the focus.Yohei Yukawa2015-05-121-5/+0
* | | | | Merge "Disable input during Activity Transition." into mnc-devGeorge Mount2015-05-111-5/+27
|\ \ \ \ \
| * | | | | Disable input during Activity Transition.George Mount2015-05-071-5/+27
| | |/ / / | |/| | |
* | | | | Merge "Fix issue #20655182: API Review: ViewAssistStructure" into mnc-devDianne Hackborn2015-05-081-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix issue #20655182: API Review: ViewAssistStructureDianne Hackborn2015-05-071-0/+4
| |/ / /
* | | | Move PhoneWindow and friends back into internal packageAdam Powell2015-05-061-0/+1
|/ / /
* | | Revert "Revert "Merge getDisplayList and updateDisplayListIfDirty""Chris Craik2015-05-011-4/+2
* | | Fix build.Chris Craik2015-05-011-1/+1
* | | Merge getDisplayList and updateDisplayListIfDirtyChris Craik2015-04-301-1/+1
* | | Fix ViewRootImpl handling of content changes, fix ViewPager parentingAlan Viverette2015-03-301-29/+67
* | | Remove the ability to disable audio service.John Spurlock2015-03-241-10/+0
* | | Merge commit '583c7c56' into masterGriff Hazen2015-03-231-13/+6
|\ \ \ | |/ /
| * | Allow emulator to select a window outset bottomGriff Hazen2015-03-131-14/+6
* | | Merge "Remove HardwareCanvas"Chris Craik2015-03-181-2/+2
|\ \ \
| * | | Remove HardwareCanvasChris Craik2015-03-101-2/+2
* | | | Add a type parameter to startActionMode() calls.Clara Bayarri2015-03-131-0/+6