package android.view; import android.graphics.drawable.Drawable; public class ViewOverlay { public void add(Drawable drawable) {} }