summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/View.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Improve logging around performance critical events" into lmp-mr1-devChris Craik2014-11-201-124/+135
|\
| * Improve logging around performance critical eventsChris Craik2014-11-191-124/+135
* | Merge "Don't invalidate() on setClipBounds" into lmp-mr1-devJohn Reck2014-11-181-12/+6
|\ \
| * | Don't invalidate() on setClipBoundsJohn Reck2014-11-171-12/+6
* | | Fix invalidateOutlineJohn Reck2014-11-171-15/+4
|/ /
* | Merge "Account for window bounds in accessibility view click point computatio...Alan Viverette2014-11-141-0/+6
|\ \
| * | Account for window bounds in accessibility view click point computationAlan Viverette2014-11-121-0/+6
| |/
* | Merge "Optimize setting padding and backgrounds for views" into lmp-mr1-devAdam Powell2014-11-131-8/+20
|\ \
| * | Optimize setting padding and backgrounds for viewsAdam Powell2014-11-121-8/+20
| |/
* | Update GhostView properly when underlying view changes.George Mount2014-11-111-1/+1
|/
* Adding APIs to enable apps to influence accessibility traversal.Svetoslav2014-10-301-0/+134
* Merge "Show scroll indicators in AlertDialog" into lmp-mr1-devAlan Viverette2014-10-301-0/+36
|\
| * Show scroll indicators in AlertDialogAlan Viverette2014-10-301-0/+36
* | Merge "Update drawable state after updating tint list" into lmp-mr1-devAlan Viverette2014-10-291-0/+6
|\ \
| * | Update drawable state after updating tint listAlan Viverette2014-10-291-0/+6
| |/
* | Ensure accessibility focus rect is drawn correctlyAlan Viverette2014-10-281-51/+0
|/
* Merge "Add resizeClip attribute to ChangeBounds." into lmp-mr1-devGeorge Mount2014-10-271-1/+1
|\
| * Add resizeClip attribute to ChangeBounds.George Mount2014-10-241-1/+1
* | Merge "Enhance computation of click point for accessibility." into lmp-mr1-devSvetoslav2014-10-241-0/+15
|\ \ | |/ |/|
| * Enhance computation of click point for accessibility.Svetoslav2014-10-231-0/+15
* | Merge "Use one method to change bounds in ChangeBounds." into lmp-mr1-devGeorge Mount2014-10-231-0/+8
|\ \
| * | Use one method to change bounds in ChangeBounds.George Mount2014-10-231-0/+8
| |/
* | View measurement optimizationAdam Powell2014-10-151-5/+10
* | Send VIEW_SELECTED event when View selection state changesAlan Viverette2014-10-131-2/+6
|/
* Merge "Fix some documentation typos." into lmp-devNewton Allen2014-10-021-2/+2
|\
| * Fix some documentation typos.Newton Allen2014-09-301-2/+2
* | Inset the non-overlay contextual action bar without a status guardAdam Powell2014-09-301-0/+1
|/
* Avoid invalidating view during some outline invalidationsChet Haase2014-09-151-7/+31
* Clean up view drawable tinting methods, fix default modesAlan Viverette2014-09-141-20/+55
* Provide a public API for View#computeFitSystemWindowsAdam Powell2014-09-121-0/+22
* Remove View methods that can't be used safely from the SDKAdam Powell2014-09-111-0/+4
* Merge "Clicking on partially coverd views by other views or windows." into lm...Svet Ganov2014-09-081-0/+142
|\
| * Clicking on partially coverd views by other views or windows.Svet Ganov2014-09-071-0/+142
* | Add shadow/clipping properties to HierarchyViewerChris Craik2014-09-051-0/+12
|/
* Merge "Prioritize reveal clipping over Outline clipping" into lmp-devChris Craik2014-09-041-7/+16
|\
| * Prioritize reveal clipping over Outline clippingChris Craik2014-09-041-7/+16
* | Fix clip rect when drawing accessibility focus rectAlan Viverette2014-09-041-1/+3
* | Remove partial support for hotspot changes on focus movementAlan Viverette2014-09-021-27/+0
|/
* Merge "Animator stuff" into lmp-devJohn Reck2014-08-281-4/+5
|\
| * Animator stuffJohn Reck2014-08-271-4/+5
* | Merge "Fix live region updates." into lmp-devSvetoslav2014-08-281-1/+1
|\ \
| * | Fix live region updates.Svetoslav2014-08-201-1/+1
* | | Use bounds in screen for better A11y backwards compatibilityAlan Viverette2014-08-251-1/+4
| |/ |/|
* | Merge "Add Parent Change to ChangeTransform" into lmp-devGeorge Mount2014-08-211-0/+9
|\ \
| * | Add Parent Change to ChangeTransformDake Gu2014-08-211-0/+9
* | | Jump drawable state (including ripples) on view detachAlan Viverette2014-08-211-0/+4
|/ /
* | Merge "Implement full View.buildLayer" into lmp-devJohn Reck2014-08-161-4/+3
|\ \ | |/ |/|
| * Implement full View.buildLayerJohn Reck2014-08-201-4/+3
* | Add outlineProvider attributeChris Craik2014-08-191-8/+26
|/
* Draw accessibility focus in View rather than ViewRootImplAlan Viverette2014-08-191-0/+46