summaryrefslogtreecommitdiff
path: root/core/java/android/view/TextureView.java
Commit message (Expand)AuthorAgeFilesLines
* Add documentation clarifying the differences between Surface/TextureViewSumir Kataria2022-03-301-2/+39
* Fix TextureView docs to use more modern sample codeChet Haase2021-07-221-30/+55
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-7/+8
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-8/+7
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-7/+8
* Move TextureLayer into android.graphicsLeon Scroggins III2020-06-021-1/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Add missing nullability annotationsJohn Reck2019-11-041-32/+34
* Rename & package shuffleJohn Reck2018-10-041-2/+3
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+12
* Rename HardwareLayer -> TextureLayerJohn Reck2018-02-211-5/+5
* docs: fix grammar mistake in TextureView am: e8691d19cb am: 4ff96480b3Mark Lu2016-09-071-1/+1
|\
| * docs: fix grammar mistake in TextureView am: e8691d19cbMark Lu2016-09-071-1/+1
| |\
| | * docs: fix grammar mistake in TextureViewMark Lu2016-08-301-1/+1
| | * Cherry pick TextureView fixesChris Craik2016-08-291-25/+29
* | | TextureView: clean up displaylists am: 17dd01b693 am: ac2ca87e92sergeyv2016-08-311-0/+1
|\| |
| * | TextureView: clean up displaylistssergeyv2016-08-301-0/+1
* | | Fix maps resume being blank am: 03df0834e6 am: 08669fff33John Reck2016-08-171-1/+1
|\| |
| * | Fix maps resume being blankJohn Reck2016-08-161-1/+1
* | | resolve merge conflicts of cdbdd46 to masterJohn Reck2016-08-121-4/+5
|\| |
| * | Fix NPE in TextureViewJohn Reck2016-08-111-4/+5
* | | Fix NPE in TextureView am: 3c2587f26e am: 8fe31ec0e0John Reck2016-08-041-11/+13
|\| |
| * | Fix NPE in TextureViewJohn Reck2016-08-041-11/+13
* | | TextureView: destroy layer on destroyHardwareResources event am: 1c16c37d86 a...sergeyv2016-08-031-18/+30
|\| |
| * | TextureView: destroy layer on destroyHardwareResources eventsergeyv2016-08-021-18/+30
* | | Avoid destroying TextureView surfaces for onStop am: 391d560402Chris Craik2016-07-261-11/+0
|\| |
| * | Avoid destroying TextureView surfaces for onStopChris Craik2016-07-251-11/+0
| |/
* / Fix wording regarding ThreadedRendererStan Iliev2016-06-281-2/+2
|/
* Clean up setLayerType and setLayerPaintsergeyv2016-03-241-16/+9
* Check api level before throwing in drawable settersChris Craik2016-01-041-2/+2
* Revert "Revert "Simplify TextureView draw path""Chris Craik2015-08-211-11/+17
* Merge "Revert "Simplify TextureView draw path""Bart Sears2015-08-201-17/+11
|\
| * Revert "Simplify TextureView draw path"Bart Sears2015-08-201-17/+11
* | Merge "Simplify TextureView draw path"Chris Craik2015-08-201-11/+17
|\|
| * Simplify TextureView draw pathChris Craik2015-08-191-11/+17
* | Throw exception when setting a fg/bg on TextureViewChris Craik2015-08-191-0/+17
|/
* Fix whitespace in TextureViewJohn Reck2015-05-201-74/+74
* Fix NPE in setSurfaceTexureJohn Reck2015-05-201-3/+7
* Check for setting to already setJohn Reck2015-05-141-0/+8
* Make sure transform matrix is applied when hardware layer is re-createdDoris Liu2015-04-301-0/+3
* Remove View:hasStaticLayer()John Reck2015-04-281-5/+0
* Fix setSurfaceTexture to handle surface cachingNaveen Kalla2015-03-181-0/+6
* More cleanupsJohn Reck2014-06-271-7/+4
* Move LayerType to RenderNodeJohn Reck2014-06-121-5/+5
* Fix NPE in onVisibilityChangedJohn Reck2014-05-291-1/+3
* Fix crash due to texture view callback threading invariants.Jeff Brown2014-05-061-19/+11
* 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
* Support HardwareLayers in RenderThreadJohn Reck2014-02-191-24/+2