am 4d7860d4: am 9ed30f93: Merge change I96444af2 into eclair

Merge commit '4d7860d408d248aaebed973e7f774c02efc290f8' into eclair-mr2-plus-aosp

* commit '4d7860d408d248aaebed973e7f774c02efc290f8':
  Unhide View.isOpaque().
This commit is contained in:
Romain Guy
2009-11-03 12:20:30 -08:00
committed by Android Git Automerger
2 changed files with 11 additions and 2 deletions

View File

@@ -158874,6 +158874,17 @@
visibility="public"
>
</method>
<method name="isOpaque"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="isPaddingOffsetRequired"
return="boolean"
abstract="false"

View File

@@ -4956,8 +4956,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
* invalidate/draw passes.
*
* @return True if this View is guaranteed to be fully opaque, false otherwise.
*
* @hide Pending API council approval
*/
@ViewDebug.ExportedProperty
public boolean isOpaque() {