Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -34530,6 +34530,7 @@ package android.widget { method public void setExcludeMimes(java.lang.String[]); method public void setImageToDefault(); method public void setMode(int); method public void setOverlay(android.graphics.drawable.Drawable); field protected java.lang.String[] mExcludeMimes; } core/java/android/widget/QuickContactBadge.java +10 −0 Original line number Diff line number Diff line Loading @@ -256,6 +256,16 @@ public class QuickContactBadge extends ImageView implements OnClickListener { } } /** * Assigns the drawable that is to be drawn on top of the assigned contact photo. * * @param overlay Drawable to be drawn over the assigned contact photo. Must have a non-zero * instrinsic width and height. */ public void setOverlay(Drawable overlay) { mOverlay = overlay; } private void onContactUriChanged() { setEnabled(isAssigned()); } Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -34530,6 +34530,7 @@ package android.widget { method public void setExcludeMimes(java.lang.String[]); method public void setImageToDefault(); method public void setMode(int); method public void setOverlay(android.graphics.drawable.Drawable); field protected java.lang.String[] mExcludeMimes; }
core/java/android/widget/QuickContactBadge.java +10 −0 Original line number Diff line number Diff line Loading @@ -256,6 +256,16 @@ public class QuickContactBadge extends ImageView implements OnClickListener { } } /** * Assigns the drawable that is to be drawn on top of the assigned contact photo. * * @param overlay Drawable to be drawn over the assigned contact photo. Must have a non-zero * instrinsic width and height. */ public void setOverlay(Drawable overlay) { mOverlay = overlay; } private void onContactUriChanged() { setEnabled(isAssigned()); } Loading