summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/SurfaceView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix inset hinting when adding windowAdrian Roos2014-11-101-1/+2
* Re-allow suppressing onDetachedFromWindowJohn Reck2014-10-011-3/+2
* Add stable insets for stable system windowsAdrian Roos2014-07-021-2/+4
* Add overlay view in Tv Input FrameworkYoungsang Cho2014-04-181-1/+2
* Merge "Revert "VideoPlaneView initial implementation""Wonsik Kim2014-03-181-4/+1
|\
| * Revert "VideoPlaneView initial implementation"Wonsik Kim2014-03-171-4/+1
* | Revert "Revert "Workaround apps not calling super.onDetachedFromWindow()""John Reck2014-03-061-2/+3
* | Revert "Workaround apps not calling super.onDetachedFromWindow()"Bart Sears2014-03-061-2/+2
* | Workaround apps not calling super.onDetachedFromWindow()John Reck2014-03-061-2/+2
|/
* VideoPlaneView initial implementationWonsik Kim2014-02-261-1/+4
* am b2db2fbc: am 6d90862f: am d65825ab: Merge "Private flags are masked in cor...Adam Lesinski2013-10-031-1/+2
|\
| * Private flags are masked in correct variableAdam Lesinski2013-10-021-1/+2
* | am 234c6c8a: am ff7cba54: am 42e9b631: Merge "Make room for new public flags"...Adam Lesinski2013-10-021-1/+1
|\ \ | |/
| * Make room for new public flagsAdam Lesinski2013-10-011-1/+1
* | am 47869404: am 2cad64c0: Merge "Surface: Change OutOfResourcesException to b...Igor Murashkin2013-09-111-38/+56
|\ \ | |/
| * Surface: Change OutOfResourcesException to be a runtime exceptionIgor Murashkin2013-09-091-38/+56
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-2/+7
|/
* simplify Surface{View} dirty rect handlingMathias Agopian2013-04-181-9/+0
* add javadoc for SurfaceView {unL|l}ockCanvas{AndPost}()Mathias Agopian2013-04-171-2/+32
* Fix issue #8512015: VideoView's window animates when its position changesDianne Hackborn2013-04-151-0/+1
* Formalize overscan metrics.Dianne Hackborn2013-02-221-2/+3
* Secure windows, secure surface views and secure displays.Jeff Brown2012-10-231-1/+21
* Document interaction of SurfaceView and post-layout transformsJesse Hall2012-09-261-4/+9
* Fix surface view on secondary display.Jeff Brown2012-09-241-1/+2
* Convert resized() method to new parameters.Craig Mautner2012-09-061-5/+6
* Refactor for multi-display support.Jeff Brown2012-08-191-4/+4
* More view hierarchy, fragment debugging.Dianne Hackborn2012-08-171-3/+3
* am 807c7ae0: am 7835d4fb: Merge "Fix SurfaceView notifies on invalid surfaces."Jean-Baptiste Queru2012-08-081-1/+1
|\
| * Fix SurfaceView notifies on invalid surfaces.Andreas Röhl2012-07-301-1/+1
* | Small step towards supporting multiple displaysCraig Mautner2012-07-271-2/+2
* | Replace left/right with start/end for Gravity / LayoutParams / PaddingFabrice Di Meglio2012-07-191-1/+1
|/
* Merge "fix SurfaceView visibility state changes" into jb-devMathias Agopian2012-05-131-1/+11
|\
| * fix SurfaceView visibility state changesMathias Agopian2012-05-121-1/+11
* | Implement new window cropping.Dianne Hackborn2012-05-131-3/+2
|/
* Add system insets to windows.Dianne Hackborn2012-04-301-2/+3
* Encapsulate the ViewRootImpl's handler.Jeff Brown2012-02-151-1/+1
* Fix issue #5614559: Registering surface error in...Dianne Hackborn2011-12-031-6/+3
* Fix issue #5588689: Black camera preview after coming back from gmailDianne Hackborn2011-11-281-88/+64
* Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediatelyDianne Hackborn2011-10-061-3/+3
* I. Can. Not. Stand. ViewAncestor.Dianne Hackborn2011-07-181-1/+1
* resolved conflicts for merge of 77dd616e to masterDianne Hackborn2011-05-251-4/+2
|\
| * More compatibility mode improvements.Dianne Hackborn2011-05-241-4/+2
* | Rename ViewRoot to ViewAncestor.Joe Onorato2011-05-041-1/+1
* | Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-2/+1
|/
* Prevent crash when detaching a SurfaceView.Romain Guy2011-01-281-6/+16
* Fix crash in movie studio.Romain Guy2011-01-261-1/+1
* Make sure that we update SurfaceView's window with display lists.Romain Guy2011-01-261-6/+18
* Fix surface frame size reporting.Jeff Brown2011-01-251-2/+10
* Fix documentation errorsGlenn Kasten2010-12-201-1/+1
* remove support for PUSH_BUFFER surfaces and overlaysMathias Agopian2010-12-081-29/+7