android.widget.ZoomControls Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.widget;
public class ZoomControls
extends android.widget.LinearLayout
{
public ZoomControls(android.content.Context context) { super((android.content.Context)null,(android.util.AttributeSet)null,0); throw new RuntimeException("Stub!"); }
public ZoomControls(android.content.Context context, android.util.AttributeSet attrs) { super((android.content.Context)null,(android.util.AttributeSet)null,0); throw new RuntimeException("Stub!"); }
public void setOnZoomInClickListener(android.view.View.OnClickListener listener) { throw new RuntimeException("Stub!"); }
public void setOnZoomOutClickListener(android.view.View.OnClickListener listener) { throw new RuntimeException("Stub!"); }
public void setZoomSpeed(long speed) { throw new RuntimeException("Stub!"); }
public boolean onTouchEvent(android.view.MotionEvent event) { throw new RuntimeException("Stub!"); }
public void show() { throw new RuntimeException("Stub!"); }
public void hide() { throw new RuntimeException("Stub!"); }
public void setIsZoomInEnabled(boolean isEnabled) { throw new RuntimeException("Stub!"); }
public void setIsZoomOutEnabled(boolean isEnabled) { throw new RuntimeException("Stub!"); }
public boolean hasFocus() { throw new RuntimeException("Stub!"); }
public void onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event) { throw new RuntimeException("Stub!"); }
public void onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info) { throw new RuntimeException("Stub!"); }
}