am 9ed30f93: Merge change I96444af2 into eclair
Merge commit '9ed30f93f6149ede5885b9b8c0e22595876c6c84' into eclair-mr2 * commit '9ed30f93f6149ede5885b9b8c0e22595876c6c84': Unhide View.isOpaque().
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user