Go to file
Dianne Hackborn 592e3fc150 Add new resource configurations for screen width/height in "dp".
You can now specify resource configuration variants "wNNNdp"
and "hNNNdp".  These are the minimum screen width/height in "dp"
units.  This allows you to do things like have your app adjust
its layout based only on the about of horizontal space available.

This introduces a new configuration change flag for screen size.
Note that this configuration change happens each time the orientation
changes.  Applications often say they handle the orientation change
to avoid being restarted at a screen rotation, and this will now
cause them to be restarted.  To address this, we assume the app can
handle this new config change if its target SDK version is < ICS.

Change-Id: I22f8afa136b4f274423978c570fa7c9855040496
2011-04-06 11:00:37 -07:00
cmds
include Add new resource configurations for screen width/height in "dp". 2011-04-06 11:00:37 -07:00
libs Add new resource configurations for screen width/height in "dp". 2011-04-06 11:00:37 -07:00
opengl Initialize reference counter for egl_display_t 2011-03-31 16:52:02 -07:00
services/surfaceflinger merge libsurfaceflinger_client into libgui 2011-03-25 18:42:40 -07:00
vpn Make VpnService synchronous API. 2011-01-20 12:51:43 +08:00
GenerationCache.h Add TextLayout Cache 2011-03-02 13:29:20 -08:00
MODULE_LICENSE_APACHE2
NOTICE