summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TableRow.java
Commit message (Collapse)AuthorAgeFilesLines
* Add @InspectableProperty annotations to LayoutParamsAshley Rose2019-03-041-0/+3
| | | | | | Change-Id: I69eb71bec8bbf36564e178a3ddf4be9e00e2d531 Fix: 126913705 Test: m framework
* Handle null result from getVirtualChildAt()Alan Viverette2015-12-171-1/+1
| | | | | | | | Also adds final where the method was being called, adds Nullable annotation to method, and updates docs. Bug: 25985497 Change-Id: I847a8507f2e3970f1340cddf4abf8650dda22b35
* Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell2015-06-111-1/+1
| | | | | | | | | | | | | | As of MNC stock widgets will pass a size in UNSPECIFIED MeasureSpec values as a hint of the container size. This lets things like list items size themselves at 1/3 the size of their container. This breaks assumptions in a few existing applications, so maintain the old expectation of 0 size in UNSPECIFIED MeasureSpecs for apps targeting older SDK versions. Bug 20975083 Change-Id: Ic7318e88854e00d96852dde2c0e10376b42bf77f
* Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-1/+10
| | | | | | | | | A previous CL introduced a new way of encoding view properties for use by heirarchy viewer. This CL updates all views using the old @ExportedProperty annotation to use this new method. The older mechanism will be removed in a subsequent CL. Change-Id: I6cc23b90cd9da1c6ce89b4caffe54874db203452
* Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski2015-04-161-2/+4
| | | | Change-Id: I6c4f193d0590824c644e20e8af16d055a04ac9c9
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
| | | | Change-Id: I031443de83f93eb57a98863001826671b18f3b17
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-11/+2
| | | | | | | | | | | | | | Introduce new AssistData class that contains all data the framework automatically generates for assist. Currently populated with a very simple tree structure representing the app's view hierarchy. Reworked how we populate the class name for accessibility info, so this is provided through a new method call on View that subclasses can override. This method is also used to populate the class name in AssistData. Change-Id: Ibd0acdc8354727d4291473283b5e4b70894905dc
* Fix accessibility delegationAlan Viverette2015-01-071-4/+6
| | | | | | | | | | | | | | | Ensures that delegate code is run last. Previously, calling the super method from an accessibility delegate set on a widget would only run code in the widget's parent. Next, the delegate code would run. Finally, the widget's code would run. As a result, the widget code would override any data supplied by the delegate. By moving all overridden code to internal methods, we ensure that the call chain for super includes the widget's parent code followed by the widget's code. The delegate code will always run last. BUG: 17641433 Change-Id: Ib9d403156c1fc4fb04f65f3c126d1277a44b3740
* am d31f0ab9: am 9d662c77: am 68b14054: Merge "Revert "Fix bug #7325234 ↵Fabrice Di Meglio2012-10-291-4/+1
|\ | | | | | | | | | | | | LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)"" into jb-mr1-dev * commit 'd31f0ab93f4f35a7ca6df6d428db2a5fd3d6750a': Revert "Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)"
| * Revert "Fix bug #7325234 LayoutParams are not resolved correctly (Settings ↵Fabrice Di Meglio2012-10-261-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | apps looks broken on Manta in Arabic)" This reverts commit 6bf6eb7d5f9207d6a3e1d6b61f17a8654d06fbdb. and also fbc21e126f329b7b7c161858c1390ccb023be07e I have also removed all unnecessary calls to resolveLayoutDirection(int). This is possible as we are resolving layout params on every child of a ViewGroup as of commit fcc3348f61b2992f0b84e8e8dcb3535fc715298f Change-Id: I262a375b03fcc3c9261cbe2edebb6ec42ec2e186
* | am b1f434c1: am 744b4dca: am 09a5321c: Merge "Revert "Revert "This restores ↵Dave Burke2012-10-181-2/+13
|\| | | | | | | | | | | | | JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height.""" into jb-mr1-dev * commit 'b1f434c16eefb028ef441ba40df8abe1e087a4eb': Revert "Revert "This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height.""
| * Revert "Revert "This restores JB MR0 behavior where the framework throws an ↵Dave Burke2012-10-181-2/+13
| | | | | | | | | | | | | | | | exception for improper layouts that are missing layout_width and/or layout_height."" This reverts commit 57fca90ac65ecfe97acd4c93d442c3db8f815e11 Change-Id: I21b007a7d150a4c23f25a706cdba5cb86198198f
* | am 22bd3726: am 76a01424: am 871a6d7d: Merge "Revert "This restores JB MR0 ↵Justin Ho2012-10-171-13/+2
|\ \ | | | | | | | | | | | | | | | | | | behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height."" into jb-mr1-dev * commit '22bd3726be37a24e956d962d61657d8a3d54c985': Revert "This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height."
| * | Revert "This restores JB MR0 behavior where the framework throws an ↵Justin Ho2012-10-171-13/+2
| | | | | | | | | | | | | | | | | | | | | | | | exception for improper layouts that are missing layout_width and/or layout_height." This reverts commit f49d835dfe1bd21920ff8a48cbdfb9c1fd632fd9 Change-Id: If0093f23d6458e53619220fbf0aa5f844ad2c790
* | | am 0efebf0a: am c35f7650: am 4db31657: Merge "This restores JB MR0 behavior ↵Justin Ho2012-10-171-2/+13
|\| | | | | | | | | | | | | | | | | | | | where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height." into jb-mr1-dev * commit '0efebf0af4c21b9d02c9c06b67867a554e0b35ea': This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height.
| * | This restores JB MR0 behavior where the framework throws an exception for ↵Justin Ho2012-10-171-2/+13
| |/ | | | | | | | | | | | | | | improper layouts that are missing layout_width and/or layout_height. This reverts commit 57fca90ac65ecfe97acd4c93d442c3db8f815e11 Change-Id: I0fe25056cd54b8852b32ae4621e048d3f5c7d555
* | am 47270268: am 8598646e: am 144d4055: Merge "Revert "This restores JB MR0 ↵Justin Ho2012-10-171-13/+2
|\| | | | | | | | | | | | | behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height."" into jb-mr1-dev * commit '472702687d174c126752259485b83c39f3eb2801': Revert "This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height."
| * Revert "This restores JB MR0 behavior where the framework throws an ↵Justin Ho2012-10-171-13/+2
| | | | | | | | | | | | | | | | exception for improper layouts that are missing layout_width and/or layout_height." This reverts commit dcf59629beed8182759a1068ab8ee997935bef82 Change-Id: I27426a0ffe993973ffb0b05ce1ed3afe73fcd87d
* | am ef512f03: am cccf85c2: am 8e614501: Merge "This restores JB MR0 behavior ↵Jim Miller2012-10-161-2/+13
|\| | | | | | | | | | | | | where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height." into jb-mr1-dev * commit 'ef512f03e3a10b39e82c9029d9d7623915ac8850': This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height.
| * This restores JB MR0 behavior where the framework throws an exception for ↵Jim Miller2012-10-161-2/+13
| | | | | | | | | | | | | | | | | | | | improper layouts that are missing layout_width and/or layout_height. Revert "Revert "Revert "Fix for bug 6050753.""" This reverts commit 6868d6f349610c15256471cc3d5fa708cbfd5f1d Change-Id: I8843d92dba14c82f06d9ee59517cf11b2abbbf04
* | am 1167b7b9: am dcfe6cee: am 6868d6f3: Revert "Revert "Fix for bug 6050753.""Mathias Agopian2012-10-151-13/+2
|\| | | | | | | | | * commit '1167b7b9e43878f077478f58e31e268c2e191110': Revert "Revert "Fix for bug 6050753.""
| * Revert "Revert "Fix for bug 6050753.""Mathias Agopian2012-10-151-13/+2
| | | | | | | | | | | | | | | | Emergency revert -- fix reboot loop. This reverts commit 8e63bcc63fd002231f8391af8982eeb235d096c8. Change-Id: I4373b867d756de09cdf6aa0aba9e6ff8f47bcdbc
* | am 3e6c9ba6: am cb09dba0: am 69fbc3c0: Merge "Revert "Fix for bug 6050753."" ↵Romain Guy2012-10-151-2/+13
|\| | | | | | | | | | | | | into jb-mr1-dev * commit '3e6c9ba6777cec3b3928ddb2b399c957735f7b06': Revert "Fix for bug 6050753."
| * Revert "Fix for bug 6050753."Romain Guy2012-10-151-2/+13
| | | | | | | | This reverts commit c29f031598811486d83f418fd08fbfe1fc41788a.
* | am 4c95bfd5: am 39b0c29e: am ec139240: Merge "Fix bug #7325234 LayoutParams ↵Fabrice Di Meglio2012-10-111-1/+4
|\| | | | | | | | | | | | | are not resolved correctly (Settings apps looks broken on Manta in Arabic)" into jb-mr1-dev * commit '4c95bfd5ad4d17b6e0e618cd3244ee2d33bcbda1': Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)
| * Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps ↵Fabrice Di Meglio2012-10-101-1/+4
| | | | | | | | | | | | | | | | | | | | looks broken on Manta in Arabic) Part 2 - fix remaining UI widgets by asking layout params resolution when needed Change-Id: I97c41639da645d77eeda85feec3bbcc7fc1260b9
* | Optical bounds support for LinearLayout, TableLayout and TableRow.Philip Milne2012-09-271-1/+1
|/ | | | | | | | | | | | | | | The generic support for optical bounds provided in: https://googleplex-android-review.googlesource.com/#/c/228269/ did not work correctly for nested LinearLayouts. With this fix all the layouts in the APIdemos now seem to layout correctly when the optical bounds mode is enabled. (There's currently no, user level, way to do this. Instead, the optical bounds layout mode has to be enabled on a per view basis.) Change-Id: Id3d1d84445a8a2df277ddfe679c42f2d6cf775f4
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-1/+1
| | | | | | - rename getResolvedLayoutDirection() to getLayoutDirection() Change-Id: I3afe56c0db0751952f5056c23893cb7455531d29
* Fix for bug 6050753.Philip Milne2012-02-221-13/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The method: TypedArray: getLayoutDimension(int, String) throws an undocumented exception when either the width and/or height attributes are undefined. See the bug report above for reasons why this was deemed unhelpful both in the tools area and to developers in general. Fix by: 1. Documenting the conditions under which the method raises an exception. 2. Deprecating the method, advising callers to supply a default instead. Additionally, redefine the: ViewGroup: setBaseAttributes(TypedArray, int, int); methods to provide the appropriate defaults in ViewGroup subclasses as advised above. For the platform layouts the default value is WRAP_CONTENT (and is defined in the ViewGroup.LayoutParams class). The special cases are accomodated in LayoutParams subclasses in the following cases: Subclass width height FrameLayout.LayoutParams: MATCH_PARENT, MATCH_PARENT TableLayout.LayoutParams: MATCH_PARENT, WRAP_CONTENT TableRow.LayoutParams: MATCH_PARENT, WRAP_CONTENT Change-Id: I335a3bd8e2d7f7866692898ed73492635a5b61ea
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set ↵Svetoslav Ganov2012-01-171-0/+14
| | | | | | | | | | | | | | | to only framework classes. AccessibilityEvent and AccessibilityNodeInfo have a property className which is set to the source Java class. This is problematic since leads to leaking private classes which would allow an accessibility service to load classes from other packages. This is strongly undesirable since not trusted code can be loaded, and hence executed, in the accessibility service. To address that the class name is set to the most concrete framework class extended by the info/event source. bug:5878943 Change-Id: I7b3114ece8772ea2773f5151e21b8a6f2006882a
* Add View.getResolvedLayoutDirection()Fabrice Di Meglio2011-06-141-1/+2
| | | | | | | | | - update Callback2 interface - update Gravity.getAbsoluteGravity() and Gravity.apply() to be more generic by changing "boolean isRtl" parameter to "int layoutDirection" - fix BiDiTests for RTL FrameLayout Change-Id: I97bb456c22d5fd3ecb34f08564ce4dbed37e7459
* Add support for Gravity BEFORE and AFTERFabrice Di Meglio2011-05-271-1/+2
| | | | | | | | - update layouts - add Callback2 for RTL aware Drawable - add unit tests Change-Id: Ic64d0291e262170aff7297c6580b0b422eaa8d89
* Categorizing exported view properties.Konstantin Lopyrev2010-08-101-2/+2
| | | | Change-Id: I79c42019836973d80662c21d195d088ae01537a0
* Force layout on TableRows when column widths are shrinked or streched.Gilles Debunne2010-02-121-1/+1
| | | | | | Also features some comment typos and import re-ordering. Change-Id: I32cb14419d7d349064032718469daf62a0a72e3a
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-6/+6
| | | | Bug: #2361749.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+531
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-531/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+531