FileDocCategorySizeDatePackage
NativeActivity.javaAPI DocAndroid 5.1 API2024Sat Mar 14 14:09:40 GMT 2015android.app

NativeActivity

public class NativeActivity extends android.app.Activity implements android.view.ViewTreeObserver.OnGlobalLayoutListener, android.view.SurfaceHolder.Callback2, android.view.InputQueue.Callback

Fields Summary
public static final String
META_DATA_FUNC_NAME
public static final String
META_DATA_LIB_NAME
Constructors Summary
public NativeActivity()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidonConfigurationChanged(android.content.res.Configuration newConfig)

 throw new RuntimeException("Stub!"); 
protected voidonCreate(android.os.Bundle savedInstanceState)

 throw new RuntimeException("Stub!"); 
protected voidonDestroy()

 throw new RuntimeException("Stub!"); 
public voidonGlobalLayout()

 throw new RuntimeException("Stub!"); 
public voidonInputQueueCreated(android.view.InputQueue queue)

 throw new RuntimeException("Stub!"); 
public voidonInputQueueDestroyed(android.view.InputQueue queue)

 throw new RuntimeException("Stub!"); 
public voidonLowMemory()

 throw new RuntimeException("Stub!"); 
protected voidonPause()

 throw new RuntimeException("Stub!"); 
protected voidonResume()

 throw new RuntimeException("Stub!"); 
protected voidonSaveInstanceState(android.os.Bundle outState)

 throw new RuntimeException("Stub!"); 
protected voidonStart()

 throw new RuntimeException("Stub!"); 
protected voidonStop()

 throw new RuntimeException("Stub!"); 
public voidonWindowFocusChanged(boolean hasFocus)

 throw new RuntimeException("Stub!"); 
public voidsurfaceChanged(android.view.SurfaceHolder holder, int format, int width, int height)

 throw new RuntimeException("Stub!"); 
public voidsurfaceCreated(android.view.SurfaceHolder holder)

 throw new RuntimeException("Stub!"); 
public voidsurfaceDestroyed(android.view.SurfaceHolder holder)

 throw new RuntimeException("Stub!"); 
public voidsurfaceRedrawNeeded(android.view.SurfaceHolder holder)

 throw new RuntimeException("Stub!");