Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
45f17f453342accf5478e0b3a2a80e9e8a4ce8e8
/
graphics
/
java
/
android
15733d1
Reducing bitmap sizes in notifications
by Selim Cinek
· 7 years ago
fdc84a1
Merge "Fixed an issue where the shelf could be hidden" into oc-dr1-dev
by Selim Cinek
· 7 years ago
707e207
Fixed an issue where the shelf could be hidden
by Selim Cinek
· 7 years ago
dba9934
AdaptiveIconDrawable should not update layer bounds when bound is empty
by Hyunyoung Song
· 7 years ago
f65e92d
Use NativeAllocationRegistry for ColorFilter
by Chris Craik
· 7 years ago
7bbb50e
Merge "Better error message for AVD" into oc-dev am: cabf9cdc2e
by Doris Liu
· 7 years ago
cabf9cd
Merge "Better error message for AVD" into oc-dev
by Doris Liu
· 7 years ago
4ee3fb4
Merge "Clear native shader when Paint shader changes" into oc-dev am: d3e78478aa
by John Reck
· 7 years ago
fbff711
Clear native shader when Paint shader changes
by John Reck
· 7 years ago
fd8c22d
Move underline thickness and position computation to Paint
by Roozbeh Pournader
· 7 years ago
03f2fcb
Better error message for AVD
by Doris Liu
· 7 years ago
cc4f086
Merge "Make underlining spans independent of actual class"
by Roozbeh Pournader
· 7 years ago
538de5b
Make underlining spans independent of actual class
by Roozbeh Pournader
· 7 years ago
2a3220b
Merge "graphics: Icon: use Arrays#equals for byte array comparison"
by TreeHugger Robot
· 7 years ago
335a6e0
graphics: Icon: use Arrays#equals for byte array comparison
by Peter Qiu
· 7 years ago
0ee11e3
Merge "Fix NPE and wrong behavior of Typeface.isSupportedAxes" into oc-dev am: 633b32be55
by Seigo Nonaka
· 7 years ago
633b32b
Merge "Fix NPE and wrong behavior of Typeface.isSupportedAxes" into oc-dev
by TreeHugger Robot
· 7 years ago
a63794c
Merge "Update Paint#mFontVariationSettings in set() and reset()" into oc-dev am: d865c624bd
by Roozbeh Pournader
· 7 years ago
d865c62
Merge "Update Paint#mFontVariationSettings in set() and reset()" into oc-dev
by TreeHugger Robot
· 7 years ago
ffae6c7
Fix NPE and wrong behavior of Typeface.isSupportedAxes
by Seigo Nonaka
· 7 years ago
d04970d
Merge "Merge "Fix safezone and getAlpha b/38361276 Test: frameworks/base/core/tests/coretests/src/android/graphics/drawable/IconTest.java" into oc-dev am: cca181bfbb" into oc-dev-plus-aosp
by Hyunyoung Song
· 7 years ago
cca181b
Merge "Fix safezone and getAlpha b/38361276 Test: frameworks/base/core/tests/coretests/src/android/graphics/drawable/IconTest.java" into oc-dev
by TreeHugger Robot
· 7 years ago
ac2f74e
Fix safezone and getAlpha
by Hyunyoung Song
· 7 years ago
425e719
Update Paint#mFontVariationSettings in set() and reset()
by Roozbeh Pournader
· 7 years ago
c495d8f
Merge "Add documentation about 0 scale matrix to Shader" into oc-dev am: 52ca75011b
by Tenghui Zhu
· 7 years ago
52ca750
Merge "Add documentation about 0 scale matrix to Shader" into oc-dev
by Tenghui Zhu
· 7 years ago
591cccd
Merge "docs: Fixing malformatted HTML escape" into oc-dev am: 1272847f1d
by Andrew Solovay
· 7 years ago
22ebb54
docs: Fixing malformatted HTML escape
by Andrew Solovay
· 7 years ago
6f085f6
Add documentation about 0 scale matrix to Shader
by ztenghui
· 7 years ago
3915e25
Convert Shader to NativeAllocationRegistry
by John Reck
· 7 years ago
8bde0be
Convert Shader to NativeAllocationRegistry
by John Reck
· 7 years ago
68169d8
Merge "Update Bitmap#prepareToDraw doc" into oc-dev am: d4fff1565b
by Chris Craik
· 7 years ago
d4fff156
Merge "Update Bitmap#prepareToDraw doc" into oc-dev
by TreeHugger Robot
· 7 years ago
ef16269
Merge "Add an O-release targetAPI check for Canvas.setBitmap. am: d70695ee34" into oc-dev-plus-aosp
by Derek Sollenberger
· 7 years ago
d70695e
Add an O-release targetAPI check for Canvas.setBitmap.
by Derek Sollenberger
· 8 years ago
4f2c7f8
Merge "Fix npe due to strict mode in Bitmap.sameAs" into oc-dev am: 8d2b02bf08
by Sergey Vasilinets
· 7 years ago
b1d2f0a
Update Bitmap#prepareToDraw doc
by Chris Craik
· 7 years ago
e1fc36d
Fix npe due to strict mode in Bitmap.sameAs
by sergeyv
· 7 years ago
dddc5c5
Merge "Fix VectorDrawable size rounding issue" into oc-dev am: be030126fe
by Tenghui Zhu
· 7 years ago
be03012
Merge "Fix VectorDrawable size rounding issue" into oc-dev
by Tenghui Zhu
· 7 years ago
373b15b
Fix double bolding
by Seigo Nonaka
· 8 years ago
e2ec2e8
Fix VectorDrawable size rounding issue
by ztenghui
· 8 years ago
1f9c461
Fix double bolding
by Seigo Nonaka
· 8 years ago
eff12ba
Merge "Fix issue in InsetDrawable where master inset attribute get ignored. Test: builds, and did manual test b/37752336" into oc-dev am: 52eba0ad70
by Hyunyoung Song
· 8 years ago
52eba0a
Merge "Fix issue in InsetDrawable where master inset attribute get ignored. Test: builds, and did manual test b/37752336" into oc-dev
by Hyunyoung Song
· 8 years ago
de0c35d
Merge "Add StrictMode.noteSlowCall to calls that result in hw bitmap readback" into oc-dev am: 01a5cc9004
by Sergey Vasilinets
· 8 years ago
01a5cc9
Merge "Add StrictMode.noteSlowCall to calls that result in hw bitmap readback" into oc-dev
by Sergey Vasilinets
· 8 years ago
c7b291a
Merge "Resolve styles by font table if not specified." into oc-dev am: 1ea3a2600b
by Seigo Nonaka
· 8 years ago
a5fa9e8
Resolve styles by font table if not specified.
by Seigo Nonaka
· 8 years ago
f9fe6c1
Fix issue in InsetDrawable where master inset attribute get ignored.
by Hyunyoung Song
· 8 years ago
9fd259c9
Add StrictMode.noteSlowCall to calls that result in hw bitmap readback
by sergeyv
· 8 years ago
4fab38f
Merge "Fix NPE happens if no source was specified to font element." into oc-dev am: b3e92234fa
by Seigo Nonaka
· 8 years ago
5e0aed4
Fix NPE happens if no source was specified to font element.
by Seigo Nonaka
· 8 years ago
d6afaa8
Merge "Add @TestApi annotation to AdaptiveIconDrawable" into oc-dev am: 1e8f451bbf
by Hyunyoung Song
· 8 years ago
1e8f451
Merge "Add @TestApi annotation to AdaptiveIconDrawable" into oc-dev
by TreeHugger Robot
· 8 years ago
15971f8
Merge "Remove FontVariationAxis.InvalidFormatException." into oc-dev am: 408ec0b463
by Jeff Sharkey
· 8 years ago
d2afdab
Add @TestApi annotation to AdaptiveIconDrawable
by Hyunyoung Song
· 8 years ago
0f07dd5
Remove FontVariationAxis.InvalidFormatException.
by Seigo Nonaka
· 8 years ago
05cdede
Merge "Add conic support for Path#approximate" into oc-dev am: ebd44d0076
by Chris Craik
· 8 years ago
ebd44d0
Merge "Add conic support for Path#approximate" into oc-dev
by TreeHugger Robot
· 8 years ago
4226800
Merge "Make SurfaceTexture#isReleased public API" into oc-dev am: 533538c96e
by Chris Craik
· 8 years ago
533538c
Merge "Make SurfaceTexture#isReleased public API" into oc-dev
by Chris Craik
· 8 years ago
96202d5
Add conic support for Path#approximate
by Chris Craik
· 8 years ago
a517948
Merge "Merge "Revise method comment on setFontVariationSettings" into oc-dev am: e6746726bc" into oc-dev-plus-aosp
by Seigo Nonaka
· 8 years ago
e674672
Merge "Revise method comment on setFontVariationSettings" into oc-dev
by TreeHugger Robot
· 8 years ago
865ae63
Merge "Font API clean up" into oc-dev am: 25c2cdc052 am: 7de96042ed
by Seigo Nonaka
· 8 years ago
443afa5
Merge "Load font file from remote provider synchronously." into oc-dev am: 1c661d1943
by Seigo Nonaka
· 8 years ago
080b054
Font API clean up
by Seigo Nonaka
· 8 years ago
d9de8be2
Load font file from remote provider synchronously.
by Seigo Nonaka
· 8 years ago
802c41b
Merge "Font provider cleaning ups." into oc-dev am: 5313eee98a am: a3d5786a3d
by Seigo Nonaka
· 8 years ago
f461219
Make SurfaceTexture#isReleased public API
by Chris Craik
· 8 years ago
54084b6
Font provider cleaning ups.
by Seigo Nonaka
· 8 years ago
94bc52b
Merge "Remove Typeface.create" into oc-dev am: 0a7096dccb am: 0582ccb776
by Seigo Nonaka
· 8 years ago
5a09c643
Remove Typeface.create
by Seigo Nonaka
· 8 years ago
e01a56b
Merge "More auto-doc work." into oc-dev am: 6bc03748a7 am: f25b285706
by Jeff Sharkey
· 8 years ago
6bc0374
Merge "More auto-doc work." into oc-dev
by Jeff Sharkey
· 8 years ago
edc106d
Merge "Fix @throws javadoc on SurfaceTexture ctors" into oc-dev am: aec1fbeaa3
by John Reck
· 8 years ago
ea957eb
Merge "Propagate density through AdaptiveIconDrawable and BitmapDrawable" into oc-dev am: 5be3647a9e
by Adam Lesinski
· 8 years ago
aec1fbe
Merge "Fix @throws javadoc on SurfaceTexture ctors" into oc-dev
by TreeHugger Robot
· 8 years ago
5be3647
Merge "Propagate density through AdaptiveIconDrawable and BitmapDrawable" into oc-dev
by TreeHugger Robot
· 8 years ago
910e081
More auto-doc work.
by Jeff Sharkey
· 8 years ago
b8d152f
Fix @throws javadoc on SurfaceTexture ctors
by John Reck
· 8 years ago
50954d2
Propagate density through AdaptiveIconDrawable and BitmapDrawable
by Adam Lesinski
· 8 years ago
db83fea
Merge "Add transfer mode support to ColorDrawable" into oc-dev am: eedceb5721
by Lucas Dupin
· 8 years ago
eedceb5
Merge "Add transfer mode support to ColorDrawable" into oc-dev
by TreeHugger Robot
· 8 years ago
a691442
Merge "Cache the Typeface based on the FontRequest." into oc-dev am: 5b96e55d90
by Seigo Nonaka
· 8 years ago
daa8dfc
Cache the Typeface based on the FontRequest.
by Seigo Nonaka
· 8 years ago
2d63567
Merge "Support fraction type for inset* for InsetDrawable. b/36024318" into oc-dev am: ab7a2879eb
by Hyunyoung Song
· 8 years ago
ab7a287
Merge "Support fraction type for inset* for InsetDrawable. b/36024318" into oc-dev
by TreeHugger Robot
· 8 years ago
506847a
Merge "Update Typeface callback docs about error codes" into oc-dev am: 337be5a12f
by Clara Bayarri
· 8 years ago
337be5a
Merge "Update Typeface callback docs about error codes" into oc-dev
by TreeHugger Robot
· 8 years ago
d0dfe30
Support fraction type for inset* for InsetDrawable. b/36024318
by Hyunyoung Song
· 8 years ago
b27b47d
Add transfer mode support to ColorDrawable
by Lucas Dupin
· 8 years ago
fdd18cf
Merge "Set the color space as nullptr on native bitmaps when sRGB is requested" into oc-dev am: e53b00c6d1
by Romain Guy
· 8 years ago
3eccc9b
Merge "Fix compose shader child local matrix mutation" into oc-dev am: 611fae13df
by Chris Craik
· 8 years ago
d6c8688
Merge "Add comment to Typeface.Builder about file descriptor." into oc-dev am: f3157e1692
by Seigo Nonaka
· 8 years ago
5706a1b
Update Typeface callback docs about error codes
by Clara Bayarri
· 8 years ago
e53b00c
Merge "Set the color space as nullptr on native bitmaps when sRGB is requested" into oc-dev
by TreeHugger Robot
· 8 years ago
611fae1
Merge "Fix compose shader child local matrix mutation" into oc-dev
by TreeHugger Robot
· 8 years ago
f3157e1
Merge "Add comment to Typeface.Builder about file descriptor." into oc-dev
by TreeHugger Robot
· 8 years ago
Next »