replicant-frameworks_native/libs/surfaceflinger
David 'Digit' Turner 694e10ba87 Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density
ro.sf.lcd_density is usually defined in the build.prop file which is parsed by init
before anything else. Since its name begins with "ro.", this property is write-once
and cannot later be modified, e.g. in /system/etc/init.goldfish.sh.

In other words, you cannot use "emulator -prop ro.sf.lcd_density=<value>", since
it is impossible to override the value defined in build.prop

This patch modifies the system to recognize "qemu.sf.lcd_density" as an override
value, which can be set with "emulator -prop qemu.sf.lcd_density=<value>", forcing
a specific density.

A later patch will allow the emulator to automatically set this property depending
on AVD hardware configuration settings.
2009-06-19 00:17:31 +02:00
..
DisplayHardware Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density 2009-06-19 00:17:31 +02:00
GPUHardware fix 1803886 android15 Translucent GLSurfaceView demo does not display properly 2009-04-27 18:50:06 -07:00
tests auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
Android.mk split boot animation out of SurfaceFlinger 2009-05-21 19:21:59 -07:00
Barrier.h auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
BlurFilter.cpp auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
BlurFilter.h auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
clz.cpp auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
clz.h auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
CPUGauge.cpp auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
CPUGauge.h auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
Layer.cpp fix 1803886 android15 Translucent GLSurfaceView demo does not display properly 2009-04-27 18:50:06 -07:00
Layer.h auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
LayerBase.cpp auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
LayerBase.h auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
LayerBitmap.cpp log the geomerty of surfaces causing an out of memory in SurfaceFlinger. 2009-05-29 14:55:06 -07:00
LayerBitmap.h auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
LayerBlur.cpp auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
LayerBlur.h auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
LayerBuffer.cpp auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
LayerBuffer.h auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
LayerDim.cpp auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
LayerDim.h auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
LayerOrientationAnim.cpp AI 143160: am: CL 142856 new-new-new-new rotation animation. it may still change one more time. 2009-03-27 15:36:09 -07:00
LayerOrientationAnim.h AI 143160: am: CL 142856 new-new-new-new rotation animation. it may still change one more time. 2009-03-27 15:36:09 -07:00
LayerOrientationAnimRotate.cpp AI 143172: am: CL 142875 [1732012] for some reason these files didn't go through in the preview check-in. 2009-03-27 16:13:24 -07:00
LayerOrientationAnimRotate.h AI 143172: am: CL 142875 [1732012] for some reason these files didn't go through in the preview check-in. 2009-03-27 16:13:24 -07:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
OrientationAnimation.cpp AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor 2009-03-27 16:10:37 -07:00
OrientationAnimation.h AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor 2009-03-27 16:10:37 -07:00
SurfaceFlinger.cpp split boot animation out of SurfaceFlinger 2009-05-21 19:21:59 -07:00
SurfaceFlinger.h split boot animation out of SurfaceFlinger 2009-05-21 19:21:59 -07:00
Tokenizer.cpp auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
Tokenizer.h auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
Transform.cpp AI 143160: am: CL 142856 new-new-new-new rotation animation. it may still change one more time. 2009-03-27 15:36:09 -07:00
Transform.h AI 143160: am: CL 142856 new-new-new-new rotation animation. it may still change one more time. 2009-03-27 15:36:09 -07:00
VRamHeap.cpp split boot animation out of SurfaceFlinger 2009-05-21 19:21:59 -07:00
VRamHeap.h auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00