index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
Surface.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Surface: Add allocateBuffers to avoid render delay
Dan Stoza
2014-06-20
1
-0
/
+13
*
AArch64: Make graphics classes 64-bit compatible
Ashok Bhat
2014-01-28
1
-18
/
+18
*
Revert "AArch64: Make graphics classes 64-bit compatible"
Narayan Kamath
2014-01-27
1
-18
/
+18
*
AArch64: Make graphics classes 64-bit compatible
Ashok Bhat
2014-01-27
1
-18
/
+18
*
Merge "Add typedefs and nullness annotations."
Tor Norbye
2013-09-12
1
-0
/
+10
|
\
|
*
Add typedefs and nullness annotations.
Tor Norbye
2013-09-11
1
-0
/
+10
*
|
Surface: Change OutOfResourcesException to be a runtime exception
Igor Murashkin
2013-09-09
1
-11
/
+12
|
/
*
Avoid crashing in unlockCanvasAndPost
Andy McFadden
2013-08-20
1
-6
/
+29
*
Really make Surface thread-safe.
Jeff Brown
2013-05-01
1
-69
/
+81
*
add javadoc for SurfaceView {unL|l}ockCanvas{AndPost}()
Mathias Agopian
2013-04-17
1
-3
/
+3
*
make Surface.java internal state thread-safe
Mathias Agopian
2013-03-18
1
-43
/
+62
*
fix CloseGuard usage in Surface
Mathias Agopian
2013-03-13
1
-12
/
+16
*
Restore the ability to track native Surface changes
Romain Guy
2013-02-28
1
-25
/
+9
*
am ceec31b7: Merge changes I5a218ca1,I853a76d9
Mathias Agopian
2013-02-15
1
-38
/
+36
|
\
|
*
Refactoring: Rename SurfaceTextureClient to Surface
Mathias Agopian
2013-02-15
1
-1
/
+2
|
*
clean-up following Surface split
Mathias Agopian
2013-02-15
1
-38
/
+35
*
|
am 30d7ab9a: fix docs build
Mathias Agopian
2013-02-14
1
-1
/
+1
|
\
\
|
|
/
|
*
fix docs build
Mathias Agopian
2013-02-14
1
-1
/
+1
*
|
resolved conflicts for merge of 58a1ca66 to master-chromium
Kristian Monsen
2013-02-14
1
-506
/
+65
|
\
\
|
|
/
|
*
split Surface in two classes: SurfaceControl and Surface
Mathias Agopian
2013-02-14
1
-506
/
+65
*
|
am a41b23d5: Merge "get rid of Surface.getIdentity()"
Mathias Agopian
2013-02-14
1
-2
/
+1
|
\
\
|
|
/
|
*
get rid of Surface.getIdentity()
Mathias Agopian
2013-02-13
1
-2
/
+1
|
*
Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master...
Chris Craik
2013-02-13
1
-0
/
+1
|
/
*
Remove calls to SkCanvas::setBitmapDevice()
Derek Sollenberger
2013-01-08
1
-1
/
+0
*
Refactoring of the screen magnification feature.
Svetoslav Ganov
2012-12-14
1
-0
/
+2
*
Refactoring of the screen magnification feature.
Svetoslav Ganov
2012-12-03
1
-0
/
+26
*
Surface: add the PhysicalDisplayInfo#secure field
Jamie Gennis
2012-10-23
1
-2
/
+6
*
Set the secureness when creating displays
Jamie Gennis
2012-10-19
1
-3
/
+3
*
Flag window animation transactions as animations.
Jamie Gennis
2012-10-15
1
-0
/
+6
*
Blank or unblank all displays as need.
Jeff Brown
2012-10-08
1
-0
/
+18
*
Add support for Wifi display.
Jeff Brown
2012-09-07
1
-3
/
+3
*
update to new SurfaceComposerClient API
Mathias Agopian
2012-09-04
1
-28
/
+9
*
More improvements to the display manager.
Jeff Brown
2012-08-31
1
-2
/
+44
*
Add plumbing for new surface flinger display API.
Jeff Brown
2012-08-27
1
-317
/
+614
*
Use new surface flinger API.
Jeff Brown
2012-08-27
1
-4
/
+17
*
Clean up displayId and layerStack usage.
Craig Mautner
2012-08-23
1
-4
/
+4
*
Refactor for multi-display support.
Jeff Brown
2012-08-19
1
-16
/
+3
*
Add features to DisplayManager.
Craig Mautner
2012-08-02
1
-0
/
+2
*
Small step towards supporting multiple displays
Craig Mautner
2012-07-27
1
-5
/
+5
*
Add display manager skeleton.
Jeff Brown
2012-07-25
1
-16
/
+1
*
Remove dithering support.
Jeff Brown
2012-07-16
1
-3
/
+0
*
Remove freeze(), unfreeze() and setFreezeTint().
Jeff Brown
2012-07-16
1
-9
/
+0
*
Remove freezeDisplay(), which is no-op.
Jeff Brown
2012-07-16
1
-16
/
+0
*
Surface: replace active rect with window crop
Jamie Gennis
2012-05-11
1
-1
/
+1
*
Surface: add JNI plumbing for setActiveRect.
Jamie Gennis
2012-04-30
1
-0
/
+2
*
add a (hidden) api on Surface to query if the consumer is running behind the ...
Mathias Agopian
2012-04-24
1
-0
/
+9
*
Do not allow Surface creation on machines without SurfaceFlinger
Kevin Hester
2012-03-22
1
-0
/
+18
*
Fix issue #5614559: Registering surface error in...
Dianne Hackborn
2011-12-03
1
-1
/
+15
*
Add a LayerScreenshot
Mathias Agopian
2011-10-18
1
-0
/
+3
*
Revert "Add a LayerScreenshot"
Mathias Agopian
2011-10-16
1
-3
/
+0
[next]