FileDocCategorySizeDatePackage
ViewOverlay.javaAPI DocAndroid 5.1 API377Sat Mar 14 14:09:44 GMT 2015android.view

ViewOverlay.java

package android.view;
public class ViewOverlay
{
ViewOverlay() { throw new RuntimeException("Stub!"); }
public  void add(android.graphics.drawable.Drawable drawable) { throw new RuntimeException("Stub!"); }
public  void remove(android.graphics.drawable.Drawable drawable) { throw new RuntimeException("Stub!"); }
public  void clear() { throw new RuntimeException("Stub!"); }
}