Philip Milne
48b55244d2
Support for maximum values in layout GridLayout.
...
A cell's ability to shrink or stretch is now integrated with the
constraints system, which is now supplied with both upper and lower
bounds.
Also:
. Remove package private access (pseudo) annotation
. Remove rowWeight and columnWeight attributes and fields
. Remove code to handle weights
Change-Id: I9e2432101d15466c621f51ae362435051fab5764
2011-07-01 11:08:19 -07:00
Romain Guy
595c18b07a
Add test case for driver issue
...
Change-Id: I0411bf9c8e114ce388e619170fb4c2b1c6fd80f9
2011-06-29 17:20:38 -07:00
Fabrice Di Meglio
222688682e
Add textDirection support for TextView and ViewGroup
...
- use ViewGroup inheritance if defined
- use different heuristics (inherit, firstStrong, anyRtl, ltr, rtl)
- add more unit tests
Change-Id: Ic1325aa7d9e4689b181e0a2d08b7dd7fb3f0dbeb
2011-06-28 20:29:08 -07:00
Irfan Sheriff
dde052f4ba
Merge "WifiWatchdogService - disable bad connections"
2011-06-25 11:20:54 -07:00
Fabrice Di Meglio
8ed2acd838
Merge "Introduce MarginLayoutParams marginStart and margingEnd"
2011-06-24 19:00:30 -07:00
Fabrice Di Meglio
b76023afd1
Introduce MarginLayoutParams marginStart and margingEnd
...
- update BiDiTest app for adding more unit tests concerning margin
Change-Id: Ia6a7e0a1948a2c375e8f3cc87d120a85351a8c27
2011-06-24 18:55:24 -07:00
Romain Guy
d0d0705994
Update GLTextureView sample to do something real.
...
Change-Id: I55a62434ae0b602522221689626f6b4155bd0d91
2011-06-24 18:51:28 -07:00
Romain Guy
4a5a71518a
Don't set texture parameters on every frame.
...
Change-Id: Iec368405ad6a4ccfd569a0b3b4d681871a770396
2011-06-24 17:53:53 -07:00
Romain Guy
80429c4585
Properly tear down TextureView
...
Change-Id: Ic23cd9257889d0abe8cc3fc1d04a66d0505e383e
2011-06-24 17:20:32 -07:00
Isaac Levy
bc7dfb58bf
WifiWatchdogService - disable bad connections
...
Complete rewrite of WifiWatchdogService.java. Checking for connectivity and managing wifi upon failure detection.
Change-Id: Ifcb8b5d7e0112cbc2f2282d76fdc93ea15527a44
2011-06-24 15:48:10 -07:00
Romain Guy
02ccac69fd
Code cleanup
...
Change-Id: I64c346004e0adf9a776d0315534d4fe445f0c0ca
2011-06-24 13:20:23 -07:00
Fabrice Di Meglio
039ad7a431
Merge "add TextView page to BiDiTests"
2011-06-23 17:14:00 -07:00
Stephen Hines
7c1747c13c
Merge "Remove verbose logging, update test app and docs."
2011-06-23 17:07:10 -07:00
Stephen Hines
3d782666d7
Remove verbose logging, update test app and docs.
...
Change-Id: I6659c5e51a747011239128dc2682a5d78aecfa26
2011-06-23 16:18:28 -07:00
Philip Milne
a1f7b10f72
Handle baseline aligned rows in which some components define baseline and some don't.
...
Also:
. Make all of the methods in Alignment package private.
. Inlucde Tor's test case
Change-Id: If78a6a3b653723d9e12d6b162fd0c86b11a82dff
2011-06-23 11:41:57 -07:00
Doug Felt
468d8afad2
add TextView page to BiDiTests
...
Change-Id: If6ba2d7f96283041d254d6d53bb268d88fed2c74
2011-06-23 10:01:02 -07:00
Grace Kloba
cf559377b7
Add onSurfaceTextureUpdated to the TextureView listener.
...
The app needs a way to throttle the producer side. Expose this to enable it.
Change-Id: I04b6a3fc444117a9fc2449fb87c3c834247c8ef1
2011-06-22 23:05:40 -07:00
Romain Guy
8b4512ef20
Merge "Prevent possible NPE in TextureView"
2011-06-22 21:02:31 -07:00
Romain Guy
1ec3a58bcd
Prevent possible NPE in TextureView
...
Change-Id: I539813d614c7eb1f68dad6b605cbad5b5144c5e9
2011-06-22 21:01:58 -07:00
Romain Guy
c2e0a1f1cd
Merge "Add the ability to specify the opacity of a TextureView"
2011-06-22 20:59:46 -07:00
Romain Guy
a9489274d6
Add the ability to specify the opacity of a TextureView
...
TextureView assumes its content is opaque by default.
Change-Id: Iba873423566a5b67c388081838bd910dceba32ba
2011-06-22 20:58:11 -07:00
Xia Wang
fdd33e0144
Merge "Fix issues in Opengl Benchmark tests: - fix live wallpaper drawing, bind the global vertex program after it - scale the icons according to render surface in display icons, also add a background for the icon display test case."
2011-06-22 19:34:34 -07:00
Stephen Hines
419091185f
Merge "Support missing RS vector types."
2011-06-21 16:35:39 -07:00
Stephen Hines
79ad3f25bc
Support missing RS vector types.
...
Change-Id: I87eae3cc79c3963d5a8edf16cc26eee6d93d81d7
2011-06-21 12:00:55 -07:00
Ben Murdoch
adafec5e43
Update Android DRT skip list.
...
The latest merges have brought in several tests for which we are missing
layout test controller functions. Add them to the skip list until we
address DRT to add the functionality.
Change-Id: I465dd71245f68cc8c67122a52dcbb93a5276c31e
2011-06-21 17:54:11 +01:00
Ben Murdoch
34db30db56
LayoutTests with dumpAsText in the pathname should always dump as text.
...
See http://trac.webkit.org/changeset/79403
Change-Id: Ifd607b0c05804dd40a11072cf6862c36aaf448fe
2011-06-21 13:46:38 +01:00
Xia Wang
8596457bc3
Fix issues in Opengl Benchmark tests:
...
- fix live wallpaper drawing, bind the global vertex program after it
- scale the icons according to render surface in display icons, also
add a background for the icon display test case.
Change-Id: I410dfd745a7ebe0ce8a62fc590963bd1f86d1c1a
2011-06-20 18:39:04 -07:00
Fabrice Di Meglio
53a73bcddf
Update BiDiTest app for adding more unit tests
...
- add some menu that will show up in compatibility mode
- add more unit tests for padding and background drawable
Change-Id: I90db23c68d2371c35913b039a10f9d9f34c3931e
2011-06-20 17:38:41 -07:00
Fabrice Di Meglio
d8703a9824
Add View paddingStart and paddingEnd
...
- use a lazy padding resolution (because layout direction is lazyly resolved too)
- cache resolved layout direction as getResolvedLayoutDirection() will be more called
- enable resetting layout direction cache if needed
- update unit tests
Change-Id: I30ce19e3100cc137f84e60163b60e1577ff61819
2011-06-20 11:11:05 -07:00
Romain Guy
98769300af
Merge "Add error checking to LayerRenderer::copyLayer"
2011-06-17 17:47:59 -07:00
Romain Guy
d6b2a00dd4
Add error checking to LayerRenderer::copyLayer
...
This method is invoked by TextureView.getBitmap() and failures must be
caught to avoid leaving the GL context in a potentially bad state.
Change-Id: I620de395ba1bc20154de58c81963223dc55cac78
2011-06-17 17:45:59 -07:00
Romain Guy
ee452bcc06
Merge "Fix rendering issue with paths when the stroke width is 0"
2011-06-17 15:49:22 -07:00
Romain Guy
98029c825b
Fix rendering issue with paths when the stroke width is 0
...
Change-Id: I5d8ac23dc69e9e17df4ef6b5195186b5207e2524
2011-06-17 15:47:07 -07:00
Philip Milne
395eef3bb6
Merge "Change includeMarginsInAlignment flag to aligmentMode property."
2011-06-17 11:22:36 -07:00
Daniel Sandler
de47f1c358
Merge "Make the Notify Builder test usable on phones."
2011-06-17 05:58:59 -07:00
Philip Milne
1e54825135
Change includeMarginsInAlignment flag to aligmentMode property.
...
Also:
. Change getInteger() to getInt().
. Conditionally compile, Paint() allocation and initialization.
. Correct spelling mistake in javadoc.
Change-Id: I00438a717e635a3917c5324f56063dce2e6041e8
2011-06-16 20:47:29 -07:00
Fabrice Di Meglio
9171bf3892
Merge "Update BiDiTest app for testing View padding"
2011-06-16 16:20:51 -07:00
Fabrice Di Meglio
b07124082e
Update BiDiTest app for testing View padding
...
Change-Id: I7b956bd1d16cc4d27f33595f09f14f5d4e17e469
2011-06-16 16:19:59 -07:00
Alex Sakhartchouk
9347d9ad92
Merge "Adding ability to read back fbo data to renderscript"
2011-06-16 15:15:14 -07:00
Alex Sakhartchouk
8650c32907
Adding ability to read back fbo data to renderscript
...
Change-Id: Ie684c26cbcde22f2483b43415dfc39a3de22c5a1
2011-06-16 11:05:13 -07:00
Daniel Sandler
396263fc97
Make the Notify Builder test usable on phones.
...
Change-Id: Ibaa3b2b99bde7dfd3d9fc6bc4c0068fc1d7b914d
2011-06-16 13:02:02 -04:00
Xia Wang
2dc7afd9c4
Add opengl bench mark test:
...
-- display icons with livewallpaper background (galaxy)
Change-Id: I5b49bc732180069957abb47d206b5849c47469df
2011-06-15 17:51:52 -07:00
Xia Wang
11900410e0
Merge "Fill in opengl benchmark test: - display a list view"
2011-06-15 17:25:23 -07:00
Xia Wang
7c7d135790
Fill in opengl benchmark test:
...
- display a list view
Change-Id: I72ac8e4c84ae497f2297ed3c803a62db2600ef08
2011-06-15 17:16:42 -07:00
Fabrice Di Meglio
0acb8d3011
Merge "Fix Gravity start/end"
2011-06-15 10:34:09 -07:00
Xia Wang
4a49b95d4b
Merge "Add more opengl benchmark test: - all apps in launcher - shortcuts of apps in home page"
2011-06-14 19:08:22 -07:00
Fabrice Di Meglio
67f8de04fc
Fix Gravity start/end
...
- fix missing attribute value change
- update BiDiTest app
Change-Id: I0bb8a1ebf0b6097b7b8d488580fea6e882202e23
2011-06-14 17:08:32 -07:00
Romain Guy
77a811610f
Add TextureView.getBitmap()
...
This API can be used to get a Bitmap copy of the content of a
TextureView.
Change-Id: I07522216c353720fba5cab333174f58f484eb911
2011-06-14 17:06:53 -07:00
Fabrice Di Meglio
c0053223be
Add View.getResolvedLayoutDirection()
...
- 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
2011-06-14 16:16:39 -07:00
Xia Wang
cb040a063f
Add more opengl benchmark test:
...
- all apps in launcher
- shortcuts of apps in home page
Change-Id: Ibec109993bd17a990378dba394dfb0ab99774181
2011-06-14 12:06:31 -07:00