summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewGroup.java
Commit message (Expand)AuthorAgeFilesLines
* Create z reordering boundaries around dispatchDrawChris Craik2014-08-251-1/+2
* Don't mangle layer paint's alphaJohn Reck2014-08-181-3/+1
* Move shared elements to overlay when in a transition group.George Mount2014-08-081-1/+1
* Move clip bound execution into drawChild()Chris Craik2014-08-051-13/+2
* Give disappearing children a chance to recreate DisplayListsChet Haase2014-08-041-10/+18
* Exposed getLocationOnScreen, added formatToHexString method.Jon Miranda2014-07-291-2/+2
* Avoid calling non-final methods in ctorJohn Reck2014-07-281-2/+2
* Move ClipBounds to nativeChris Craik2014-07-251-2/+3
* Allow focusable in touch mode views to ignore touchscreen focus blocksAdam Powell2014-07-211-13/+26
* Add nested pre-fling for nested scrollingAdam Powell2014-07-171-0/+8
* Add ViewGroup#getClipToPadding()Adam Powell2014-07-111-0/+11
* Add API to block focus in the presence of a touchscreenAdam Powell2014-07-101-4/+53
* Remove ActionBar.LayoutParams MarginLayoutParams constructorAdam Powell2014-07-011-0/+14
* Add missing invalidate callsJohn Reck2014-06-301-1/+5
* Merge "Revert "Revert "API Review: Change View viewName attribute to transiti...George Mount2014-06-211-2/+2
|\
| * Revert "Revert "API Review: Change View viewName attribute to transitionName.""George Mount2014-06-231-2/+2
* | Merge "Revert "API Review: Change View viewName attribute to transitionName.""John Reck2014-06-231-2/+2
|\ \ | |/
| * Revert "API Review: Change View viewName attribute to transitionName."John Reck2014-06-231-2/+2
* | Merge "API Review: Change View viewName attribute to transitionName."George Mount2014-06-211-2/+2
|\ \ | |/
| * API Review: Change View viewName attribute to transitionName.George Mount2014-06-201-2/+2
* | Revert changes to invalidateChildJohn Reck2014-06-191-3/+3
|/
* Merge "Move LayerType to RenderNode"John Reck2014-06-121-13/+3
|\
| * Move LayerType to RenderNodeJohn Reck2014-06-121-13/+3
* | am c72a2a82: Merge "Explicitly track consumed state for WindowInsets" into lm...Adam Powell2014-06-121-2/+2
|\ \ | |/ |/|
| * Explicitly track consumed state for WindowInsetsAdam Powell2014-06-111-2/+2
* | Merge "Update ViewLocationHolder#compareTo to properly implement Comparable"Kristian Monsen2014-06-091-12/+3
|\ \
| * | Update ViewLocationHolder#compareTo to properly implement ComparableKristian Monsen2014-06-041-12/+3
| |/
* | Even FASTER damage calculations!John Reck2014-06-041-0/+26
|/
* Respect Z ordering in touch dispatch, software drawingChris Craik2014-05-281-31/+98
* Support Activity Transitions when activity stopped.George Mount2014-05-151-2/+2
* Change sharedElementName to viewName.George Mount2014-05-121-5/+5
* resolved conflicts for merge of 1e8a87dd to masterGuang Zhu2014-05-071-0/+1
|\
| * send accessibility events on view property invalidationGuang Zhu2014-05-061-0/+1
| * DO NOT MERGE Refactoring of fitSystemWindows to applyWindowInsets for viewsAdam Powell2014-04-151-9/+7
* | Add support for hiding action bars on scroll.Adam Powell2014-05-011-2/+1
* | Fix ScrollView nested scrolling with touch down on buttonsAdam Powell2014-04-251-0/+1
* | Nested scrolling!Adam Powell2014-04-241-0/+76
* | Merge "ViewGroup now applies clipBounds to its children"Selim Cinek2014-04-181-4/+14
|\ \
| * | ViewGroup now applies clipBounds to its childrenSelim Cinek2014-04-171-4/+14
* | | Split Activity Transitions out of PhoneWindow.George Mount2014-04-171-1/+3
|/ /
* | Move most TransformationInfo properties to RenderNodeChris Craik2014-04-021-5/+5
* | Update several stale RenderNode variable namesChris Craik2014-03-281-4/+4
* | Simplify RenderNode refresh/build/update processChris Craik2014-03-281-1/+0
* | Rework Outline API, remove isolatedZVolume remnantsChris Craik2014-03-241-49/+2
* | Added accessibility APIs for introspecting interactive windows.Svetoslav2014-03-201-2/+2
* | Hide isolatedZVolume APIChris Craik2014-03-071-0/+4
* | resolved conflicts for merge of 1569d61f to masterFilip GruszczyƄski2014-03-051-1/+2
|\ \ | |/
| * Passing and using defStyle in ViewGroup initFromAttributes.Filip GruszczyƄski2014-03-051-5/+4
* | Detach disappearing children in onDetachJohn Reck2014-03-061-2/+12
* | Change Activity Scene Transitions to be more automatic redo.George Mount2014-02-261-4/+36