replicant-frameworks_native/include
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
..
binder Binder linkage no longer depends on JNI objrefs as persistent tokens 2011-02-28 11:37:20 -08:00
gui SurfaceTexture can now force the client to request a buffer 2011-04-01 14:43:35 -07:00
pim auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
private Add support for up to 32 buffers per Surface 2011-03-01 14:09:06 -08:00
surfaceflinger Add support for timestamps into SurfaceTexture. 2011-03-17 13:10:03 -07:00
tts Update TTS plugin interface to receive engine configuration data 2010-03-18 11:52:41 -07:00
ui Merge "Add a little input event consistency verifier." 2011-04-01 12:56:35 -07:00
utils Add new resource configurations for screen width/height in "dp". 2011-04-06 11:00:37 -07:00