OSDN Git Service

Fix transparent -> translucent reference in private docs.
authorJohn Spurlock <jspurlock@google.com>
Mon, 7 Oct 2013 16:25:09 +0000 (12:25 -0400)
committerJohn Spurlock <jspurlock@google.com>
Mon, 7 Oct 2013 16:25:09 +0000 (12:25 -0400)
Bug:10781433
Change-Id: I9e71b38df3909c367c80a9a589d28f703d1c9936

core/java/android/view/WindowManager.java

index ea3c931..0ce4da5 100644 (file)
@@ -1088,7 +1088,7 @@ public interface WindowManager extends ViewManager {
          * {@hide} */
         public static final int PRIVATE_FLAG_SYSTEM_ERROR = 0x00000100;
 
-        /** Window flag: maintain the previous transparent decor state when this window
+        /** Window flag: maintain the previous translucent decor state when this window
          * becomes top-most.
          * {@hide} */
         public static final int PRIVATE_FLAG_INHERIT_TRANSLUCENT_DECOR = 0x00000200;