SYMBOL INDEX (1145 symbols across 83 files) FILE: hydrogen-library/src/androidTest/java/pub/hanks/luajandroid/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 56) | @RunWith(AndroidJUnit4.class) method useAppContext (line 58) | @Test class MyAdapter (line 192) | class MyAdapter extends BaseAdapter { method getCount (line 194) | @Override method getItem (line 199) | @Override method getItemId (line 204) | @Override method getView (line 209) | @Override FILE: hydrogen-library/src/main/java/androlua/LuaActivity.java class LuaActivity (line 41) | public class LuaActivity extends BaseActivity implements LuaContext { method start (line 57) | public static void start(Context context, String luaPath) { method setContentView (line 63) | public void setContentView(View view) { method closeDrawer (line 74) | public void closeDrawer() { method setContentView (line 82) | @Override method onCreate (line 87) | @Override method disableDrawer (line 102) | public void disableDrawer(){ method initLua (line 109) | private void initLua(Bundle savedInstanceState) { method initErrorLayout (line 176) | private void initErrorLayout() { method getClassLoaders (line 190) | public ArrayList getClassLoaders() { method getLibrarys (line 194) | public HashMap getLibrarys() { method loadResources (line 198) | public void loadResources(String path) { method getLuaState (line 202) | public LuaState getLuaState() { method onStart (line 206) | @Override method onResume (line 212) | @Override method onPause (line 218) | @Override method onStop (line 224) | @Override method onNewIntent (line 230) | @Override method onDestroy (line 236) | @Override method onActivityResult (line 249) | @Override method onBackPressed (line 255) | @Override method onKeyDown (line 264) | @Override method onKeyUp (line 278) | @Override method onKeyLongPress (line 292) | @Override method onTouchEvent (line 306) | @Override method onCreateOptionsMenu (line 320) | @Override method onOptionsItemSelected (line 326) | @Override method onCreateContextMenu (line 336) | @Override method onContextItemSelected (line 342) | @Override method getWidth (line 348) | public int getWidth() { method getHeight (line 352) | public int getHeight() { method toast (line 356) | public void toast(String msg) { method sendMsg (line 362) | public void sendMsg(String msg) { class MainHandler (line 374) | private static class MainHandler extends Handler { method MainHandler (line 377) | private MainHandler(Activity activity) { method handleMessage (line 381) | @Override FILE: hydrogen-library/src/main/java/androlua/LuaAdapter.java class LuaAdapter (line 12) | public class LuaAdapter extends BaseAdapter { method LuaAdapter (line 16) | public LuaAdapter(AdapterCreator adapterCreator) { method getCount (line 20) | @Override method getItem (line 25) | @Override method getItemId (line 30) | @Override method getView (line 35) | @Override type AdapterCreator (line 40) | public interface AdapterCreator { method getCount (line 41) | long getCount(); method getItem (line 43) | Object getItem(int position); method getItemId (line 45) | long getItemId(int position); method getView (line 47) | View getView(int position, View convertView, ViewGroup parent); FILE: hydrogen-library/src/main/java/androlua/LuaBitmap.java class LuaBitmap (line 20) | public class LuaBitmap { method checkCache (line 25) | public static boolean checkCache(LuaContext context, String url) { method getLoacalBitmap (line 32) | public static Bitmap getLoacalBitmap(String url) throws FileNotFoundEx... method getLoacalBitmap (line 40) | public static Bitmap getLoacalBitmap(LuaContext context, String url) { method getHttpBitmap (line 44) | public static Bitmap getHttpBitmap(String url) throws IOException { method getHttpBitmap (line 57) | public static Bitmap getHttpBitmap(LuaContext context, String url) thr... method getAssetBitmap (line 89) | public static Bitmap getAssetBitmap(Context context, String name) thro... method getBitmap (line 97) | public static Bitmap getBitmap(LuaContext context, String path) throws... method decodeScale (line 119) | private static Bitmap decodeScale(int IMAGE_MAX_SIZE, File fis) { method getImageFromPath (line 138) | public static Bitmap getImageFromPath(String filePath) { method computeSampleSize (line 158) | private static int computeSampleSize(BitmapFactory.Options options, in... method computeInitialSampleSize (line 172) | private static int computeInitialSampleSize(BitmapFactory.Options opti... method getBitmapFromFile (line 190) | public static Bitmap getBitmapFromFile(File file, int width, int heigh... FILE: hydrogen-library/src/main/java/androlua/LuaBroadcastReceiver.java class LuaBroadcastReceiver (line 7) | public class LuaBroadcastReceiver extends BroadcastReceiver { method LuaBroadcastReceiver (line 11) | public LuaBroadcastReceiver(OnReceiveListener rlt) { method onReceive (line 15) | @Override type OnReceiveListener (line 23) | public interface OnReceiveListener { method onReceive (line 24) | void onReceive(Context context, Intent intent); FILE: hydrogen-library/src/main/java/androlua/LuaContext.java type LuaContext (line 3) | public interface LuaContext { FILE: hydrogen-library/src/main/java/androlua/LuaDexClassLoader.java class LuaDexClassLoader (line 7) | public class LuaDexClassLoader extends DexClassLoader { method LuaDexClassLoader (line 11) | public LuaDexClassLoader(String dexPath, String optimizedDirectory, St... method getDexPath (line 16) | public String getDexPath() { method findClass (line 20) | protected Class findClass(String name) throws ClassNotFoundException { FILE: hydrogen-library/src/main/java/androlua/LuaDexLoader.java class LuaDexLoader (line 16) | public class LuaDexLoader { method LuaDexLoader (line 28) | public LuaDexLoader() { method getTheme (line 34) | public Theme getTheme() { method getClassLoaders (line 38) | public ArrayList getClassLoaders() { method loadLibs (line 42) | public void loadLibs() throws LuaException { method loadLib (line 55) | public void loadLib(String name) throws LuaException { method getLibrarys (line 75) | public HashMap getLibrarys() { method loadDex (line 79) | public DexClassLoader loadDex(String path) throws LuaException { method loadResources (line 108) | public void loadResources(String path) { method getAssets (line 123) | public AssetManager getAssets() { method getResources (line 127) | public Resources getResources() { FILE: hydrogen-library/src/main/java/androlua/LuaDrawable.java class LuaDrawable (line 18) | public class LuaDrawable extends Drawable { method LuaDrawable (line 24) | public LuaDrawable(LuaFunction func) { method create (line 28) | public static Drawable create(String filePath) { method draw (line 35) | public void draw(Canvas p1) { method setAlpha (line 51) | public void setAlpha(int p1) { method setColorFilter (line 55) | public void setColorFilter(ColorFilter p1) { method getOpacity (line 59) | public int getOpacity() { method getPaint (line 63) | public Paint getPaint() { FILE: hydrogen-library/src/main/java/androlua/LuaFragment.java class LuaFragment (line 16) | public class LuaFragment extends Fragment { method newInstance (line 20) | public static LuaFragment newInstance() { method onPause (line 27) | @Override method setUserVisibleHint (line 35) | @Override method setCreator (line 41) | public void setCreator(FragmentCreator creator) { method onAttach (line 45) | @Override method onCreate (line 51) | @Override method onCreateView (line 57) | @Nullable method onActivityCreated (line 66) | @Override method onViewCreated (line 72) | @Override method onStart (line 79) | @Override method onResume (line 85) | @Override method onStop (line 91) | @Override method onDestroyView (line 97) | @Override method onDestroy (line 103) | @Override method onDetach (line 109) | @Override type FragmentCreator (line 115) | public interface FragmentCreator { method onCreate (line 116) | void onCreate(@Nullable Bundle savedInstanceState); method onAttach (line 118) | void onAttach(Context context); method onCreateView (line 120) | View onCreateView(LayoutInflater inflater, @Nullable ViewGroup conta... method onActivityCreated (line 122) | void onActivityCreated(Bundle savedInstanceState); method onViewCreated (line 124) | void onViewCreated(View view, @Nullable Bundle savedInstanceState); method onStart (line 126) | void onStart(); method onResume (line 128) | void onResume(); method onStop (line 130) | void onStop(); method onPause (line 132) | void onPause(); method onDestroyView (line 134) | void onDestroyView(); method onDestroy (line 136) | void onDestroy(); method onDetach (line 138) | void onDetach(); method onUserVisible (line 140) | void onUserVisible(boolean isVisibleToUser); FILE: hydrogen-library/src/main/java/androlua/LuaGcable.java type LuaGcable (line 4) | public interface LuaGcable { method gc (line 5) | void gc(); FILE: hydrogen-library/src/main/java/androlua/LuaHttp.java class LuaHttp (line 36) | public class LuaHttp { method LuaHttp (line 41) | private LuaHttp() { method getInstance (line 53) | public static LuaHttp getInstance() { method cancelAll (line 64) | public static void cancelAll() { method request (line 68) | public static void request(final LuaTable options, final LuaObject cal... method requestSync (line 104) | public static void requestSync(final LuaTable options, final LuaObject... method buildRequest (line 126) | @NonNull method getRequestBody (line 174) | private static RequestBody getRequestBody(LuaTable options) { method downloadFile (line 231) | public static boolean downloadFile(String url, String savePath) { method downloadFile (line 235) | public static boolean downloadFile(String url, String savePath, ArrayL... FILE: hydrogen-library/src/main/java/androlua/LuaImageLoader.java class LuaImageLoader (line 26) | public class LuaImageLoader { method load (line 28) | public static void load(ImageView imageView, String uri) { method loadWithRadius (line 31) | public static void loadWithRadius(ImageView imageView, float radius, S... method load (line 40) | public static void load(Context context, ImageView imageView, String u... method load (line 47) | public static void load(Context context, ImageView imageView, String u... method load (line 94) | public static void load(ImageView imageView, String uri, String refere... FILE: hydrogen-library/src/main/java/androlua/LuaManager.java class LuaManager (line 17) | public class LuaManager { method LuaManager (line 29) | private LuaManager() { method getInstance (line 33) | public static LuaManager getInstance() { method init (line 44) | public void init(Context context) { method isDebugable (line 60) | public boolean isDebugable() { method setDebugable (line 64) | public LuaManager setDebugable(boolean debugable) { method doFile (line 70) | public Object doFile(LuaState L, String filePath) throws LuaException { method doFile (line 74) | public Object doFile(LuaState L, String filePath, Object[] args) throw... method runFunc (line 98) | public Object runFunc(LuaState L, String funcName, Object... args) { method doString (line 124) | public Object doString(LuaState L, String funcSrc, Object... args) thr... method loadDex (line 145) | public DexClassLoader loadDex(ClassLoader parent, String path) throws ... method loadLib (line 158) | public Object loadLib(LuaState L, String soPath) throws LuaException { method errorReason (line 174) | private String errorReason(int error) { method appendSoDir (line 192) | public void appendSoDir(String dir) { method appendLuaDir (line 206) | public void appendLuaDir(LuaState L, String dir) { method getContext (line 221) | public Context getContext() { method getOdexDir (line 225) | public String getOdexDir() { method getLibDir (line 229) | public String getLibDir() { method getLuaDir (line 233) | public String getLuaDir() { method getLuaExtDir (line 237) | public String getLuaExtDir() { method getLuaCpath (line 241) | public String getLuaCpath() { method getLuaLpath (line 245) | public String getLuaLpath() { method initLua (line 250) | public LuaState initLua() { method initLuaPath (line 294) | private void initLuaPath(LuaState L) { FILE: hydrogen-library/src/main/java/androlua/LuaPrint.java class LuaPrint (line 12) | public class LuaPrint extends JavaFunction { method LuaPrint (line 17) | public LuaPrint(LuaState L) { method execute (line 22) | @Override FILE: hydrogen-library/src/main/java/androlua/LuaTimer.java class LuaTimer (line 4) | public class LuaTimer { FILE: hydrogen-library/src/main/java/androlua/LuaUtil.java class LuaUtil (line 26) | public class LuaUtil { method captureScreen (line 35) | public static Bitmap captureScreen(Activity activity) { method readAsset (line 81) | public static byte[] readAsset(Context context, String name) throws IO... method readAll (line 92) | private static byte[] readAll(InputStream input) throws IOException { method assetsToSD (line 105) | public static void assetsToSD(Context context, String InFileName, Stri... method copyFile (line 121) | public static void copyFile(String oldPath, String newPath) { method rmDir (line 146) | public static void rmDir(File dir) { method rmDir (line 157) | public static void rmDir(File dir, String ext) { method getContext (line 168) | public static Context getContext() { method getDensity (line 172) | public static float getDensity() { method dp2px (line 176) | public static int dp2px(float dp) { method getScreenWidth (line 181) | public static int getScreenWidth() { method getStatusBarHeight (line 185) | protected int getStatusBarHeight() { class IntentHelper (line 193) | public static class IntentHelper { method getLuaPath (line 194) | public static String getLuaPath(Intent intent) { method getArgs (line 200) | public static Object[] getArgs(Intent intent) { method isWifi (line 208) | public static boolean isWifi(){ FILE: hydrogen-library/src/main/java/androlua/LuaView.java class LuaView (line 14) | public class LuaView extends View { method LuaView (line 18) | public LuaView(Context context) { method LuaView (line 22) | public LuaView(Context context, @Nullable AttributeSet attrs) { method LuaView (line 26) | public LuaView(Context context, @Nullable AttributeSet attrs, int defS... method setCreator (line 33) | public void setCreator(Creator creator) { method onMeasure (line 37) | @Override method onFinishInflate (line 45) | @Override method onDraw (line 53) | @Override type Creator (line 60) | public interface Creator { method init (line 61) | void init(Context context, @Nullable AttributeSet attrs, int defStyl... method onDraw (line 63) | void onDraw(Canvas canvas); method onFinishInflate (line 65) | void onFinishInflate(); method onMeasure (line 67) | void onMeasure(int widthMeasureSpec, int heightMeasureSpec); FILE: hydrogen-library/src/main/java/androlua/LuaWebView.java class LuaWebView (line 33) | public class LuaWebView extends WebView { method LuaWebView (line 37) | public LuaWebView(Context context) { method LuaWebView (line 41) | public LuaWebView(Context context, AttributeSet attrs) { method LuaWebView (line 45) | public LuaWebView(Context context, AttributeSet attrs, int defStyleAtt... method release (line 83) | public void release() { method injectObjectToJavascript (line 92) | public void injectObjectToJavascript(LuaObject luaObject, String objec... method setWebChromeClientListener (line 96) | public void setWebChromeClientListener(WebChromeClientListener webChro... method setWebViewClientListener (line 100) | public void setWebViewClientListener(WebViewClientListener webViewClie... type WebViewClientListener (line 104) | public interface WebViewClientListener { method shouldOverrideUrlLoading (line 105) | boolean shouldOverrideUrlLoading(WebView view, WebResourceRequest re... method shouldOverrideKeyEvent (line 107) | boolean shouldOverrideKeyEvent(WebView view, KeyEvent event); method shouldInterceptRequest (line 109) | WebResourceResponse shouldInterceptRequest(WebView view, WebResource... method onPageFinished (line 111) | void onPageFinished(WebView view, String url); method onPageStarted (line 113) | void onPageStarted(WebView view, String url, Bitmap favicon); method onReceivedError (line 115) | void onReceivedError(WebView view, WebResourceRequest request, WebRe... type WebChromeClientListener (line 119) | public interface WebChromeClientListener { method onProgressChanged (line 121) | void onProgressChanged(WebView view, int newProgress); method onReceivedTitle (line 123) | void onReceivedTitle(WebView view, String title); method onReceivedIcon (line 125) | void onReceivedIcon(WebView view, Bitmap icon); method onReceivedTouchIconUrl (line 127) | void onReceivedTouchIconUrl(WebView view, String url, boolean precom... class JavascriptInterface (line 130) | public static class JavascriptInterface { method JavascriptInterface (line 133) | public JavascriptInterface(LuaObject luaObject) { method call (line 137) | @android.webkit.JavascriptInterface class LuaWebViewClient (line 147) | public class LuaWebViewClient extends WebViewClient { method shouldOverrideUrlLoading (line 148) | @Override method onReceivedSslError (line 164) | @Override method shouldOverrideUrlLoading (line 190) | @Override method shouldOverrideKeyEvent (line 199) | @Override method onReceivedHttpAuthRequest (line 204) | @Override method onReceivedHttpError (line 209) | @Override method shouldInterceptRequest (line 214) | @Override method onPageFinished (line 222) | @Override method onPageStarted (line 230) | @Override method onReceivedError (line 238) | @Override class LuaWebChromeClient (line 247) | public class LuaWebChromeClient extends WebChromeClient { method onProgressChanged (line 249) | @Override method onReceivedTitle (line 257) | @Override method onReceivedIcon (line 265) | @Override method onReceivedTouchIconUrl (line 273) | @Override FILE: hydrogen-library/src/main/java/androlua/NineBitmapDrawable.java class NineBitmapDrawable (line 14) | public class NineBitmapDrawable extends Drawable { method NineBitmapDrawable (line 35) | public NineBitmapDrawable(String path) throws IOException { method NineBitmapDrawable (line 39) | public NineBitmapDrawable(Bitmap bitmap) { method NineBitmapDrawable (line 85) | public NineBitmapDrawable(Bitmap bitmap, int x1, int y1, int x2, int y... method init (line 89) | private void init(Bitmap bitmap, int x1, int y1, int x2, int y2) { method draw (line 114) | @Override method setAlpha (line 146) | @Override method setColorFilter (line 151) | @Override method getOpacity (line 156) | @Override FILE: hydrogen-library/src/main/java/androlua/adapter/LuaFragmentPageAdapter.java class LuaFragmentPageAdapter (line 11) | public class LuaFragmentPageAdapter extends FragmentPagerAdapter { method LuaFragmentPageAdapter (line 15) | public LuaFragmentPageAdapter(FragmentManager fm, AdapterCreator creat... method getItem (line 20) | @Override method getCount (line 25) | @Override method getPageTitle (line 30) | @Override type AdapterCreator (line 35) | public interface AdapterCreator { method getCount (line 36) | long getCount(); method getItem (line 38) | Fragment getItem(int position); method getPageTitle (line 40) | String getPageTitle(int position); FILE: hydrogen-library/src/main/java/androlua/adapter/LuaPagerAdapter.java class LuaPagerAdapter (line 17) | public class LuaPagerAdapter extends PagerAdapter { method LuaPagerAdapter (line 21) | public LuaPagerAdapter(LuaTable luaTable) { method addViews (line 25) | public void addViews(LuaTable luaTable) { method getCount (line 38) | @Override method isViewFromObject (line 43) | @Override method instantiateItem (line 48) | @Override method destroyItem (line 55) | @Override FILE: hydrogen-library/src/main/java/androlua/adapter/LuaRecyclerAdapter.java class LuaRecyclerAdapter (line 10) | public class LuaRecyclerAdapter extends RecyclerView.Adapter { method LuaRecyclerAdapter (line 14) | public LuaRecyclerAdapter(AdapterCreator adapterCreator) { method onCreateViewHolder (line 18) | @Override method onBindViewHolder (line 23) | @Override method getItemViewType (line 28) | @Override method getItemCount (line 33) | @Override type AdapterCreator (line 38) | public interface AdapterCreator { method onCreateViewHolder (line 39) | RecyclerView.ViewHolder onCreateViewHolder(ViewGroup parent, int vie... method onBindViewHolder (line 41) | void onBindViewHolder(RecyclerView.ViewHolder holder, int position); method getItemViewType (line 43) | long getItemViewType(int position); method getItemCount (line 45) | long getItemCount(); FILE: hydrogen-library/src/main/java/androlua/adapter/LuaRecyclerHolder.java class LuaRecyclerHolder (line 10) | public class LuaRecyclerHolder extends RecyclerView.ViewHolder { method LuaRecyclerHolder (line 11) | public LuaRecyclerHolder(View itemView) { FILE: hydrogen-library/src/main/java/androlua/base/BaseActivity.java class BaseActivity (line 17) | public class BaseActivity extends SwipeBackActivity { method onCreate (line 19) | @Override method setStatusBarColor (line 32) | public void setStatusBarColor(int color) { method setLightStatusBar (line 43) | public void setLightStatusBar() { FILE: hydrogen-library/src/main/java/androlua/base/BaseFragment.java class BaseFragment (line 9) | public class BaseFragment extends Fragment { FILE: hydrogen-library/src/main/java/androlua/common/LuaConstants.java class LuaConstants (line 7) | public class LuaConstants { FILE: hydrogen-library/src/main/java/androlua/common/LuaFileUtils.java class LuaFileUtils (line 50) | public class LuaFileUtils { method getContext (line 93) | private static Context getContext() { method getFileType (line 103) | public static String getFileType(String filePath) { method getFileHeader (line 117) | public static String getFileHeader(String filePath) { method bytesToHexString (line 147) | private static String bytesToHexString(byte[] src) { method downloadPlugin (line 165) | public static void downloadPlugin(final String url, final String plugi... method downloadLuaFile (line 184) | public static void downloadLuaFile(final String url, final LuaObject c... method deleteFileOrDir (line 203) | public static void deleteFileOrDir(File file) { method removePlugin (line 221) | public static void removePlugin(String pluginId) { method getPluginsDir (line 230) | public static String getPluginsDir() { method getPluginList (line 234) | public static List getPluginList() { method parsePluginInfo (line 259) | private static Plugin parsePluginInfo(File pluginDir) { method copyAssetsFlies (line 293) | public static void copyAssetsFlies(String assetDir, String outputDir) { method copyFile (line 308) | public static void copyFile(InputStream inStream, String newPath) thro... method file2String (line 319) | private static String file2String(File file) { method convertViewToImage (line 343) | public static File convertViewToImage(View view, @NonNull String fileP... method bitmapToFile (line 369) | public static File bitmapToFile(Bitmap bitmap, File file, Bitmap.Compr... method saveImage (line 392) | public static String saveImage(String imagePath) { method getImagePath (line 423) | public static String getImagePath(String name) { method getPublicPicturePath (line 427) | public static String getPublicPicturePath(String fileName) { method getBitmapFromFile (line 437) | public static Bitmap getBitmapFromFile(String name) { method makeDefaultCSSFile (line 442) | public static void makeDefaultCSSFile() { method makeDefaultCSSFile (line 450) | private static void makeDefaultCSSFile(String path) { method convertStreamToString (line 459) | public static String convertStreamToString(InputStream is) { method getProjectCSSPath (line 482) | public static String getProjectCSSPath() { method getBackupPath (line 486) | public static String getBackupPath() { method getBackupNotePath (line 490) | public static String getBackupNotePath() { method insureDirExists (line 494) | private static String insureDirExists(String dir) { method getProjectImagePath (line 502) | public static String getProjectImagePath() { method getProjectPath (line 516) | public static String getProjectPath() { method sdCardAvaible (line 526) | public static boolean sdCardAvaible() { method saveToFile (line 531) | public static String saveToFile(InputStream in, String filePath) { method saveToFile (line 549) | public static String saveToFile(String txt, String filePath) { method getFontPath (line 566) | public static String getFontPath(String fontAlias) { method unzip (line 583) | public static void unzip(String zipFilePath, String destDirectory) thr... method extractFile (line 614) | private static void extractFile(ZipInputStream zipIn, String filePath)... method rewriteFile (line 624) | public static void rewriteFile(File file, String content) { method getFileContent (line 646) | public static String getFileContent(File file) { method deleteFile (line 671) | public static void deleteFile(String path) { method deleteDir (line 678) | public static void deleteDir(String dirPath) { method writeZip (line 696) | public static void writeZip(File file, String parentPath, ZipOutputStr... method getAndroLuaDir (line 734) | public static String getAndroLuaDir() { method readAsset (line 746) | public static byte[] readAsset(String name) throws IOException { method readAll (line 755) | private static byte[] readAll(InputStream input) throws IOException { method assetsToSD (line 768) | public static void assetsToSD(String InFileName, String OutFileName) t... method unZipAssets (line 787) | public static void unZipAssets(String assetName, String outputDirector... FILE: hydrogen-library/src/main/java/androlua/common/LuaLog.java class LuaLog (line 13) | public class LuaLog { method showLog (line 16) | public static boolean showLog() { method i (line 20) | public static void i(String s) { method w (line 26) | public static void w(String s) { method d (line 32) | public static void d(String s) { method e (line 38) | public static void e(String s) { method e (line 44) | public static void e(Throwable e) { FILE: hydrogen-library/src/main/java/androlua/common/LuaSp.java class LuaSp (line 13) | public class LuaSp { method getInstance (line 18) | public static LuaSp getInstance(String fileName) { method LuaSp (line 29) | private LuaSp(String fileName) { method save (line 34) | public void save(String key, Object value) { method get (line 50) | public T get(String key, T defaultValue) { method remove (line 69) | public void remove(String key) { method contains (line 78) | public boolean contains(String key) { method clear (line 86) | public void clear() { FILE: hydrogen-library/src/main/java/androlua/common/LuaStringUtils.java class LuaStringUtils (line 11) | public class LuaStringUtils { method isEmpty (line 14) | public static boolean isEmpty(String s) { method trimEnd (line 19) | public static String trimEnd(String s) { method isEmptyTrim (line 27) | public static boolean isEmptyTrim(String s) { method md5 (line 31) | public static String md5(String source) { method isUrl (line 56) | public static boolean isUrl(String str) { FILE: hydrogen-library/src/main/java/androlua/common/LuaToast.java class LuaToast (line 11) | public class LuaToast { method show (line 12) | public static void show(String s) { FILE: hydrogen-library/src/main/java/androlua/fragment/MenuFragment.java class MenuFragment (line 40) | public class MenuFragment extends BaseFragment { method newInstance (line 41) | public static MenuFragment newInstance() { method onCreateView (line 48) | @Nullable method onViewCreated (line 55) | @Override method showAddShortcutDialog (line 101) | private void showAddShortcutDialog(final Intent intent, String name, S... FILE: hydrogen-library/src/main/java/androlua/plugin/Plugin.java class Plugin (line 11) | public class Plugin { method Plugin (line 24) | public Plugin() { method isPlugin (line 28) | public boolean isPlugin() { method setPlugin (line 32) | public void setPlugin(boolean plugin) { method getPath (line 36) | public String getPath() { method setPath (line 40) | public void setPath(String path) { method getId (line 44) | public String getId() { method setId (line 48) | public void setId(String id) { method getName (line 52) | public String getName() { method setName (line 56) | public void setName(String name) { method setUpdateAt (line 60) | public void setUpdateAt(long updateAt) { method getUpdateAt (line 64) | public long getUpdateAt() { method getIconPath (line 68) | public String getIconPath() { method setIconPath (line 85) | public void setIconPath(String iconPath) { method getMainPath (line 89) | public String getMainPath() { method setMainPath (line 96) | public void setMainPath(String mainPath) { method getVersionName (line 100) | public String getVersionName() { method setVersionName (line 104) | public void setVersionName(String versionName) { method getVersionCode (line 108) | public int getVersionCode() { method setVersionCode (line 112) | public void setVersionCode(int versionCode) { FILE: hydrogen-library/src/main/java/androlua/utils/ColorStateListFactory.java class ColorStateListFactory (line 18) | public class ColorStateListFactory { method newInstance (line 20) | public static ColorStateList newInstance(int normalColor) { method newInstance (line 24) | public static ColorStateList newInstance(int normalColor, int selected... method getRippleDrawable (line 42) | public static Drawable getRippleDrawable( method getRippleMask (line 52) | private static Drawable getRippleMask(int color) { method getStateListDrawable (line 64) | public static StateListDrawable getStateListDrawable( FILE: hydrogen-library/src/main/java/androlua/utils/DialogUtils.java class DialogUtils (line 20) | public class DialogUtils { method showWithInput (line 21) | public static AlertDialog showWithInput(Context context, LuaTable conf... FILE: hydrogen-library/src/main/java/androlua/utils/LauncherUtil.java class LauncherUtil (line 12) | public class LauncherUtil { method LauncherUtil (line 16) | private LauncherUtil() { method getDefaultLauncher (line 19) | public static String getDefaultLauncher(Context context) { method getAuthorityFromPermission (line 34) | public static String getAuthorityFromPermission(Context context, Strin... FILE: hydrogen-library/src/main/java/androlua/utils/ShortcutUtils.java class ShortcutUtils (line 14) | public class ShortcutUtils { method ShortcutUtils (line 27) | private ShortcutUtils() { method installShortcut (line 30) | public static void installShortcut(Context context, String str, int i,... method installShortcut (line 34) | public static void installShortcut(final Context context, final String... method installShortcut (line 46) | public static void installShortcut(Context context, String str, Bitmap... method installShortcut (line 50) | public static void installShortcut(final Context context, final String... method uninstallShortcut (line 62) | public static void uninstallShortcut(Context context, String str, Inte... method uninstallShortcut (line 66) | public static void uninstallShortcut(final Context context, final Stri... method addShortcut (line 78) | private static boolean addShortcut(Context context, String str, int i,... method addShortcut (line 91) | private static boolean addShortcut(Context context, String str, Bitmap... method removeShortcut (line 103) | private static void removeShortcut(Context context, String str, Intent... method hasShortcut (line 111) | public static boolean hasShortcut(Context context, String str) { type ActionListener (line 180) | public interface ActionListener { method onFailure (line 181) | void onFailure(int i); method onSuccess (line 183) | void onSuccess(); FILE: hydrogen-library/src/main/java/androlua/widget/glide/LuaGlideModule.java class LuaGlideModule (line 16) | public class LuaGlideModule implements GlideModule { method applyOptions (line 17) | @Override method registerComponents (line 26) | @Override FILE: hydrogen-library/src/main/java/androlua/widget/htmltext/URLImageParser.java class URLImageParser (line 23) | public class URLImageParser implements Html.ImageGetter { method URLImageParser (line 26) | public URLImageParser(TextView v) { method getDrawable (line 30) | @Override method debug (line 97) | private void debug(String msg) { FILE: hydrogen-library/src/main/java/androlua/widget/htmltext/UrlDrawable.java class UrlDrawable (line 12) | public class UrlDrawable extends Drawable { method UrlDrawable (line 15) | public UrlDrawable() { method setAlpha (line 19) | @Override method setColorFilter (line 26) | @Override method getOpacity (line 33) | @Override method draw (line 41) | @Override FILE: hydrogen-library/src/main/java/androlua/widget/marqueetext/MarqueeTextView.java class MarqueeTextView (line 14) | public class MarqueeTextView extends android.support.v7.widget.AppCompat... method MarqueeTextView (line 15) | public MarqueeTextView(Context context) { method MarqueeTextView (line 19) | public MarqueeTextView(Context context, @Nullable AttributeSet attrs) { method MarqueeTextView (line 23) | public MarqueeTextView(Context context, @Nullable AttributeSet attrs, ... method isFocused (line 30) | @Override FILE: hydrogen-library/src/main/java/androlua/widget/ninegride/LuaNineGridView.java class LuaNineGridView (line 15) | public class LuaNineGridView extends NineGridImageView { method LuaNineGridView (line 17) | public LuaNineGridView(Context context) { method LuaNineGridView (line 21) | public LuaNineGridView(Context context, AttributeSet attrs) { method setImagesData (line 25) | public void setImagesData(LuaTable lists) { FILE: hydrogen-library/src/main/java/androlua/widget/ninegride/LuaNineGridViewAdapter.java class LuaNineGridViewAdapter (line 12) | public class LuaNineGridViewAdapter extends NineGridImageViewAdapter { method LuaNineGridViewAdapter (line 15) | public LuaNineGridViewAdapter(AdapterCreator adapterCreator) { method onDisplayImage (line 19) | @Override method onItemImageClick (line 24) | @Override type AdapterCreator (line 30) | public interface AdapterCreator { method onDisplayImage (line 31) | void onDisplayImage(Context context, ImageView imageView, String url); method onItemImageClick (line 33) | void onItemImageClick(Context context, ImageView imageView, int inde... FILE: hydrogen-library/src/main/java/androlua/widget/ninegride/NineGridImageView.java class NineGridImageView (line 21) | public class NineGridImageView extends ViewGroup { method NineGridImageView (line 41) | public NineGridImageView(Context context) { method NineGridImageView (line 45) | public NineGridImageView(Context context, AttributeSet attrs) { method calculateGridParam (line 61) | protected static int[] calculateGridParam(int imagesSize, int showStyl... method setSingleImgSize (line 84) | public void setSingleImgSize(int width, int height) { method getAdapter (line 110) | public NineGridImageViewAdapter getAdapter() { method setAdapter (line 119) | public void setAdapter(NineGridImageViewAdapter adapter) { method onMeasure (line 123) | @Override method dp2px (line 157) | private int dp2px(float dp) { method getScreenWidth (line 162) | private int getScreenWidth() { method onLayout (line 166) | @Override method setImagesData (line 196) | public void setImagesData(List lists) { method getNeedShowCount (line 239) | private int getNeedShowCount(int size) { method getImageView (line 251) | private ImageView getImageView() { method setGap (line 267) | public void setGap(int gap) { method setShowStyle (line 276) | public void setShowStyle(int showStyle) { method setMaxSize (line 286) | public void setMaxSize(int maxSize) { FILE: hydrogen-library/src/main/java/androlua/widget/ninegride/NineGridImageViewAdapter.java class NineGridImageViewAdapter (line 14) | public abstract class NineGridImageViewAdapter { method onDisplayImage (line 15) | protected abstract void onDisplayImage(Context context, ImageView imag... method onItemImageClick (line 17) | protected void onItemImageClick(Context context, ImageView imageView, ... method generateImageView (line 20) | protected ImageView generateImageView(Context context) { FILE: hydrogen-library/src/main/java/androlua/widget/picture/ElasticDragDismissFrameLayout.java class ElasticDragDismissFrameLayout (line 36) | public class ElasticDragDismissFrameLayout extends FrameLayout { method ElasticDragDismissFrameLayout (line 65) | public ElasticDragDismissFrameLayout(Context context) { method ElasticDragDismissFrameLayout (line 69) | public ElasticDragDismissFrameLayout(Context context, AttributeSet att... method ElasticDragDismissFrameLayout (line 73) | public ElasticDragDismissFrameLayout(Context context, AttributeSet attrs, method init (line 79) | private void init() { class ElasticDragDismissCallback (line 91) | public static abstract class ElasticDragDismissCallback { method onDrag (line 104) | public void onDrag(float elasticOffset, float elasticOffsetPixels, method onDragDismissed (line 111) | public void onDragDismissed() { method onStartNestedScroll (line 116) | @Override method onNestedPreScroll (line 121) | @Override method onNestedScroll (line 133) | @Override method onStopNestedScroll (line 141) | @Override method onSizeChanged (line 175) | @Override method addListener (line 183) | public void addListener(ElasticDragDismissCallback listener) { method setEnabled (line 190) | public void setEnabled(boolean enabled) { method isEnabled (line 194) | public boolean isEnabled() { method removeListener (line 198) | public void removeListener(ElasticDragDismissCallback listener) { method dragScale (line 204) | private void dragScale(int scroll) { method dispatchDragCallback (line 273) | private void dispatchDragCallback(float elasticOffset, float elasticOf... method dispatchDismissCallback (line 283) | private void dispatchDismissCallback() { method isDragging (line 291) | public boolean isDragging() { method setDragElasticity (line 296) | public void setDragElasticity(float elasticity) { method halfDistanceRequired (line 300) | public void halfDistanceRequired() { FILE: hydrogen-library/src/main/java/androlua/widget/picture/PicturePreviewActivity.java class PicturePreviewActivity (line 60) | public class PicturePreviewActivity extends AppCompatActivity { method start (line 73) | public static void start(Context context, String json) { method setStatusBarColor (line 80) | public void setStatusBarColor(int color) { method onCreate (line 92) | @Override method getData (line 188) | private void getData() { method downloadPicture (line 234) | private void downloadPicture(Context context, final String uri, final ... method onRequestPermissionsResult (line 268) | @Override method requestPermission (line 282) | private void requestPermission() { class PicturePreviewFragment (line 289) | public static class PicturePreviewFragment extends BaseFragment { method newInstance (line 295) | public static PicturePreviewFragment newInstance(String uri, ArrayLi... method newInstance (line 304) | public static PicturePreviewFragment newInstance(String uri) { method setOnClickImageListener (line 312) | public void setOnClickImageListener(View.OnClickListener listener) { method onCreateView (line 317) | @Nullable method onViewCreated (line 324) | @Override method hideLoading (line 387) | private void hideLoading() { method getImageSize (line 393) | public void getImageSize(File file, int[] size) { method loadFile (line 401) | public void loadFile(File file) { method finish (line 432) | @Override FILE: hydrogen-library/src/main/java/androlua/widget/statusbar/FixInsetsFrameLayout.java class FixInsetsFrameLayout (line 29) | public final class FixInsetsFrameLayout extends FrameLayout { method FixInsetsFrameLayout (line 32) | public FixInsetsFrameLayout(Context context) { method FixInsetsFrameLayout (line 36) | public FixInsetsFrameLayout(Context context, AttributeSet attrs) { method FixInsetsFrameLayout (line 40) | public FixInsetsFrameLayout(Context context, AttributeSet attrs, int d... method setInsetEnable (line 46) | public void setInsetEnable(boolean insetEnable) { method fitSystemWindows (line 50) | @Override method onApplyWindowInsets (line 68) | @Override FILE: hydrogen-library/src/main/java/androlua/widget/statusbar/StatusBarView.java class StatusBarView (line 16) | public class StatusBarView extends View { method StatusBarView (line 20) | public StatusBarView(Context context) { method StatusBarView (line 24) | public StatusBarView(Context context, AttributeSet attrs) { method StatusBarView (line 28) | public StatusBarView(Context context, AttributeSet attrs, int defStyle) { method setStatusBarColor (line 34) | public void setStatusBarColor(int statusBarColor) { method setStatusBarHeight (line 39) | public void setStatusBarHeight(int statusBarHeight) { method onDraw (line 45) | @Override method onMeasure (line 50) | @Override method getStatusBarHeight (line 55) | private int getStatusBarHeight(Context context) { method getNavigationBarHeight (line 67) | private int getNavigationBarHeight(Context context) { FILE: hydrogen-library/src/main/java/androlua/widget/swipebacklayout/SwipeBackLayout.java class SwipeBackLayout (line 25) | public class SwipeBackLayout extends FrameLayout { method SwipeBackLayout (line 120) | public SwipeBackLayout(Context context) { method SwipeBackLayout (line 124) | public SwipeBackLayout(Context context, AttributeSet attrs) { method SwipeBackLayout (line 128) | public SwipeBackLayout(Context context, AttributeSet attrs, int defSty... method dp2px (line 146) | private int dp2px(float dp) { method setSensitivity (line 160) | public void setSensitivity(Context context, float sensitivity) { method setContentView (line 169) | private void setContentView(View view) { method setEnableGesture (line 173) | public void setEnableGesture(boolean enable) { method setEdgeTrackingEnabled (line 191) | public void setEdgeTrackingEnabled(int edgeFlags) { method setScrimColor (line 202) | public void setScrimColor(int color) { method setEdgeSize (line 214) | public void setEdgeSize(int size) { method setSwipeListener (line 225) | @Deprecated method addSwipeListener (line 235) | public void addSwipeListener(SwipeListener listener) { method removeSwipeListener (line 247) | public void removeSwipeListener(SwipeListener listener) { method setScrollThresHold (line 260) | public void setScrollThresHold(float threshold) { method setShadow (line 275) | public void setShadow(Drawable shadow, int edgeFlag) { method setShadow (line 294) | public void setShadow(int resId, int edgeFlag) { method scrollToFinishActivity (line 301) | public void scrollToFinishActivity() { method onInterceptTouchEvent (line 321) | @Override method onTouchEvent (line 335) | @Override method onLayout (line 344) | @Override method requestLayout (line 354) | @Override method drawChild (line 361) | @Override method drawScrim (line 374) | private void drawScrim(Canvas canvas, View child) { method drawShadow (line 389) | private void drawShadow(Canvas canvas, View child) { method attachToActivity (line 415) | public void attachToActivity(Activity activity) { method computeScroll (line 432) | @Override type SwipeListener (line 440) | public static interface SwipeListener { method onScrollStateChange (line 450) | public void onScrollStateChange(int state, float scrollPercent); method onEdgeTouch (line 460) | public void onEdgeTouch(int edgeFlag); method onScrollOverThreshold (line 465) | public void onScrollOverThreshold(); class ViewDragCallback (line 468) | private class ViewDragCallback extends ViewDragHelper.Callback { method tryCaptureView (line 471) | @Override method getViewHorizontalDragRange (line 492) | @Override method getViewVerticalDragRange (line 497) | @Override method onViewPositionChanged (line 502) | @Override method onViewReleased (line 538) | @Override method clampViewPositionHorizontal (line 559) | @Override method clampViewPositionVertical (line 570) | @Override method onViewDragStateChanged (line 579) | @Override FILE: hydrogen-library/src/main/java/androlua/widget/swipebacklayout/Utils.java class Utils (line 10) | public class Utils { method Utils (line 11) | private Utils() { method convertActivityFromTranslucent (line 26) | public static void convertActivityFromTranslucent(Activity activity) { method convertActivityToTranslucent (line 47) | public static void convertActivityToTranslucent(Activity activity) { FILE: hydrogen-library/src/main/java/androlua/widget/swipebacklayout/ViewDragHelper.java class ViewDragHelper (line 39) | public class ViewDragHelper { method getInterpolation (line 100) | public float getInterpolation(float t) { method run (line 129) | public void run() { method ViewDragHelper (line 143) | private ViewDragHelper(Context context, ViewGroup forParent, Callback ... method create (line 171) | public static ViewDragHelper create(ViewGroup forParent, Callback cb) { method create (line 185) | public static ViewDragHelper create(ViewGroup forParent, float sensiti... method setSensitivity (line 198) | public void setSensitivity(Context context, float sensitivity) { method setMaxVelocity (line 211) | public void setMaxVelocity(float maxVel) { method getMinVelocity (line 223) | public float getMinVelocity() { method setMinVelocity (line 234) | public void setMinVelocity(float minVel) { method getViewDragState (line 244) | public int getViewDragState() { method setEdgeTrackingEnabled (line 263) | public void setEdgeTrackingEnabled(int edgeFlags) { method getEdgeSize (line 275) | public int getEdgeSize() { method setEdgeSize (line 286) | public void setEdgeSize(int size) { method captureChildView (line 300) | public void captureChildView(View childView, int activePointerId) { method getCapturedView (line 316) | public View getCapturedView() { method getActivePointerId (line 324) | public int getActivePointerId() { method getTouchSlop (line 332) | public int getTouchSlop() { method cancel (line 341) | public void cancel() { method abort (line 355) | public void abort() { method smoothSlideViewTo (line 386) | public boolean smoothSlideViewTo(View child, int finalLeft, int finalT... method settleCapturedViewAt (line 406) | public boolean settleCapturedViewAt(int finalLeft, int finalTop) { method forceSettleCapturedViewAt (line 427) | private boolean forceSettleCapturedViewAt(int finalLeft, int finalTop,... method computeSettleDuration (line 447) | private int computeSettleDuration(View child, int dx, int dy, int xvel... method computeAxisDuration (line 468) | private int computeAxisDuration(int delta, int velocity, int motionRan... method clampMag (line 500) | private int clampMag(int value, int absMin, int absMax) { method clampMag (line 519) | private float clampMag(float value, float absMin, float absMax) { method distanceInfluenceForSnapDuration (line 528) | private float distanceInfluenceForSnapDuration(float f) { method flingCapturedView (line 544) | public void flingCapturedView(int minLeft, int minTop, int maxLeft, in... method continueSettling (line 569) | public boolean continueSettling(boolean deferCallbacks) { method dispatchViewReleased (line 614) | private void dispatchViewReleased(float xvel, float yvel) { method clearMotionHistory (line 626) | private void clearMotionHistory() { method clearMotionHistory (line 640) | private void clearMotionHistory(int pointerId) { method ensureMotionHistorySizeForId (line 654) | private void ensureMotionHistorySizeForId(int pointerId) { method saveInitialMotion (line 684) | private void saveInitialMotion(float x, float y, int pointerId) { method saveLastMotion (line 692) | private void saveLastMotion(MotionEvent ev) { method isPointerDown (line 718) | public boolean isPointerDown(int pointerId) { method setDragState (line 722) | void setDragState(int state) { method tryCaptureViewForDrag (line 742) | boolean tryCaptureViewForDrag(View toCapture, int pointerId) { method canScroll (line 767) | protected boolean canScroll(View v, boolean checkV, int dx, int dy, in... method shouldInterceptTouchEvent (line 804) | public boolean shouldInterceptTouchEvent(MotionEvent ev) { method processTouchEvent (line 913) | public void processTouchEvent(MotionEvent ev) { method reportNewEdgeDrags (line 1075) | private void reportNewEdgeDrags(float dx, float dy, int pointerId) { method checkNewEdgeDrag (line 1096) | private boolean checkNewEdgeDrag(float delta, float odelta, int pointe... method checkTouchSlop (line 1123) | private boolean checkTouchSlop(View child, float dx, float dy) { method checkTouchSlop (line 1156) | public boolean checkTouchSlop(int directions) { method checkTouchSlop (line 1184) | public boolean checkTouchSlop(int directions, int pointerId) { method isEdgeTouched (line 1216) | public boolean isEdgeTouched(int edges) { method isEdgeTouched (line 1238) | public boolean isEdgeTouched(int edges, int pointerId) { method releaseViewForPointerUp (line 1242) | private void releaseViewForPointerUp() { method dragTo (line 1253) | private void dragTo(int left, int top, int dx, int dy) { method isCapturedViewUnder (line 1285) | public boolean isCapturedViewUnder(int x, int y) { method isViewUnder (line 1299) | public boolean isViewUnder(View view, int x, int y) { method findTopChildUnder (line 1317) | public View findTopChildUnder(int x, int y) { method getEdgeTouched (line 1329) | private int getEdgeTouched(int x, int y) { class Callback (line 1352) | public static abstract class Callback { method onViewDragStateChanged (line 1362) | public void onViewDragStateChanged(int state) { method onViewPositionChanged (line 1375) | public void onViewPositionChanged(View changedView, int left, int to... method onViewCaptured (line 1387) | public void onViewCaptured(View capturedChild, int activePointerId) { method onViewReleased (line 1412) | public void onViewReleased(View releasedChild, float xvel, float yve... method onEdgeTouched (line 1427) | public void onEdgeTouched(int edgeFlags, int pointerId) { method onEdgeLock (line 1441) | public boolean onEdgeLock(int edgeFlags) { method onEdgeDragStarted (line 1458) | public void onEdgeDragStarted(int edgeFlags, int pointerId) { method getOrderedChildIndex (line 1468) | public int getOrderedChildIndex(int index) { method getViewHorizontalDragRange (line 1480) | public int getViewHorizontalDragRange(View child) { method getViewVerticalDragRange (line 1492) | public int getViewVerticalDragRange(View child) { method tryCaptureView (line 1516) | public abstract boolean tryCaptureView(View child, int pointerId); method clampViewPositionHorizontal (line 1529) | public int clampViewPositionHorizontal(View child, int left, int dx) { method clampViewPositionVertical (line 1544) | public int clampViewPositionVertical(View child, int top, int dy) { FILE: hydrogen-library/src/main/java/androlua/widget/swipebacklayout/app/SwipeBackActivity.java class SwipeBackActivity (line 11) | public class SwipeBackActivity extends AppCompatActivity implements Swip... method onCreate (line 15) | @Override method onResume (line 22) | @Override method onPostCreate (line 28) | @Override method findViewById (line 36) | @Override method getSwipeBackLayout (line 44) | @Override method setSwipeBackEnable (line 49) | @Override method scrollToFinishActivity (line 54) | @Override method needPostCreate (line 60) | protected boolean needPostCreate() { FILE: hydrogen-library/src/main/java/androlua/widget/swipebacklayout/app/SwipeBackActivityBase.java type SwipeBackActivityBase (line 9) | public interface SwipeBackActivityBase { method getSwipeBackLayout (line 13) | public abstract SwipeBackLayout getSwipeBackLayout(); method setSwipeBackEnable (line 15) | public abstract void setSwipeBackEnable(boolean enable); method scrollToFinishActivity (line 20) | public abstract void scrollToFinishActivity(); FILE: hydrogen-library/src/main/java/androlua/widget/swipebacklayout/app/SwipeBackActivityHelper.java class SwipeBackActivityHelper (line 16) | public class SwipeBackActivityHelper { method SwipeBackActivityHelper (line 21) | public SwipeBackActivityHelper(Activity activity) { method onActivityCreate (line 25) | @SuppressWarnings("deprecation") method onPostCreate (line 48) | public void onPostCreate() { method findViewById (line 52) | public View findViewById(int id) { method getSwipeBackLayout (line 59) | public SwipeBackLayout getSwipeBackLayout() { FILE: hydrogen-library/src/main/java/androlua/widget/swipebacklayout/app/SwipeBackPreferenceActivity.java class SwipeBackPreferenceActivity (line 10) | public class SwipeBackPreferenceActivity extends PreferenceActivity impl... method onCreate (line 13) | @Override method onPostCreate (line 20) | @Override method findViewById (line 26) | @Override method getSwipeBackLayout (line 34) | @Override method setSwipeBackEnable (line 39) | @Override method scrollToFinishActivity (line 44) | @Override FILE: hydrogen-library/src/main/java/androlua/widget/video/VideoPlayerActivity.java class VideoPlayerActivity (line 23) | public class VideoPlayerActivity extends BaseActivity { method start (line 25) | public static void start(Context context, String json) { method onCreate (line 31) | @Override method onBackPressed (line 54) | @Override method onPause (line 62) | @Override FILE: hydrogen-library/src/main/java/androlua/widget/viewpager/NoScrollViewPager.java class NoScrollViewPager (line 14) | public class NoScrollViewPager extends ViewPager { method NoScrollViewPager (line 18) | public NoScrollViewPager(Context context) { method NoScrollViewPager (line 22) | public NoScrollViewPager(Context context, AttributeSet attrs) { method onTouchEvent (line 26) | @Override method onInterceptTouchEvent (line 31) | @Override method canScroll (line 37) | @Override method setPagingEnabled (line 48) | public void setPagingEnabled(boolean b) { FILE: hydrogen-library/src/main/java/androlua/widget/webview/WebViewActivity.java class WebViewActivity (line 38) | public class WebViewActivity extends BaseActivity { method start (line 51) | public static void start(Context context, String url) { method start (line 55) | public static void start(Context context, String url, int color) { method onCreate (line 62) | @Override method canAsBgColor (line 217) | private boolean canAsBgColor(int i) { method fetchColor (line 221) | private void fetchColor() { method onBackPressed (line 238) | @Override method onDestroy (line 248) | @Override FILE: hydrogen-library/src/main/java/com/luajava/Console.java class Console (line 6) | public class Console { method main (line 7) | public static void main(String[] args) { FILE: hydrogen-library/src/main/java/com/luajava/JavaFunction.java class JavaFunction (line 3) | public abstract class JavaFunction { method JavaFunction (line 6) | public JavaFunction(LuaState L) { method execute (line 10) | public abstract int execute() throws LuaException; method getParam (line 12) | public LuaObject getParam(int idx) { method register (line 16) | public void register(String name) throws LuaException { FILE: hydrogen-library/src/main/java/com/luajava/LuaException.java class LuaException (line 32) | public class LuaException extends Exception { method LuaException (line 38) | public LuaException(String str) { method LuaException (line 46) | public LuaException(Exception e) { FILE: hydrogen-library/src/main/java/com/luajava/LuaFunction.java class LuaFunction (line 3) | public class LuaFunction extends LuaObject implements ... method LuaFunction (line 5) | protected LuaFunction(LuaState L, String globalName) { method LuaFunction (line 9) | protected LuaFunction(LuaState L, int index) { method __call (line 13) | @Override method __index (line 19) | @Override method __newIndex (line 25) | @Override method call (line 30) | @Override FILE: hydrogen-library/src/main/java/com/luajava/LuaInvocationHandler.java class LuaInvocationHandler (line 39) | public class LuaInvocationHandler implements InvocationHandler { method LuaInvocationHandler (line 47) | public LuaInvocationHandler(LuaObject obj) { method invoke (line 56) | public Object invoke(Object proxy, Method method, Object[] args) throw... FILE: hydrogen-library/src/main/java/com/luajava/LuaJavaAPI.java class LuaJavaAPI (line 46) | public final class LuaJavaAPI { method LuaJavaAPI (line 72) | private LuaJavaAPI() { method objectIndex (line 84) | public static int objectIndex(long luaState, Object obj, String search... method callMethod (line 116) | public static int callMethod(long luaState, Object obj, String cacheName) method objectNewIndex (line 192) | public static int objectNewIndex(long luaState, Object obj, String sea... method setFieldValue (line 211) | public static int setFieldValue(LuaState L, Object obj, String fieldNa... method argError (line 261) | private static String argError(LuaState L, String name, int idx, Class... method typeName (line 267) | private static String typeName(LuaState L, int idx) throws LuaException { method setArrayValue (line 299) | public static int setArrayValue(long luaState, Object obj, int index) ... method getArrayValue (line 322) | public static int getArrayValue(long luaState, Object obj, int index) ... method asTable (line 341) | public static int asTable(long luaState, Object obj) throws LuaExcepti... method newArray (line 387) | public static int newArray(long luaState, Class clazz, int size) th... method newArray (line 400) | public static int newArray(long luaState, Class clazz) throws LuaEx... method javaBindClass (line 418) | public static Class javaBindClass(String className) throws LuaException { method javaNewInstance (line 454) | public static int javaNewInstance(long luaState, String className) thr... method javaNew (line 475) | public static int javaNew(long luaState, Class clazz) throws LuaExc... method javaCreate (line 487) | public static int javaCreate(long luaState, Class clazz) throws Lua... method objectCall (line 538) | public static int objectCall(long luaState, Object obj) throws LuaExce... method createProxy (line 565) | public static int createProxy(long luaState, String implem) method createArray (line 573) | public static int createArray(long luaState, String className) method javaLoadLib (line 592) | public static int javaLoadLib(long luaState, String className, String ... method javaToString (line 618) | public static int javaToString(long luaState, Object obj) throws LuaEx... method javaEquals (line 630) | public static int javaEquals(long luaState, Object obj, Object obj2) t... method javaObjectLength (line 640) | public static int javaObjectLength(long luaState, Object obj) throws L... method getObjInstance (line 665) | private static int getObjInstance(LuaState L, Class clazz) throws L... method checkField (line 747) | public static int checkField(LuaState L, Object obj, String fieldName) method checkMethod (line 798) | public static int checkMethod(LuaState L, Object obj, String methodNam... method checkClass (line 855) | public static int checkClass(LuaState L, Object obj, String className)... method javaGetter (line 877) | public static int javaGetter(LuaState L, Object obj, String methodName... method javaSetter (line 918) | public static int javaSetter(LuaState L, Object obj, String methodName... method javaSetListener (line 949) | private static int javaSetListener(LuaState L, Object obj, String meth... method javaSetMethod (line 976) | private static int javaSetMethod(LuaState L, Object obj, String method... method createProxyObject (line 1013) | private static int createProxyObject(LuaState L, String implem) method createProxyObject (line 1028) | private static int createProxyObject(LuaState L, Class implem) throws ... method createProxyObject (line 1035) | private static Object createProxyObject(LuaState L, Class implem, int ... method createArray (line 1047) | private static int createArray(LuaState L, Class type) throws LuaEx... method createArray (line 1054) | private static Object createArray(LuaState L, Class type, int idx) ... method createList (line 1131) | private static int createList(LuaState L, Class type) throws LuaExc... method createList (line 1138) | private static Object createList(LuaState L, Class type, int idx) t... method createMap (line 1159) | private static int createMap(LuaState L, Class clazz) throws LuaExc... method createMap (line 1167) | private static Object createMap(LuaState L, Class clazz, int idx) t... method compareTypes (line 1187) | private static Object compareTypes(LuaState L, Class parameter, int... method toPrimitive (line 1292) | private static int toPrimitive(LuaState L, Class type, int idx) throws... FILE: hydrogen-library/src/main/java/com/luajava/LuaList.java class LuaList (line 8) | public class LuaList extends LuaObject implements List { method LuaList (line 10) | protected LuaList(LuaState L, String globalName) { method LuaList (line 14) | protected LuaList(LuaState L, int index) { method LuaList (line 18) | public LuaList(LuaState L) { method clear (line 24) | @Override method isEmpty (line 29) | @Override method remove (line 38) | @Override method size (line 44) | @Override method add (line 53) | @Override method add (line 58) | @Override method addAll (line 74) | @Override method addAll (line 80) | @Override method contains (line 86) | @Override method containsAll (line 92) | @Override method get (line 98) | @Override method indexOf (line 104) | @Override method iterator (line 110) | @Override method lastIndexOf (line 116) | @Override method listIterator (line 122) | @Override method listIterator (line 128) | @Override method remove (line 134) | @Override method removeAll (line 140) | @Override method retainAll (line 146) | @Override method set (line 152) | @Override method subList (line 158) | @Override method toArray (line 164) | @Override method toArray (line 170) | @Override FILE: hydrogen-library/src/main/java/com/luajava/LuaMetaTable.java type LuaMetaTable (line 3) | public interface LuaMetaTable { method __call (line 4) | public Object __call(Object... arg) throws LuaException; method __index (line 6) | public Object __index(String key); method __newIndex (line 8) | public void __newIndex(String key, Object value); FILE: hydrogen-library/src/main/java/com/luajava/LuaObject.java class LuaObject (line 57) | public class LuaObject { method LuaObject (line 63) | protected LuaObject(LuaState L) { method LuaObject (line 73) | protected LuaObject(LuaState L, String globalName) { method LuaObject (line 88) | protected LuaObject(LuaObject parent, String name) throws LuaException { method LuaObject (line 112) | protected LuaObject(LuaObject parent, Number name) throws LuaException { method LuaObject (line 134) | protected LuaObject(LuaObject parent, LuaObject name) throws LuaExcept... method LuaObject (line 158) | protected LuaObject(LuaState L, int index) { method getLuaState (line 169) | public LuaState getLuaState() { method registerValue (line 178) | protected void registerValue(int index) { method finalize (line 187) | protected void finalize() { method push (line 201) | public void push() { method pop (line 205) | public void pop() { method isNil (line 209) | public boolean isNil() { method isBoolean (line 218) | public boolean isBoolean() { method isNumber (line 227) | public boolean isNumber() { method isInteger (line 236) | public boolean isInteger() { method isString (line 245) | public boolean isString() { method isFunction (line 254) | public boolean isFunction() { method isJavaObject (line 263) | public boolean isJavaObject() { method isJavaFunction (line 272) | public boolean isJavaFunction() { method isTable (line 281) | public boolean isTable() { method isUserdata (line 290) | public boolean isUserdata() { method type (line 299) | public int type() { method getBoolean (line 308) | public boolean getBoolean() { method getNumber (line 317) | public double getNumber() { method getInteger (line 326) | public long getInteger() { method getString (line 335) | public String getString() { method getTable (line 344) | public LuaTable getTable() { method getFunction (line 353) | public LuaFunction getFunction() { method getObject (line 363) | public Object getObject() throws LuaException { method getField (line 376) | public LuaObject getField(String field) throws LuaException { method setField (line 380) | public void setField(String field, Object obj) { method getI (line 391) | public LuaObject getI(long idx) throws LuaException { method setI (line 395) | public void setI(long idx, Object obj) { method callx (line 416) | public Object[] callx(Object[] args, int nres) throws LuaException { method call (line 480) | public Object call(Object... args) throws LuaException { method dump (line 484) | public byte[] dump() throws LuaException { method asArray (line 496) | public Object[] asArray() throws IllegalArgumentException, ArrayIndexO... method asMap (line 517) | public Map asMap(LuaState L, Class clazz, int idx) throws LuaExcept... method toString (line 537) | public String toString() { method createProxy (line 571) | public Object createProxy(String implem) throws ClassNotFoundException... method createProxy (line 587) | public Object createProxy(Class implem) throws LuaException { FILE: hydrogen-library/src/main/java/com/luajava/LuaStack.java class LuaStack (line 5) | public class LuaStack { method put (line 8) | public static void put(String name, LuaState L) { method get (line 12) | public static LuaState get(String name) { method call (line 16) | public static Object call(String name, String func, Object[] arg) thro... FILE: hydrogen-library/src/main/java/com/luajava/LuaState.java class LuaState (line 5) | public class LuaState { method LuaState (line 55) | protected LuaState() { method LuaState (line 59) | protected LuaState(long luaState) { method convertLuaNumber (line 64) | public static Number convertLuaNumber(Double db, Class retType) { method convertLuaNumber (line 107) | public static Number convertLuaNumber(Long lg, Class retType) { method _LargError (line 150) | private native synchronized int _LargError(long j, int i, String str); method _LcallMeta (line 152) | private native synchronized int _LcallMeta(long j, int i, String str); method _LcheckAny (line 154) | private native synchronized void _LcheckAny(long j, int i); method _LcheckInteger (line 156) | private native synchronized int _LcheckInteger(long j, int i); method _LcheckNumber (line 158) | private native synchronized double _LcheckNumber(long j, int i); method _LcheckStack (line 160) | private native synchronized void _LcheckStack(long j, int i, String str); method _LcheckString (line 162) | private native synchronized String _LcheckString(long j, int i); method _LcheckType (line 164) | private native synchronized void _LcheckType(long j, int i, int i2); method _LdoFile (line 166) | private native synchronized int _LdoFile(long j, String str); method _LdoString (line 168) | private native synchronized int _LdoString(long j, String str); method _LgetMetaField (line 170) | private native synchronized int _LgetMetaField(long j, int i, String s... method _LgetMetatable (line 172) | private native synchronized void _LgetMetatable(long j, String str); method _Lgsub (line 174) | private native synchronized String _Lgsub(long j, String str, String s... method _LloadBuffer (line 176) | private native synchronized int _LloadBuffer(long j, byte[] bArr, long... method _LloadFile (line 178) | private native synchronized int _LloadFile(long j, String str); method _LloadString (line 180) | private native synchronized int _LloadString(long j, String str); method _LnewMetatable (line 182) | private native synchronized int _LnewMetatable(long j, String str); method _LoptInteger (line 184) | private native synchronized int _LoptInteger(long j, int i, int i2); method _LoptNumber (line 186) | private native synchronized double _LoptNumber(long j, int i, double d); method _LoptString (line 188) | private native synchronized String _LoptString(long j, int i, String s... method _Lref (line 190) | private native synchronized int _Lref(long j, int i); method _LunRef (line 192) | private native synchronized void _LunRef(long j, int i, int i2); method _Lwhere (line 194) | private native synchronized void _Lwhere(long j, int i); method _call (line 196) | private native synchronized void _call(long j, int i, int i2); method _checkStack (line 198) | private native synchronized int _checkStack(long j, int i); method _close (line 200) | private native synchronized void _close(long j); method _compare (line 202) | private native synchronized int _compare(long j, int i, int i2, int i3); method _concat (line 204) | private native synchronized void _concat(long j, int i); method _copy (line 206) | private native synchronized void _copy(long j, int i, int i2); method _createTable (line 208) | private native synchronized void _createTable(long j, int i, int i2); method _dump (line 210) | private native synchronized byte[] _dump(long j, int i); method _equal (line 212) | private native synchronized int _equal(long j, int i, int i2); method _error (line 214) | private native synchronized int _error(long j); method _gc (line 216) | private native synchronized int _gc(long j, int i, int i2); method _getField (line 218) | private native synchronized int _getField(long j, int i, String str); method _getGlobal (line 220) | private native synchronized int _getGlobal(long j, String str); method _getI (line 222) | private native synchronized int _getI(long j, int i, long j2); method _getMetaTable (line 224) | private native synchronized int _getMetaTable(long j, int i); method _getObjectFromUserdata (line 226) | private native synchronized Object _getObjectFromUserdata(long j, int ... method _getTable (line 228) | private native synchronized int _getTable(long j, int i); method _getTop (line 230) | private native synchronized int _getTop(long j); method _getUpValue (line 232) | private native synchronized String _getUpValue(long j, int i, int i2); method _getUserValue (line 234) | private native synchronized int _getUserValue(long j, int i); method _insert (line 236) | private native synchronized void _insert(long j, int i); method _isBoolean (line 238) | private native synchronized int _isBoolean(long j, int i); method _isCFunction (line 240) | private native synchronized int _isCFunction(long j, int i); method _isFunction (line 242) | private native synchronized int _isFunction(long j, int i); method _isInteger (line 244) | private native synchronized int _isInteger(long j, int i); method _isJavaFunction (line 246) | private native synchronized boolean _isJavaFunction(long j, int i); method _isNil (line 248) | private native synchronized int _isNil(long j, int i); method _isNone (line 250) | private native synchronized int _isNone(long j, int i); method _isNoneOrNil (line 252) | private native synchronized int _isNoneOrNil(long j, int i); method _isNumber (line 254) | private native synchronized int _isNumber(long j, int i); method _isObject (line 256) | private native synchronized boolean _isObject(long j, int i); method _isString (line 258) | private native synchronized int _isString(long j, int i); method _isTable (line 260) | private native synchronized int _isTable(long j, int i); method _isThread (line 262) | private native synchronized int _isThread(long j, int i); method _isUserdata (line 264) | private native synchronized int _isUserdata(long j, int i); method _isYieldable (line 266) | private native synchronized int _isYieldable(long j); method _lessThan (line 268) | private native synchronized int _lessThan(long j, int i, int i2); method _newTable (line 270) | private native synchronized void _newTable(long j); method _newstate (line 272) | private native synchronized long _newstate(); method _newthread (line 274) | private native synchronized long _newthread(long j); method _next (line 276) | private native synchronized int _next(long j, int i); method _objlen (line 278) | private native synchronized int _objlen(long j, int i); method _openBase (line 280) | private native synchronized void _openBase(long j); method _openDebug (line 282) | private native synchronized void _openDebug(long j); method _openIo (line 284) | private native synchronized void _openIo(long j); method _openLibs (line 286) | private native synchronized void _openLibs(long j); method _openLuajava (line 288) | private native synchronized void _openLuajava(long j); method _openMath (line 290) | private native synchronized void _openMath(long j); method _openOs (line 292) | private native synchronized void _openOs(long j); method _openPackage (line 294) | private native synchronized void _openPackage(long j); method _openString (line 296) | private native synchronized void _openString(long j); method _openTable (line 298) | private native synchronized void _openTable(long j); method _pcall (line 300) | private native synchronized int _pcall(long j, int i, int i2, int i3); method _pop (line 302) | private native synchronized void _pop(long j, int i); method _pushBoolean (line 304) | private native synchronized void _pushBoolean(long j, int i); method _pushGlobalTable (line 306) | private native synchronized void _pushGlobalTable(long j); method _pushInteger (line 308) | private native synchronized void _pushInteger(long j, long j2); method _pushJavaFunction (line 310) | private native synchronized void _pushJavaFunction(long j, JavaFunctio... method _pushJavaObject (line 312) | private native synchronized void _pushJavaObject(long j, Object obj); method _pushNil (line 314) | private native synchronized void _pushNil(long j); method _pushNumber (line 316) | private native synchronized void _pushNumber(long j, double d); method _pushString (line 318) | private native synchronized void _pushString(long j, String str); method _pushString (line 320) | private native synchronized void _pushString(long j, byte[] bArr, int i); method _pushValue (line 322) | private native synchronized void _pushValue(long j, int i); method _rawGet (line 324) | private native synchronized int _rawGet(long j, int i); method _rawGetI (line 326) | private native synchronized int _rawGetI(long j, int i, long j2); method _rawSet (line 328) | private native synchronized void _rawSet(long j, int i); method _rawSetI (line 330) | private native synchronized void _rawSetI(long j, int i, long j2); method _rawequal (line 332) | private native synchronized int _rawequal(long j, int i, int i2); method _rawlen (line 334) | private native synchronized int _rawlen(long j, int i); method _remove (line 336) | private native synchronized void _remove(long j, int i); method _replace (line 338) | private native synchronized void _replace(long j, int i); method _resume (line 340) | private native synchronized int _resume(long j, long j2, int i); method _rotate (line 342) | private native synchronized void _rotate(long j, int i, int i2); method _setField (line 344) | private native synchronized void _setField(long j, int i, String str); method _setGlobal (line 346) | private native synchronized void _setGlobal(long j, String str); method _setI (line 348) | private native synchronized void _setI(long j, int i, long j2); method _setMetaTable (line 350) | private native synchronized int _setMetaTable(long j, int i); method _setTable (line 352) | private native synchronized void _setTable(long j, int i); method _setTop (line 354) | private native synchronized void _setTop(long j, int i); method _setUpValue (line 356) | private native synchronized String _setUpValue(long j, int i, int i2); method _setUserValue (line 358) | private native synchronized void _setUserValue(long j, int i); method _status (line 360) | private native synchronized int _status(long j); method _strlen (line 362) | private native synchronized int _strlen(long j, int i); method _toBoolean (line 364) | private native synchronized int _toBoolean(long j, int i); method _toInteger (line 366) | private native synchronized long _toInteger(long j, int i); method _toNumber (line 368) | private native synchronized double _toNumber(long j, int i); method _toString (line 370) | private native synchronized String _toString(long j, int i); method _toThread (line 372) | private native synchronized long _toThread(long j, int i); method _type (line 374) | private native synchronized int _type(long j, int i); method _typeName (line 376) | private native synchronized String _typeName(long j, int i); method _xmove (line 378) | private native synchronized void _xmove(long j, long j2, int i); method _yield (line 380) | private native synchronized int _yield(long j, int i); method close (line 382) | public synchronized void close() { method isClosed (line 388) | public synchronized boolean isClosed() { method getPointer (line 392) | public long getPointer() { method pushContext (line 396) | public void pushContext(LuaContext context) { method getContext (line 400) | public LuaContext getContext() { method newThread (line 404) | public LuaState newThread() { method getTop (line 410) | public int getTop() { method setTop (line 414) | public void setTop(int idx) { method pushValue (line 418) | public void pushValue(int idx) { method rotate (line 422) | public void rotate(int idx, int n) { method copy (line 426) | public void copy(int fromidx, int toidx) { method remove (line 430) | public void remove(int idx) { method insert (line 434) | public void insert(int idx) { method replace (line 438) | public void replace(int idx) { method checkStack (line 442) | public int checkStack(int sz) { method xmove (line 446) | public void xmove(LuaState to, int n) { method isNumber (line 450) | public boolean isNumber(int idx) { method isInteger (line 454) | public boolean isInteger(int idx) { method isString (line 458) | public boolean isString(int idx) { method isFunction (line 462) | public boolean isFunction(int idx) { method isCFunction (line 466) | public boolean isCFunction(int idx) { method isUserdata (line 470) | public boolean isUserdata(int idx) { method isTable (line 474) | public boolean isTable(int idx) { method isBoolean (line 478) | public boolean isBoolean(int idx) { method isNil (line 482) | public boolean isNil(int idx) { method isThread (line 486) | public boolean isThread(int idx) { method isNone (line 490) | public boolean isNone(int idx) { method isNoneOrNil (line 494) | public boolean isNoneOrNil(int idx) { method type (line 498) | public int type(int idx) { method typeName (line 502) | public String typeName(int tp) { method equal (line 506) | public int equal(int idx1, int idx2) { method compare (line 510) | public int compare(int idx1, int idx2, int op) { method rawequal (line 514) | public int rawequal(int idx1, int idx2) { method lessThan (line 518) | public int lessThan(int idx1, int idx2) { method toNumber (line 522) | public double toNumber(int idx) { method toInteger (line 526) | public long toInteger(int idx) { method toBoolean (line 530) | public boolean toBoolean(int idx) { method toString (line 534) | public String toString(int idx) { method strLen (line 538) | public int strLen(int idx) { method objLen (line 542) | public int objLen(int idx) { method rawLen (line 546) | public int rawLen(int idx) { method toThread (line 550) | public LuaState toThread(int idx) { method pushNil (line 554) | public void pushNil() { method pushNumber (line 558) | public void pushNumber(double db) { method pushInteger (line 562) | public void pushInteger(long integer) { method pushString (line 566) | public void pushString(String str) { method pushString (line 574) | public void pushString(byte[] bytes) { method pushBoolean (line 582) | public void pushBoolean(boolean bool) { method getTable (line 586) | public int getTable(int idx) { method getField (line 590) | public int getField(int idx, String k) { method getI (line 594) | public int getI(int idx, long n) { method rawGet (line 598) | public int rawGet(int idx) { method rawGetI (line 602) | public int rawGetI(int idx, long n) { method createTable (line 606) | public void createTable(int narr, int nrec) { method newTable (line 610) | public void newTable() { method getMetaTable (line 614) | public int getMetaTable(int idx) { method getUserValue (line 618) | public int getUserValue(int idx) { method setTable (line 622) | public void setTable(int idx) { method setField (line 626) | public void setField(int idx, String k) { method setI (line 630) | public void setI(int idx, long n) { method rawSet (line 634) | public void rawSet(int idx) { method rawSetI (line 638) | public void rawSetI(int idx, long n) { method setMetaTable (line 642) | public int setMetaTable(int idx) { method setUserValue (line 646) | public void setUserValue(int idx) { method call (line 650) | public void call(int nArgs, int nResults) { method pcall (line 654) | public int pcall(int nArgs, int nResults, int errFunc) { method yield (line 658) | public int yield(int nResults) { method resume (line 662) | public int resume(LuaState from, int nArgs) { method status (line 666) | public int status() { method isYieldable (line 670) | public int isYieldable() { method gc (line 674) | public int gc(int what, int data) { method next (line 678) | public int next(int idx) { method error (line 682) | public int error() { method concat (line 686) | public void concat(int n) { method LdoFile (line 690) | public int LdoFile(String fileName) { method LdoString (line 694) | public int LdoString(String str) { method LgetMetaField (line 698) | public int LgetMetaField(int obj, String e) { method LcallMeta (line 702) | public int LcallMeta(int obj, String e) { method LargError (line 706) | public int LargError(int numArg, String extraMsg) { method LcheckString (line 710) | public String LcheckString(int numArg) { method LoptString (line 714) | public String LoptString(int numArg, String def) { method LcheckNumber (line 718) | public double LcheckNumber(int numArg) { method LoptNumber (line 722) | public double LoptNumber(int numArg, double def) { method LcheckInteger (line 726) | public int LcheckInteger(int numArg) { method LoptInteger (line 730) | public int LoptInteger(int numArg, int def) { method LcheckStack (line 734) | public void LcheckStack(int sz, String msg) { method LcheckType (line 738) | public void LcheckType(int nArg, int t) { method LcheckAny (line 742) | public void LcheckAny(int nArg) { method LnewMetatable (line 746) | public int LnewMetatable(String tName) { method LgetMetatable (line 750) | public void LgetMetatable(String tName) { method Lwhere (line 754) | public void Lwhere(int lvl) { method Lref (line 758) | public int Lref(int t) { method LunRef (line 762) | public void LunRef(int t, int ref) { method LloadFile (line 766) | public int LloadFile(String fileName) { method LloadString (line 770) | public int LloadString(String s) { method LloadBuffer (line 774) | public int LloadBuffer(byte[] buff, String name) { method Lgsub (line 778) | public String Lgsub(String s, String p, String r) { method getUpValue (line 782) | public String getUpValue(int funcindex, int n) { method setUpValue (line 786) | public String setUpValue(int funcindex, int n) { method dump (line 790) | public byte[] dump(int funcindex) { method pop (line 794) | public void pop(int n) { method pushGlobalTable (line 798) | public synchronized void pushGlobalTable() { method getGlobal (line 802) | public synchronized int getGlobal(String global) { method setGlobal (line 806) | public synchronized void setGlobal(String name) { method openBase (line 810) | public void openBase() { method openTable (line 814) | public void openTable() { method openIo (line 818) | public void openIo() { method openOs (line 822) | public void openOs() { method openString (line 826) | public void openString() { method openMath (line 830) | public void openMath() { method openDebug (line 834) | public void openDebug() { method openPackage (line 838) | public void openPackage() { method openLibs (line 842) | public void openLibs() { method openLuajava (line 848) | public void openLuajava() { method getObjectFromUserdata (line 853) | public Object getObjectFromUserdata(int idx) throws LuaException { method isObject (line 857) | public boolean isObject(int idx) { method pushJavaObject (line 861) | public void pushJavaObject(Object obj) { method pushJavaFunction (line 865) | public void pushJavaFunction(JavaFunction func) throws LuaException { method isJavaFunction (line 869) | public boolean isJavaFunction(int idx) { method pushObjectValue (line 873) | public void pushObjectValue(Object obj) throws LuaException { method toJavaObject (line 908) | public synchronized Object toJavaObject(int idx) throws LuaException { method getLuaObject (line 937) | public LuaObject getLuaObject(String globalName) { method getLuaObject (line 946) | public LuaObject getLuaObject(LuaObject parent, String name) throws Lu... method getLuaObject (line 950) | public LuaObject getLuaObject(LuaObject parent, Number name) throws Lu... method getLuaObject (line 954) | public LuaObject getLuaObject(LuaObject parent, LuaObject name) throws... method getLuaObject (line 961) | public LuaObject getLuaObject(int index) { method pushPrimitive (line 971) | public void pushPrimitive() { FILE: hydrogen-library/src/main/java/com/luajava/LuaStateFactory.java class LuaStateFactory (line 39) | public final class LuaStateFactory { method LuaStateFactory (line 48) | private LuaStateFactory() { method newLuaState (line 56) | public synchronized static LuaState newLuaState() { method getExistingState (line 70) | public synchronized static LuaState getExistingState(long index) { method insertLuaState (line 86) | public synchronized static long insertLuaState(LuaState L) { method removeLuaState (line 97) | public synchronized static void removeLuaState(long idx) { FILE: hydrogen-library/src/main/java/com/luajava/LuaTable.java class LuaTable (line 8) | public class LuaTable extends LuaObject implements Map { method LuaTable (line 10) | protected LuaTable(LuaState L, String globalName) { method LuaTable (line 14) | protected LuaTable(LuaState L, int index) { method LuaTable (line 18) | public LuaTable(LuaState L) { method clear (line 24) | @Override method containsKey (line 37) | @Override method containsValue (line 52) | @Override method entrySet (line 57) | @Override method get (line 73) | @Override method isEmpty (line 88) | @Override method keySet (line 100) | @Override method put (line 116) | @Override method putAll (line 129) | @Override method remove (line 133) | @Override method isList (line 145) | public boolean isList() { method length (line 161) | public int length() { method size (line 168) | @Override method values (line 181) | @Override class LuaEntry (line 186) | public static class LuaEntry implements Entry { method LuaEntry (line 192) | public LuaEntry(K k, V v) { method getKey (line 197) | @Override method getValue (line 202) | @Override method setValue (line 207) | public V setValue(V value) { FILE: hydrogen-library/src/test/java/pub/hanks/luajandroid/ExampleUnitTest.java class ExampleUnitTest (line 24) | public class ExampleUnitTest { method testAdler32 (line 25) | @Test method testStartWith (line 76) | @Test FILE: sample/src/androidTest/java/pub/hanks/sample/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 19) | @RunWith(AndroidJUnit4.class) method useAppContext (line 21) | @Test FILE: sample/src/main/java/pub/hanks/sample/App.java class App (line 14) | public class App extends Application { method onCreate (line 15) | @Override method initBugly (line 22) | public void initBugly() { FILE: sample/src/main/java/pub/hanks/sample/ITHomeUtils.java class ITHomeUtils (line 12) | public class ITHomeUtils { method byteToString (line 14) | public static String byteToString(byte[] bArr) { method desEncode (line 28) | public static String desEncode(String id) throws Exception { FILE: sample/src/main/java/pub/hanks/sample/SplashActivity.java class SplashActivity (line 39) | public class SplashActivity extends BaseActivity { method getOpenView (line 46) | public static void getOpenView(Context context, int type, Object iAdSu... method getOpenNativeView (line 50) | public static void getOpenNativeView(Context context, int type, Object... method onCreate (line 54) | @Override method onRequestPermissionsResult (line 90) | @Override method launch (line 109) | private void launch() { method initContent (line 118) | private void initContent() { method getImagePath (line 160) | private String getImagePath(Uri uri, String selection) { method handleImageOnKitKat (line 172) | private String handleImageOnKitKat(Uri uri) { method getWeekStr (line 196) | private String getWeekStr(int week_index) { method initFiles (line 204) | private void initFiles() { method launchMain (line 215) | public void launchMain() { FILE: sample/src/main/java/pub/hanks/sample/adapter/DragTouchHelper.java class DragTouchHelper (line 10) | public class DragTouchHelper extends ItemTouchHelper.Callback { method DragTouchHelper (line 14) | public DragTouchHelper(Creator creator) { method getMovementFlags (line 18) | @Override method onMove (line 29) | @Override method onSwiped (line 38) | @Override method isLongPressDragEnabled (line 46) | @Override method onSelectedChanged (line 54) | @Override method clearView (line 62) | @Override type Creator (line 70) | public interface Creator { method onMove (line 71) | boolean onMove(RecyclerView recyclerView, RecyclerView.ViewHolder vi... method onSwiped (line 73) | void onSwiped(RecyclerView.ViewHolder viewHolder, int direction); method onSelectedChanged (line 75) | void onSelectedChanged(RecyclerView.ViewHolder viewHolder, int actio... method clearView (line 77) | void clearView(RecyclerView recyclerView, RecyclerView.ViewHolder vi... method getDragFlags (line 79) | long getDragFlags(); method getSwipeFlags (line 81) | long getSwipeFlags(); method isLongPressDragEnabled (line 83) | boolean isLongPressDragEnabled(); FILE: sample/src/test/java/pub/hanks/sample/ExampleUnitTest.java class ExampleUnitTest (line 23) | public class ExampleUnitTest { class A (line 25) | class A{ class Aa (line 29) | class Aa extends A{ method testRun (line 32) | @Test method execCMD (line 38) | public static void execCMD(String command) { method zip (line 61) | public static void zip(ZipOutputStream zOut, File file, String base) { method writeFile (line 95) | public static void writeFile(ZipOutputStream zOut, File file) throws I... method addition_isCorrect (line 103) | @Test method unZipPlugin (line 108) | @Test method testCommand (line 114) | @Test method zipPlugin (line 121) | @Test FILE: script/node/watch/build_lua_main_dir.js function build (line 15) | function build(file){ function buildDir (line 37) | function buildDir(sourceDir,pluginRoot){ FILE: script/node/watch/exec_luac.js function build (line 15) | function build(file){ function buildDir (line 37) | function buildDir(sourceDir,pluginRoot){ FILE: script/node/watch/watch.js function pushFiles (line 15) | function pushFiles(changedFile) {