| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- added basic GridLayout unit tests for LTR / RTL / Locale cases
Change-Id: Ied9814b2f56acb5d3666e78ad600f487ce4dc911
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I8836d7951f8f02d7f966dc22d807ea785ac9e637
|
| |
| |
| |
| | |
Change-Id: I01782274563fc9d6e4c1ba48e5aa371c164ed589
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- update basic layout for being scrollable
- add more test strings
Change-Id: Iec1b495619cdd76639f127fb1ac4e4f41d0726d8
|
|\ \ \
| |_|/
|/| | |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The render threat is likely to break your application if you initiate it.
As such it must be explicitely requested using the following meta-data
tag in your manifest's application tag:
<meta-data android:name="android.graphics.renderThread" android:value="true" />
Change-Id: Ibf0a48af2a0d091562bf6907eac970e3d1d601c4
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I00d7ed4e3dd2c3137de27f9e78d49aa0c59d3d6d
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
test" into ics-mr1
* commit '606b16bc160e66709408b3e49e273efcff0a148d':
Fix a typo in image processing test
|
| | |
| | |
| | |
| | | |
Change-Id: I6c39a144dc7c724188e6ebad76c51c3ac1e818e1
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
BUG=5569561
Note that this only tests the issue described in the bug. It does not actually
produce an error on any recent version of RS.
Change-Id: I0194b13cb3f4ff01ce95d966e8e2dd74119a3946
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
BUG=5888007
rsAtomicMax/Min did not have proper semantics for unsigned integers. They were
always using signed comparisons. rsAtomicCas had the wrong function signature
in our math library, leading to no way to properly link/execute it.
Change-Id: I336cdd8cd9f2d8093f12e101b55b2797515f039b
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also fixes manual testing mode
Depends on external/webkit change: https://android-git.corp.google.com/g/#/c/159794/
Change-Id: I169e80f9b5328b1b5a7b0aeaf09652de67febd8d
|
|/ / /
| | |
| | |
| | | |
Change-Id: Ibcc3e46a72210cf8a8e4cf5a932e2c9a7995f0f1
|
| | |
| | |
| | |
| | | |
Change-Id: I0ad35d0603c4eeda469014803be14c1dcdde918c
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
port 8000 is no longer being occupied, plus this approach never worked 100% because some pages have access to port 8000 hard coded in HTML
This reverts commit e2b9d7f2f027907c7dcdbfb9e99297ff799ce482
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I0107e246b632dda96b8b025217936954f1f46283
|
|\ \ \ \ \
| |/ / / / |
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
This also introduces a small optimization when rendering text.
Change-Id: Iff620ac97bf878eaac406bccc6daa07052c93890
|
|/ / /
| | |
| | |
| | | |
Change-Id: I715c726f15416685b715a14a25c9595d9a9a124b
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I0cd8ee526189c38c50953a1a08b50e0b31c55d8c
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
generated than the initial number of code points"
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
generated than the initial number of code points
- compute total advances correctly by iterating on the advances array for up to mShaperItem.num_glyphs
- update unit tests
Change-Id: I00af68bef88702215e9222ed80dbffcc81df51a7
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
bug#: 5566079" into ics-mr1
* commit 'b18a7c3ef1ff92ee2b8407743ffc4d7fd8b8ba70':
Get average value for image processing test bug#: 5566079
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
bug#: 5566079
Change-Id: Ib7022d20c773c4995b9d3d6eaf4857682190eb5e
|
|\ \ \ \ |
|
| | |/ /
| |/| |
| | | |
| | | | |
Change-Id: Ie5b3b4cdd13be2babee9a44bae00da179b372d12
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
These TODOs were related to testing behavior with JavaScript and Java arrays.
This is now tested thoroughly in JavaBridgeArrayTest.java and
JavaBridgeArrayCoercionTest.java.
No functional change.
Change-Id: I5972b929c3e2743c06aff626c983b4b749ea452f
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* tag the module as 'tests' so the apk gets includes in test build
* merge the instrumentation into TileBenchmark app and eliminate
the test apk entirely
* changed the default test suite to 'alexa25_2011' which is a suite
of pages based on top 25 news sites from alexa, includes primarily
english sites, and 3 CJK sites
Change-Id: Icd40a70b560bfd7c521adf8ad4b1068483698103
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: http://b/3073226
Change-Id: I07076e6ed74fcae5482dff477ed102c770c197c9
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
bug:5062896
depends on external/webkit change: https://android-git.corp.google.com/g/#/c/154840/
- directly discard textures, instead of sending an invalidate through webkit
- better ui on smaller screens
- pass native pointer through jni calls
Change-Id: Icadbf8944edc5a2b1f8dc27bab53ac665c975462
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I92875e9304675fcda978a49c1447e22911e2a839
|
|\ \ \ \
| |/ / /
|/| / /
| |/ /
| | |
| | |
| | | |
tablet ticker." into ics-mr1
* commit 'b490d8d6214114391622b4302ca2f5f39b2166c6':
Improve handling of small largeIcons in tablet ticker.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The tablet system bar is too short for a full notification
row, but it will show the largeIcon of a new notification in
its full frame, intruding into the main application content
rectangle a bit. This is a good thing---the notifications
really pop out at you---but it looks a little odd if the
largeIcon is actually *small*: the icon is vertically
centered in the larger (invisible) rectangle, making it look
poorly centered on the system bar.
This change will detect short largeIcons and center them in
the system bar's height instead. Additionally, it applies
the same ticker background all the way to the left
underneath largeIcons that are not full-frame (and therefore
have transparent regions).
Bug: 5708907
Bug: 5560485
Change-Id: I32af45632df164c58fb960110063dbaa08b5536c
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I01b6fa9f14ecf01e8957cb1b9277ba88eea46845
|
|/ / /
| | |
| | |
| | | |
Change-Id: I53004b4452c5e1ac6ff0dab8430de7f73e8a99b9
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
webkit from ui thread" into ics-mr1
* commit 'c649180d7c12b0b4bc3c183a6431da26cff74819':
Send animation start notification back to webkit from ui thread
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
bug:5239801
depends on external/webkit CL: https://android-git.corp.google.com/g/#/c/152559/
Change-Id: I647b5a82680f570c918227dbf57521b862dcfe25
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
FrameworkPerf" into ics-mr1
* commit '6d7bd049b02cd24429e540b764c44c8371b7d5eb':
Add iteration-limited mode to FrameworkPerf
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
You can run tests for exactly N iterations regardless of duration now,
in addition to the previous time-limited behavior.
(Clean cherry-pick to break a dependency on a previous patch that
needs work before being committed.)
Change-Id: I2e6cf511bbe968a6f95391567658722e87dfa1fe
|