summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/View.java
Commit message (Expand)AuthorAgeFilesLines
* am 50ef7ab7: Docfix: remove confusing "disabled" link label.John Spurlock2013-05-291-2/+2
|\
| * Docfix: remove confusing "disabled" link label.John Spurlock2013-05-291-2/+2
* | am ee352cca: Merge "Fix typo in View.java javadocs" into jb-mr2-devJohn Spurlock2013-05-281-1/+1
|\ \ | |/
| * Fix typo in View.java javadocsJohn Spurlock2013-05-281-1/+1
* | am 78a4630e: Merge "Taking into account data change for AbsListView when pref...Svetoslav Ganov2013-05-201-0/+38
|\ \ | |/
| * Taking into account data change for AbsListView when prefetching node infos.Svetoslav Ganov2013-05-171-0/+38
* | am bee0495f: Merge "Dirty rect must expand, not contract." into jb-mr2-devChet Haase2013-05-151-4/+4
|\ \ | |/
| * Dirty rect must expand, not contract.Chet Haase2013-05-141-4/+4
* | am c0a979ce: Merge "Fixing the accessibility text traversal in extend mode." ...Svetoslav2013-05-141-48/+18
|\ \ | |/
| * Merge "Fixing the accessibility text traversal in extend mode." into jb-mr2-devSvetoslav2013-05-141-48/+18
| |\
| | * Fixing the accessibility text traversal in extend mode.Svetoslav2013-05-101-48/+18
* | | am 4754f401: Merge "Avoid NullPointerException in getHandler()"Craig Mautner2013-05-101-2/+3
|\ \ \ | |/ / |/| |
| * | Avoid NullPointerException in getHandler()Koji Fukui2013-05-011-2/+3
* | | Accessibility should not query for list items when data set changed.Svetoslav2013-05-081-1/+3
| |/ |/|
* | Optimize RTL properties resolutionFabrice Di Meglio2013-05-031-2/+6
* | Merge "Revert change f449c0c381239dc0f78b0f01ecfb3889e056a597." into jb-mr2-devSvetoslav Ganov2013-04-261-1/+4
|\ \
| * | Revert change f449c0c381239dc0f78b0f01ecfb3889e056a597.Alan Viverette2013-04-251-1/+4
* | | Merge "Force clipping on layers that fail to be allocated" into jb-mr2-devChris Craik2013-04-261-1/+1
|\ \ \ | |/ / |/| |
| * | Force clipping on layers that fail to be allocatedChris Craik2013-04-251-1/+1
* | | Lockscreen widgets not always announced.Svetoslav2013-04-251-6/+3
* | | Document behavior and usage of ViewGroup.bringChildToFront()Chet Haase2013-04-241-1/+6
|/ /
* | Merge "Fix quickReject logic to account for setClipChildren() setting" into j...Chet Haase2013-04-201-2/+2
|\ \
| * | Fix quickReject logic to account for setClipChildren() settingChet Haase2013-04-191-2/+2
* | | Merge "Fix bug #8654490 android:paddingStart doesn't override android:padding...Fabrice Di Meglio2013-04-191-10/+16
|\ \ \ | |/ / |/| |
| * | Fix bug #8654490 android:paddingStart doesn't override android:paddingLeftFabrice Di Meglio2013-04-181-10/+16
* | | Fixes for setClipBounds()Chet Haase2013-04-161-4/+18
|/ /
* | API and doc cleanup, plus small animation/UI featuresChet Haase2013-04-121-1/+36
* | Amend getOverlay() docs for SurfaceView/TextureViewChet Haase2013-04-081-0/+4
* | Make adding views specific to a ViewGroup's overlayChet Haase2013-04-081-27/+17
* | am 23eda7cd: am 76f9a0a6: am c318dbcf: am 2dd01a0b: am 555c82cd: am f7c06ddb:...Scott Kennedy2013-04-031-1/+1
|\ \
| * \ am 76f9a0a6: am c318dbcf: am 2dd01a0b: am 555c82cd: am f7c06ddb: Merge "docs:...Scott Kennedy2013-04-031-1/+1
| |\ \ | | |/ | |/|
| | * am f7c06ddb: Merge "docs: Typos and other fixes" into jb-mr1-devScott Kennedy2013-04-031-1/+1
| | |\
| | | * Merge "docs: Typos and other fixes" into jb-mr1-devScott Kennedy2013-04-031-1/+1
| | | |\
| | | | * docs: Typos and other fixesScott Kennedy2013-01-161-1/+1
| | | * | Fix Javadoc for View layoutDirection / textDirection / textAlignment - DO NOT...Fabrice Di Meglio2013-01-301-0/+15
| | | |/
* | | | Update view's alpha and layer docsChris Craik2013-04-011-17/+21
* | | | Fix touch processing for Overlay viewsChet Haase2013-03-251-2/+2
* | | | Add missing ViewDebug infos for View.getTextDirection()Fabrice Di Meglio2013-03-191-0/+8
* | | | DO NOT MERGE: ListView transient state fixChet Haase2013-03-181-2/+1
* | | | Merge "Add overlays to views" into jb-mr2-devChet Haase2013-03-181-5/+66
|\ \ \ \
| * | | | Add overlays to viewsChet Haase2013-03-151-5/+66
* | | | | Avoid warnings about synthesized IDs.Jeff Sharkey2013-03-151-2/+6
|/ / / /
* | | | Add InputDevice#isFromSource convenience methodMichael Wright2013-03-111-2/+2
* | | | Make View#computeOpaqueFlags recognize OUTSIDE_OVERLAY scrollbarsAdam Powell2013-03-071-2/+3
* | | | Add new WindowId for cross-process monitoring of focus.Dianne Hackborn2013-03-051-0/+23
* | | | Formalize overscan metrics.Dianne Hackborn2013-02-221-8/+46
* | | | Expose display list APIsRomain Guy2013-02-191-15/+10
* | | | Fix getHitRect() to return correct rect for transformed childChet Haase2013-02-121-2/+1
* | | | Merge "Optimize loading of resource name when reported to accessibility."Svetoslav2013-02-121-11/+2
|\ \ \ \
| * | | | Optimize loading of resource name when reported to accessibility.Svetoslav2013-02-111-11/+2