summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/SurfaceView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-2/+6
* fix build. SurfaceView.setFrame needed to be hiddenMathias Agopian2010-10-041-0/+1
* fix [3008290] passion GB surface does not send surfaceChanged notification af...Mathias Agopian2010-10-041-2/+3
* Argh oops I didn't mean to delete this.Dianne Hackborn2010-07-141-0/+3
* IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-15/+22
* More native input dispatch work.Jeff Brown2010-07-031-36/+0
* Make sure SurfaceView use a 565 surface when requesting an OPAQUE format.Mathias Agopian2010-06-141-0/+6
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-1/+1
* am 71d73a0d: Merge "Add a method to hide/show a SurfaceView\'s surface." into...Romain Guy2010-06-081-0/+41
|\
| * Add a method to hide/show a SurfaceView's surface.Romain Guy2010-06-081-0/+41
* | fix [2677468] some 3rd party GL ES apps get a 32-bits surface by default and ...Mathias Agopian2010-05-241-3/+10
|/
* Fix issue #2529154 Found SurfaceFlinger timeout in logcat when wake up CamcorderDianne Hackborn2010-03-311-33/+62
* another small step towards fixing [2501808] sapphire: OOM in GPU Surface areaMathias Agopian2010-03-231-1/+3
* Adding a hidden method to check if a surface is fixed in size.Derek Sollenberger2010-03-221-0/+11
* Fix issue #2438457: Resolving Flash artifacts while scrolling.Dianne Hackborn2010-03-181-6/+9
* Fix issue #2519590: Lock screen stuck in landscape modeDianne Hackborn2010-03-181-3/+3
* am a630dcdb: am ecde72fe: Ensure the IME is rendered above the surface when w...Derek Sollenberger2010-03-011-2/+8
|\
| * Ensure the IME is rendered above the surface when we z-order the surface to b...Derek Sollenberger2010-03-011-2/+8
* | Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modesDianne Hackborn2010-02-181-1/+2
|/
* Update from API review.Dianne Hackborn2009-09-301-1/+20