Gilles Debunne
d122d8eb3e
Merge "Re-use the display list valid flag, save a boolean"
2012-03-09 17:16:21 -08:00
Fabrice Di Meglio
73ba0df14f
Merge "Make Drawable RTL APIs public"
2012-03-09 17:02:56 -08:00
Fabrice Di Meglio
06e1ec6462
Make Drawable RTL APIs public
...
- also optimize imports
Change-Id: I2649a539a5784293d09179981a5d57e900219246
2012-03-09 16:37:45 -08:00
Ken Wakasa
559c4841a6
Merge "Fix obvious typos under frameworks/base/core"
2012-03-09 15:52:06 -08:00
Svetoslav Ganov
977c9a5d3c
Merge "Removing checked state description text for accessibility from some widgets."
2012-03-09 10:24:33 -08:00
Svetoslav Ganov
55249c8601
Removing checked state description text for accessibility from some widgets.
...
1. The framework was appending some text to convey the state of a
a CheckedTextView or a RadioButton or a ToggleButton or a Switch
but the checked property already conveys that information. It is
responsibility of the screen reader developer to append the state
text based on the checked property. This change is requested by a
few screen reader developers.
bug:5951683
Change-Id: Ieba6797770201155c48e37147ae375dfcb5238aa
2012-03-09 10:17:16 -08:00
Ken Wakasa
f76a50ce8f
Fix obvious typos under frameworks/base/core
...
Change-Id: Ia5fc3db1bb51824e7523885553be926bcc42d736
2012-03-09 22:48:43 +09:00
Adam Powell
dca510e026
Fix docs
...
Change-Id: Idea902ec3b6e540972650a070e8d224603a55c94
2012-03-08 20:06:39 -08:00
Adam Powell
d9c7be6cc7
Public API for android.widget.Spinner properties
...
Bug 6104467
Add properties that can be set/retrieved programmatically to match the
XML attributes available.
Also add resource ID versions of Drawable setters for Switch.
Change-Id: I198cfd9701189ab200c3190f61d18c459b7e4591
2012-03-08 19:49:39 -08:00
Adam Powell
787f2699f1
Merge "Public API for android.widget.Switch properties"
2012-03-08 17:18:10 -08:00
Adam Powell
6c86e1ba41
Public API for android.widget.Switch properties
...
Bug 6104562
Add properties that can be set/retrieved programmatically to match the
XML attributes available.
Change-Id: Ief28e5cad9ec3e6c2d12dd11ff9fa24f22eecec3
2012-03-08 15:12:48 -08:00
Romain Guy
583fcb9175
Merge "Dispatch screen state change events to Views Bug #6120957 "
2012-03-08 15:06:50 -08:00
Romain Guy
bb9908b828
Dispatch screen state change events to Views
...
Bug #6120957
Using this new callback, views can interrupt and resume their
animations or other periodic tasks based on the current state
of the display.
Change-Id: I398f4abd421e9c5f207107bf1009a7b92cf45daa
2012-03-08 15:05:12 -08:00
Fabrice Di Meglio
bbd8226e97
Merge "More fixes about padding"
2012-03-08 12:26:22 -08:00
Adam Powell
f8f0c8ea4b
Merge "Fix measurement issues with Spinner and ListPopupWindow"
2012-03-08 12:24:32 -08:00
Adam Powell
7507d3d31c
Fix measurement issues with Spinner and ListPopupWindow
...
Bug 6132826 - make sure that our speculative measurement of list items
uses an accurate width MeasureSpec. This bug would sometimes affect
window sizing when measuring height if content could wrap in the
presence of restricted width.
Change-Id: Ie28573e952cac3dfa2b95e4691758c72f26b8fd9
2012-03-08 12:19:31 -08:00
Fabrice Di Meglio
bf923ebb25
More fixes about padding
...
- take care of overridig setPaddingRelative() too in TextView subclasses
Change-Id: If2057247cfcac919d777846def4adfeb5a682d51
2012-03-08 12:12:34 -08:00
Fabrice Di Meglio
0c245fb201
Merge "Make more TextView RTL APIs public"
2012-03-08 11:13:27 -08:00
satok
a4fb0cb1fe
Merge "Optimization of the request of the sentence level spell check"
2012-03-08 06:12:59 -08:00
satok
fe5a51ee04
Optimization of the request of the sentence level spell check
...
Change-Id: Ic89b0dd027bf0af6e8f1877043ae40baed48b2a4
2012-03-08 21:40:53 +09:00
satok
3154fc45e5
Merge "Fix spell checker framework"
2012-03-08 02:31:08 -08:00
satok
2428ccbbde
Fix spell checker framework
...
Change-Id: I281d031259dd220936832668e7a4556473ccb2ce
2012-03-08 18:52:21 +09:00
satok
792ee0cc4d
Fix possible NPE in SpellChecker
...
Change-Id: Ib3c9fe7189c8f31a460149add857e9855919f386
2012-03-08 17:03:48 +09:00
Fabrice Di Meglio
d159109bd8
Make more TextView RTL APIs public
...
- padding related APIs
- drawable related APIs
Change-Id: If926ba1658431f826153128553f1ff429275f948
2012-03-07 15:34:38 -08:00
Gilles Debunne
28ab0b5d0a
Re-use the display list valid flag, save a boolean
...
Change-Id: I991e7fb224b0725a0f2ae02f04456bd192582ca6
2012-03-07 11:08:31 -08:00
Jeff Brown
faeac2737d
Merge "Change widgets to post invalidate to the animation timer."
2012-03-05 15:38:47 -08:00
Jeff Brown
6cb7b46c56
Change widgets to post invalidate to the animation timer.
...
Change-Id: I8377e924529fb9d8afd8a834003a17de616e8e87
2012-03-05 15:19:31 -08:00
Gilles Debunne
6c488de023
EditText caches only text in its internal display list.
...
Decorelate background and text in layout display. This allows
to only store the text in the editable TextView's display list.
Selection and cursor changes no longer need to invalidate the
display list, leading to faster rendering.
Change-Id: I3af3a98846e1bfe2d9ec6c42590e71bf3704595e
2012-03-05 14:22:20 -08:00
Scott Main
b8b36b8b78
am dc022a6f: am 08e91352: am 93dc642e: docs: fix misc bugs from external tracker
...
* commit 'dc022a6f9aa30d9282c4f82c1cc4d1c8bde7e808':
docs: fix misc bugs from external tracker
2012-03-05 10:09:44 -08:00
Scott Main
08e9135216
am 93dc642e: docs: fix misc bugs from external tracker
...
* commit '93dc642eaf48e3db58c4929df26283fbc5fd663f':
docs: fix misc bugs from external tracker
2012-03-05 10:06:00 -08:00
Scott Main
93dc642eaf
docs: fix misc bugs from external tracker
...
Change-Id: I2be617be23d0ac50baabac561d510633fa9f162a
2012-03-02 16:55:41 -08:00
Svetoslav Ganov
2e9e02fd33
Merge "Sync of the NumberPicker attributes with the public Java APIs"
2012-03-02 15:33:33 -08:00
Svetoslav Ganov
72d403ce35
Merge "Sync of the TimePicker attributes with the public Java APIs."
2012-03-02 15:33:20 -08:00
Svetoslav Ganov
e8331bd2e7
Sync of the NumberPicker attributes with the public Java APIs
...
1. Renamed some attributes to not overlap with already public
ones since they are not dedicated for external use.
bug:6094713
bug:6104108
Change-Id: Iab8a906680ebcaa91f020ffbf55cf603a1071437
2012-03-02 15:15:38 -08:00
Svetoslav Ganov
53b948d3ae
Sync of the TimePicker attributes with the public Java APIs.
...
1. Renamed an attribute which is not mean to be public so
its name is not the same as that of an already public one.
bug:6094713
Change-Id: I3f8b3f3840b88265069d3474be7db04056d219c1
2012-03-02 14:58:12 -08:00
Svetoslav Ganov
d56ab1e3a1
Merge "Sync of the DatePicker attributes with the public Java APIs."
2012-03-02 14:03:16 -08:00
Svetoslav Ganov
c49a8be0d2
Sync of the DatePicker attributes with the public Java APIs.
...
1. Deprecated two old attributes.
2. Renamed an attribute which is not mean to be public so
its name is not the same as that of an already public one.
bug:6094713
Change-Id: I577a9e191cbd05cd18cb34105dcdbe53c0a5dd1e
2012-03-02 13:39:29 -08:00
Svetoslav Ganov
45e96fd28a
Merge "Adding getter/setter for all public attributes in CalendarView."
2012-03-02 13:12:22 -08:00
Adam Powell
6435da6119
am d9760a81: am 25517fdc: am 637c50db: am c7e5a2fe: Merge "Fix dividers for LinearLayout (TabWidget)"
...
* commit 'd9760a813e99670c5bdb05c95ae3bafb58abf897':
Fix dividers for LinearLayout (TabWidget)
2012-03-01 23:57:10 -08:00
Adam Powell
637c50db47
am c7e5a2fe: Merge "Fix dividers for LinearLayout (TabWidget)"
...
* commit 'c7e5a2fe3042014f78667228a92e41d0a19547fd':
Fix dividers for LinearLayout (TabWidget)
2012-03-01 22:46:26 -08:00
Svetoslav Ganov
ff37505cb1
Adding getter/setter for all public attributes in CalendarView.
...
bug:6094713
Change-Id: Iff4a1d903d597ae8a3d74a4e4734376acca417f3
2012-03-01 21:31:34 -08:00
Fabrice Di Meglio
dd3ef2c573
Improve RTL APIs
...
- follow changed / reset pattern
Change-Id: I1c5e9b39196029bd78add2ab13b984da124822ca
2012-03-01 17:34:56 -08:00
Adam Powell
c7e5a2fe30
Merge "Fix dividers for LinearLayout (TabWidget)"
2012-03-01 16:26:04 -08:00
Jean-Baptiste Queru
b08dee9d38
am f09c0c7f: am 93920d79: am a66be970: am 11aa4cc3: Merge "Set width of spinner\'s dropdown to fit on device"
...
* commit 'f09c0c7f31e72611d91b4ac91ce5a9f019b16083':
Set width of spinner's dropdown to fit on device
2012-03-01 15:35:37 -08:00
satok
592c85cd6c
Merge "Handle sentence level spell checking hidden APIs"
2012-03-01 00:25:03 -08:00
satok
8898358bfd
Handle sentence level spell checking hidden APIs
...
Change-Id: Ia91f1771c0b8ef458dd5b023f4c372cc36a15657
2012-03-01 15:56:58 +09:00
Gilles Debunne
161d9cf954
Merge "Invalidate text display list on scroll"
2012-02-29 17:32:20 -08:00
Fabrice Di Meglio
fe35a46f56
Merge "Fix bug #5616520 When the device is set to Arabic, and the email application is launched, the guided text is not displayed"
2012-02-29 16:20:24 -08:00
Fabrice Di Meglio
b863419b75
Fix bug #5616520 When the device is set to Arabic, and the email application is launched, the guided text is not displayed
...
- do correct scrolling when hint is shown
Change-Id: If17a1ffbd4d83bfa601e5ee97d3e73932eb4143c
2012-02-29 16:00:47 -08:00
Jean-Baptiste Queru
93920d79b7
am a66be970: am 11aa4cc3: Merge "Set width of spinner\'s dropdown to fit on device"
...
* commit 'a66be970999c5eec1c8efb46e196f19ae563fc9b':
Set width of spinner's dropdown to fit on device
2012-02-29 15:47:42 -08:00