Merge change Ic42763b1 into eclair

* changes:
  Fix issue #2242440: Window screen brightness attribute is broken
This commit is contained in:
Android (Google) Code Review
2009-11-08 18:07:14 -08:00
3 changed files with 371323 additions and 6 deletions

371317
api/6.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -166609,7 +166609,7 @@
type="int" type="int"
transient="false" transient="false"
volatile="false" volatile="false"
value="2008" value="2014"
static="true" static="true"
final="true" final="true"
deprecated="not deprecated" deprecated="not deprecated"

View File

@@ -279,11 +279,6 @@ public interface WindowManager extends ViewManager {
*/ */
public static final int TYPE_PRIORITY_PHONE = FIRST_SYSTEM_WINDOW+7; public static final int TYPE_PRIORITY_PHONE = FIRST_SYSTEM_WINDOW+7;
/**
* Window type: panel that slides out from the status bar
*/
public static final int TYPE_STATUS_BAR_PANEL = FIRST_SYSTEM_WINDOW+8;
/** /**
* Window type: panel that slides out from the status bar * Window type: panel that slides out from the status bar
*/ */
@@ -319,6 +314,11 @@ public interface WindowManager extends ViewManager {
*/ */
public static final int TYPE_WALLPAPER = FIRST_SYSTEM_WINDOW+13; public static final int TYPE_WALLPAPER = FIRST_SYSTEM_WINDOW+13;
/**
* Window type: panel that slides out from the status bar
*/
public static final int TYPE_STATUS_BAR_PANEL = FIRST_SYSTEM_WINDOW+14;
/** /**
* End of types of system windows. * End of types of system windows.
*/ */