summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/SurfaceView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add SurfaceView API to put surface on top of window.Dianne Hackborn2009-09-151-9/+35
* fix [2074427] SurfaceView doesn't disappear on GONEMathias Agopian2009-09-091-1/+13
* Allow wallpapers to get touch events.Dianne Hackborn2009-08-171-2/+4
* Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom...Mathias Agopian2009-08-131-1/+6
* Don't crash when the window is closingJoe Onorato2009-08-121-1/+3
* Report wallpaper offset to the wallpaper, use this in the image wallpaper.Dianne Hackborn2009-08-121-1/+3
* am 589cebe2: * Use the scaled size for surface view instead of native. The su...Mitsuru Oshima2009-07-231-51/+9
|\
| * * Use the scaled size for surface view instead of native. The surface will be...Mitsuru Oshima2009-07-231-51/+9
* | am e0ef973b: Merge change 8323 into donutAndroid (Google) Code Review2009-07-231-1/+1
|\ \ | |/
| * * a best effort fix for apps that uses get/set Matrix API on canvas.Mitsuru Oshima2009-07-231-1/+1
* | am 98a44df4: Merge change 8235 into donutAndroid (Google) Code Review2009-07-221-16/+27
|\ \ | |/
| * * Revert the change that I introduced while refactroing in SurfaceView#dispat...Mitsuru Oshima2009-07-221-16/+27
* | am 38ed7d77: * Adjust canvas size under compatibility mode.Mitsuru Oshima2009-07-211-0/+6
|\ \ | |/
| * * Adjust canvas size under compatibility mode.Mitsuru Oshima2009-07-211-0/+6
* | am fe6f45c8: Merge change 8098 into donutAndroid (Google) Code Review2009-07-211-2/+2
|\ \ | |/
| * cast is floor. Use round instead.Mitsuru Oshima2009-07-211-2/+2
* | am 841f13c8: * Reverted the change in PackageParser that I checked by acciden...Mitsuru Oshima2009-07-191-3/+6
|\ \ | |/
| * * Reverted the change in PackageParser that I checked by accidentMitsuru Oshima2009-07-191-3/+6
* | am e96bd129: Merge change 7707 into donutAndroid (Google) Code Review2009-07-171-2/+14
|\ \ | |/
| * * scale surface view's canvasMitsuru Oshima2009-07-171-2/+14