SYMBOL INDEX (2524 symbols across 205 files) FILE: Upgrade-lib/src/com/way/upgrade/MainActivity.java class MainActivity (line 8) | public class MainActivity extends Activity { method onCreate (line 10) | @Override FILE: Upgrade-lib/src/com/way/upgrade/bean/UpgradeInfo.java class UpgradeInfo (line 12) | public class UpgradeInfo implements Parcelable{ method newArray (line 44) | @Override method createFromParcel (line 49) | @Override method UpgradeInfo (line 55) | public UpgradeInfo() { method UpgradeInfo (line 59) | public UpgradeInfo(Parcel in) { method describeContents (line 74) | @Override method writeToParcel (line 79) | @Override method getId (line 95) | public int getId() { method setId (line 99) | public void setId(int id) { method getKey (line 103) | public String getKey() { method setKey (line 107) | public void setKey(String key) { method getVersion (line 111) | public String getVersion() { method setVersion (line 115) | public void setVersion(String version) { method getUrl (line 119) | public String getUrl() { method setUrl (line 123) | public void setUrl(String url) { method getDescription (line 127) | public String getDescription() { method setDescription (line 131) | public void setDescription(String description) { method getDownloadSize (line 135) | public long getDownloadSize() { method setDownloadSize (line 139) | public void setDownloadSize(long downloadSize) { method getVersionName (line 143) | public String getVersionName() { method setVersionName (line 147) | public void setVersionName(String versionName) { method isResult (line 151) | public String isResult() { method setResult (line 155) | public void setResult(String result) { method getMustUpdate (line 159) | public String getMustUpdate() { method setMustUpdate (line 163) | public void setMustUpdate(String mustUpdate) { method getChangeLog (line 167) | public String getChangeLog() { method setChangeLog (line 171) | public void setChangeLog(String changeLog) { method getResult (line 175) | public String getResult() { method getErrorCode (line 180) | public String getErrorCode() { method setErrorCode (line 184) | public void setErrorCode(String errorCode) { method toString (line 188) | @Override FILE: Upgrade-lib/src/com/way/upgrade/core/CheckNewVersionListener.java type CheckNewVersionListener (line 8) | public interface CheckNewVersionListener { method checkNewVersion (line 9) | public void checkNewVersion(boolean result); FILE: Upgrade-lib/src/com/way/upgrade/core/UpgradeInterface.java type UpgradeInterface (line 10) | public interface UpgradeInterface { method askForNewVersion (line 16) | public void askForNewVersion(); method askForNewVersionFlag (line 23) | public void askForNewVersionFlag( method downloadNewVersion (line 31) | public void downloadNewVersion(UpgradeInfo upgradeInfo); FILE: Upgrade-lib/src/com/way/upgrade/core/UpgradeManager.java class UpgradeManager (line 36) | public class UpgradeManager extends LocaleHandler implements UpgradeInte... method onFutureDone (line 51) | public void onFutureDone(Future future) { class AskForNewVersionFlag (line 74) | public class AskForNewVersionFlag implements FutureListener { method DownloadNewVersionJob (line 29) | public DownloadNewVersionJob(Context context, UpgradeInfo upgradeInfo) { method run (line 34) | @Override method checkApkExist (line 112) | private boolean checkApkExist() { method checkDownloadRunning (line 132) | @SuppressWarnings("static-access") FILE: Upgrade-lib/src/com/way/upgrade/locale/LocaleChina.java class LocaleChina (line 8) | public class LocaleChina extends LocaleChinese { FILE: Upgrade-lib/src/com/way/upgrade/locale/LocaleChinaTW.java class LocaleChinaTW (line 8) | public class LocaleChinaTW extends LocaleChinese { method getDialogTitle (line 11) | @Override method getProgressDialogTitle (line 16) | @Override method getProgressDialogMessage (line 21) | @Override method getToastMessage (line 26) | @Override method getToastNetErrorMessage (line 31) | @Override FILE: Upgrade-lib/src/com/way/upgrade/locale/LocaleChinese.java class LocaleChinese (line 8) | public class LocaleChinese extends LocaleHandler { method getDialogTitle (line 11) | @Override method getProgressDialogTitle (line 16) | @Override method getProgressDialogMessage (line 21) | @Override method getToastMessage (line 26) | @Override method getToastNetErrorMessage (line 31) | @Override FILE: Upgrade-lib/src/com/way/upgrade/locale/LocaleEnglish.java class LocaleEnglish (line 3) | public class LocaleEnglish extends LocaleHandler { method getDialogTitle (line 6) | @Override method getProgressDialogTitle (line 11) | @Override method getProgressDialogMessage (line 16) | @Override method getToastMessage (line 21) | @Override method getToastNetErrorMessage (line 26) | @Override FILE: Upgrade-lib/src/com/way/upgrade/locale/LocaleHandler.java class LocaleHandler (line 8) | public abstract class LocaleHandler { method getDialogTitle (line 11) | public abstract String getDialogTitle(); method getProgressDialogTitle (line 13) | public abstract String getProgressDialogTitle(); method getProgressDialogMessage (line 15) | public abstract String getProgressDialogMessage(); method getToastMessage (line 17) | public abstract String getToastMessage(); method getToastNetErrorMessage (line 19) | public abstract String getToastNetErrorMessage(); method setUpgradeDescription (line 21) | public void setUpgradeDescription(String value) { method getUpgradeDescription (line 25) | public String getUpgradeDescription() { FILE: Upgrade-lib/src/com/way/upgrade/locale/LocaleUS.java class LocaleUS (line 3) | public class LocaleUS extends LocaleEnglish { FILE: Upgrade-lib/src/com/way/upgrade/parser/json/AbstractJsonParsing.java class AbstractJsonParsing (line 9) | public abstract class AbstractJsonParsing { method readJsonItem (line 11) | public abstract T readJsonItem(JSONObject jsonItem) throws JSONException; method readJsonArray (line 20) | public ArrayList readJsonArray(JSONArray jsonArray) { FILE: Upgrade-lib/src/com/way/upgrade/parser/json/FirVersionJsonParsing.java class FirVersionJsonParsing (line 12) | public class FirVersionJsonParsing extends AbstractJsonParsing T checkNotNull(T object) { method equals (line 68) | public static boolean equals(Object a, Object b) { method nextPowerOf2 (line 76) | public static int nextPowerOf2(int n) { method prevPowerOf2 (line 91) | public static int prevPowerOf2(int n) { method clamp (line 98) | public static int clamp(int x, int min, int max) { method clamp (line 107) | public static float clamp(float x, float min, float max) { method clamp (line 116) | public static long clamp(long x, long min, long max) { method isOpaque (line 124) | public static boolean isOpaque(int color) { method swap (line 128) | public static void swap(int[] array, int i, int j) { method crc64Long (line 141) | public static final long crc64Long(String in) { method crc64Long (line 161) | public static final long crc64Long(byte[] buffer) { method getBytes (line 169) | public static byte[] getBytes(String in) { method closeSilently (line 179) | public static void closeSilently(Closeable c) { method compare (line 189) | public static int compare(long a, long b) { method ceilLog2 (line 193) | public static int ceilLog2(float value) { method floorLog2 (line 202) | public static int floorLog2(float value) { method closeSilently (line 211) | public static void closeSilently(ParcelFileDescriptor fd) { method closeSilently (line 220) | public static void closeSilently(Cursor cursor) { method interpolateAngle (line 229) | public static float interpolateAngle(float source, float target, method interpolateScale (line 244) | public static float interpolateScale(float source, float target, method ensureNotNull (line 249) | public static String ensureNotNull(String value) { method ensureNotNull (line 253) | public static String ensureNotNull(Object obj) { method parseFloatSafely (line 257) | public static float parseFloatSafely(String content, float defaultValu... method parseIntSafely (line 267) | public static int parseIntSafely(String content, int defaultValue) { method isNullOrEmpty (line 277) | public static boolean isNullOrEmpty(String exifMake) { method waitWithoutInterrupt (line 281) | public static void waitWithoutInterrupt(Object object) { method handleInterrruptedException (line 289) | public static boolean handleInterrruptedException(Throwable e) { method escapeXml (line 303) | public static String escapeXml(String s) { method copyOf (line 330) | public static String[] copyOf(String[] source, int newSize) { method maskDebugInfo (line 342) | public static String maskDebugInfo(Object info) { method debug (line 351) | public static void debug(String message, Object... args) { method combinaStr (line 365) | public static String combinaStr(String str, List params) FILE: Upgrade-lib/src/com/way/upgrade/utils/thread/Future.java type Future (line 29) | public interface Future { method cancel (line 30) | public void cancel(); method isCancelled (line 32) | public boolean isCancelled(); method isDone (line 34) | public boolean isDone(); method get (line 36) | public T get(); method waitDone (line 38) | public void waitDone(); FILE: Upgrade-lib/src/com/way/upgrade/utils/thread/FutureListener.java type FutureListener (line 24) | public interface FutureListener { method onFutureDone (line 25) | public void onFutureDone(Future future); FILE: Upgrade-lib/src/com/way/upgrade/utils/thread/PriorityThreadFactory.java class PriorityThreadFactory (line 26) | public class PriorityThreadFactory implements ThreadFactory { method PriorityThreadFactory (line 32) | public PriorityThreadFactory(String name, int priority) { method newThread (line 37) | @Override FILE: Upgrade-lib/src/com/way/upgrade/utils/thread/ThreadPool.java class ThreadPool (line 30) | public class ThreadPool { type Job (line 49) | public interface Job { method run (line 50) | public T run(JobContext jc); type JobContext (line 53) | public interface JobContext { method isCancelled (line 54) | boolean isCancelled(); method setCancelListener (line 56) | void setCancelListener(CancelListener listener); method setMode (line 58) | boolean setMode(int mode); class JobContextStub (line 61) | private static class JobContextStub implements JobContext { method isCancelled (line 62) | @Override method setCancelListener (line 67) | @Override method setMode (line 71) | @Override type CancelListener (line 77) | public interface CancelListener { method onCancel (line 78) | public void onCancel(); class ResourceCounter (line 81) | private static class ResourceCounter { method ResourceCounter (line 84) | public ResourceCounter(int v) { method ThreadPool (line 91) | public ThreadPool() { method ThreadPool (line 95) | public ThreadPool(int initPoolSize, int maxPoolSize) { method submit (line 105) | public Future submit(Job job, FutureListener listener, method submit (line 113) | public Future submit(Job job) { class Worker (line 117) | private class Worker implements Runnable, Future, JobContext { method Worker (line 129) | public Worker(Job job, FutureListener listener, int threadMode) { method run (line 136) | @Override method cancel (line 162) | @Override method isCancelled (line 177) | @Override method isDone (line 182) | @Override method get (line 187) | @Override method waitDone (line 198) | @Override method setCancelListener (line 205) | @Override method setMode (line 213) | @Override method modeToCounter (line 234) | private ResourceCounter modeToCounter(int mode) { method acquireResource (line 246) | private boolean acquireResource(ResourceCounter counter) { method releaseResource (line 278) | private void releaseResource(ResourceCounter counter) { FILE: WayHoo/Upgrade-lib/com/way/upgrade/MainActivity.java class MainActivity (line 8) | public class MainActivity extends Activity { method onCreate (line 10) | @Override FILE: WayHoo/Upgrade-lib/com/way/upgrade/bean/UpgradeInfo.java class UpgradeInfo (line 12) | public class UpgradeInfo implements Parcelable{ method newArray (line 44) | @Override method createFromParcel (line 49) | @Override method UpgradeInfo (line 55) | public UpgradeInfo() { method UpgradeInfo (line 59) | public UpgradeInfo(Parcel in) { method describeContents (line 74) | @Override method writeToParcel (line 79) | @Override method getId (line 95) | public int getId() { method setId (line 99) | public void setId(int id) { method getKey (line 103) | public String getKey() { method setKey (line 107) | public void setKey(String key) { method getVersion (line 111) | public String getVersion() { method setVersion (line 115) | public void setVersion(String version) { method getUrl (line 119) | public String getUrl() { method setUrl (line 123) | public void setUrl(String url) { method getDescription (line 127) | public String getDescription() { method setDescription (line 131) | public void setDescription(String description) { method getDownloadSize (line 135) | public long getDownloadSize() { method setDownloadSize (line 139) | public void setDownloadSize(long downloadSize) { method getVersionName (line 143) | public String getVersionName() { method setVersionName (line 147) | public void setVersionName(String versionName) { method isResult (line 151) | public String isResult() { method setResult (line 155) | public void setResult(String result) { method getMustUpdate (line 159) | public String getMustUpdate() { method setMustUpdate (line 163) | public void setMustUpdate(String mustUpdate) { method getChangeLog (line 167) | public String getChangeLog() { method setChangeLog (line 171) | public void setChangeLog(String changeLog) { method getResult (line 175) | public String getResult() { method getErrorCode (line 180) | public String getErrorCode() { method setErrorCode (line 184) | public void setErrorCode(String errorCode) { method toString (line 188) | @Override FILE: WayHoo/Upgrade-lib/com/way/upgrade/core/CheckNewVersionListener.java type CheckNewVersionListener (line 8) | public interface CheckNewVersionListener { method checkNewVersion (line 9) | public void checkNewVersion(boolean result); FILE: WayHoo/Upgrade-lib/com/way/upgrade/core/UpgradeInterface.java type UpgradeInterface (line 10) | public interface UpgradeInterface { method askForNewVersion (line 16) | public void askForNewVersion(); method askForNewVersionFlag (line 23) | public void askForNewVersionFlag( method downloadNewVersion (line 31) | public void downloadNewVersion(UpgradeInfo upgradeInfo); FILE: WayHoo/Upgrade-lib/com/way/upgrade/core/UpgradeManager.java class UpgradeManager (line 36) | public class UpgradeManager extends LocaleHandler implements UpgradeInte... method onFutureDone (line 51) | public void onFutureDone(Future future) { class AskForNewVersionFlag (line 74) | public class AskForNewVersionFlag implements FutureListener { method DownloadNewVersionJob (line 29) | public DownloadNewVersionJob(Context context, UpgradeInfo upgradeInfo) { method run (line 34) | @Override method checkApkExist (line 112) | private boolean checkApkExist() { method checkDownloadRunning (line 132) | @SuppressWarnings("static-access") FILE: WayHoo/Upgrade-lib/com/way/upgrade/locale/LocaleChina.java class LocaleChina (line 8) | public class LocaleChina extends LocaleChinese { FILE: WayHoo/Upgrade-lib/com/way/upgrade/locale/LocaleChinaTW.java class LocaleChinaTW (line 8) | public class LocaleChinaTW extends LocaleChinese { method getDialogTitle (line 11) | @Override method getProgressDialogTitle (line 16) | @Override method getProgressDialogMessage (line 21) | @Override method getToastMessage (line 26) | @Override method getToastNetErrorMessage (line 31) | @Override FILE: WayHoo/Upgrade-lib/com/way/upgrade/locale/LocaleChinese.java class LocaleChinese (line 8) | public class LocaleChinese extends LocaleHandler { method getDialogTitle (line 11) | @Override method getProgressDialogTitle (line 16) | @Override method getProgressDialogMessage (line 21) | @Override method getToastMessage (line 26) | @Override method getToastNetErrorMessage (line 31) | @Override FILE: WayHoo/Upgrade-lib/com/way/upgrade/locale/LocaleEnglish.java class LocaleEnglish (line 3) | public class LocaleEnglish extends LocaleHandler { method getDialogTitle (line 6) | @Override method getProgressDialogTitle (line 11) | @Override method getProgressDialogMessage (line 16) | @Override method getToastMessage (line 21) | @Override method getToastNetErrorMessage (line 26) | @Override FILE: WayHoo/Upgrade-lib/com/way/upgrade/locale/LocaleHandler.java class LocaleHandler (line 8) | public abstract class LocaleHandler { method getDialogTitle (line 11) | public abstract String getDialogTitle(); method getProgressDialogTitle (line 13) | public abstract String getProgressDialogTitle(); method getProgressDialogMessage (line 15) | public abstract String getProgressDialogMessage(); method getToastMessage (line 17) | public abstract String getToastMessage(); method getToastNetErrorMessage (line 19) | public abstract String getToastNetErrorMessage(); method setUpgradeDescription (line 21) | public void setUpgradeDescription(String value) { method getUpgradeDescription (line 25) | public String getUpgradeDescription() { FILE: WayHoo/Upgrade-lib/com/way/upgrade/locale/LocaleUS.java class LocaleUS (line 3) | public class LocaleUS extends LocaleEnglish { FILE: WayHoo/Upgrade-lib/com/way/upgrade/parser/json/AbstractJsonParsing.java class AbstractJsonParsing (line 9) | public abstract class AbstractJsonParsing { method readJsonItem (line 11) | public abstract T readJsonItem(JSONObject jsonItem) throws JSONException; method readJsonArray (line 20) | public ArrayList readJsonArray(JSONArray jsonArray) { FILE: WayHoo/Upgrade-lib/com/way/upgrade/parser/json/FirVersionJsonParsing.java class FirVersionJsonParsing (line 12) | public class FirVersionJsonParsing extends AbstractJsonParsing T checkNotNull(T object) { method equals (line 68) | public static boolean equals(Object a, Object b) { method nextPowerOf2 (line 76) | public static int nextPowerOf2(int n) { method prevPowerOf2 (line 91) | public static int prevPowerOf2(int n) { method clamp (line 98) | public static int clamp(int x, int min, int max) { method clamp (line 107) | public static float clamp(float x, float min, float max) { method clamp (line 116) | public static long clamp(long x, long min, long max) { method isOpaque (line 124) | public static boolean isOpaque(int color) { method swap (line 128) | public static void swap(int[] array, int i, int j) { method crc64Long (line 141) | public static final long crc64Long(String in) { method crc64Long (line 161) | public static final long crc64Long(byte[] buffer) { method getBytes (line 169) | public static byte[] getBytes(String in) { method closeSilently (line 179) | public static void closeSilently(Closeable c) { method compare (line 189) | public static int compare(long a, long b) { method ceilLog2 (line 193) | public static int ceilLog2(float value) { method floorLog2 (line 202) | public static int floorLog2(float value) { method closeSilently (line 211) | public static void closeSilently(ParcelFileDescriptor fd) { method closeSilently (line 220) | public static void closeSilently(Cursor cursor) { method interpolateAngle (line 229) | public static float interpolateAngle(float source, float target, method interpolateScale (line 244) | public static float interpolateScale(float source, float target, method ensureNotNull (line 249) | public static String ensureNotNull(String value) { method ensureNotNull (line 253) | public static String ensureNotNull(Object obj) { method parseFloatSafely (line 257) | public static float parseFloatSafely(String content, float defaultValu... method parseIntSafely (line 267) | public static int parseIntSafely(String content, int defaultValue) { method isNullOrEmpty (line 277) | public static boolean isNullOrEmpty(String exifMake) { method waitWithoutInterrupt (line 281) | public static void waitWithoutInterrupt(Object object) { method handleInterrruptedException (line 289) | public static boolean handleInterrruptedException(Throwable e) { method escapeXml (line 303) | public static String escapeXml(String s) { method copyOf (line 330) | public static String[] copyOf(String[] source, int newSize) { method maskDebugInfo (line 342) | public static String maskDebugInfo(Object info) { method debug (line 351) | public static void debug(String message, Object... args) { method combinaStr (line 365) | public static String combinaStr(String str, List params) FILE: WayHoo/Upgrade-lib/com/way/upgrade/utils/thread/Future.java type Future (line 29) | public interface Future { method cancel (line 30) | public void cancel(); method isCancelled (line 32) | public boolean isCancelled(); method isDone (line 34) | public boolean isDone(); method get (line 36) | public T get(); method waitDone (line 38) | public void waitDone(); FILE: WayHoo/Upgrade-lib/com/way/upgrade/utils/thread/FutureListener.java type FutureListener (line 24) | public interface FutureListener { method onFutureDone (line 25) | public void onFutureDone(Future future); FILE: WayHoo/Upgrade-lib/com/way/upgrade/utils/thread/PriorityThreadFactory.java class PriorityThreadFactory (line 26) | public class PriorityThreadFactory implements ThreadFactory { method PriorityThreadFactory (line 32) | public PriorityThreadFactory(String name, int priority) { method newThread (line 37) | @Override FILE: WayHoo/Upgrade-lib/com/way/upgrade/utils/thread/ThreadPool.java class ThreadPool (line 30) | public class ThreadPool { type Job (line 49) | public interface Job { method run (line 50) | public T run(JobContext jc); type JobContext (line 53) | public interface JobContext { method isCancelled (line 54) | boolean isCancelled(); method setCancelListener (line 56) | void setCancelListener(CancelListener listener); method setMode (line 58) | boolean setMode(int mode); class JobContextStub (line 61) | private static class JobContextStub implements JobContext { method isCancelled (line 62) | @Override method setCancelListener (line 67) | @Override method setMode (line 71) | @Override type CancelListener (line 77) | public interface CancelListener { method onCancel (line 78) | public void onCancel(); class ResourceCounter (line 81) | private static class ResourceCounter { method ResourceCounter (line 84) | public ResourceCounter(int v) { method ThreadPool (line 91) | public ThreadPool() { method ThreadPool (line 95) | public ThreadPool(int initPoolSize, int maxPoolSize) { method submit (line 105) | public Future submit(Job job, FutureListener listener, method submit (line 113) | public Future submit(Job job) { class Worker (line 117) | private class Worker implements Runnable, Future, JobContext { method Worker (line 129) | public Worker(Job job, FutureListener listener, int threadMode) { method run (line 136) | @Override method cancel (line 162) | @Override method isCancelled (line 177) | @Override method isDone (line 182) | @Override method get (line 187) | @Override method waitDone (line 198) | @Override method setCancelListener (line 205) | @Override method setMode (line 213) | @Override method modeToCounter (line 234) | private ResourceCounter modeToCounter(int mode) { method acquireResource (line 246) | private boolean acquireResource(ResourceCounter counter) { method releaseResource (line 278) | private void releaseResource(ResourceCounter counter) { FILE: WayHoo/jni/bitmapPort.c function allocateMemory (line 15) | int allocateMemory() { function freeMemory (line 25) | void freeMemory(){ function getUnifiedImageData (line 32) | void getUnifiedImageData(jobject bitmap, JNIEnv *env) { function getARGB8888Data (line 58) | void getARGB8888Data(jobject bitmap, JNIEnv *env) function getARGB4444Data (line 83) | void getARGB4444Data(jobject bitmap, JNIEnv *env) function getRGB565Data (line 103) | void getRGB565Data(jobject bitmap, JNIEnv *env) function getAlpha8Data (line 123) | void getAlpha8Data(jobject bitmap, JNIEnv *env) function setUnifiedImageData (line 143) | void setUnifiedImageData(jobject bitmap, JNIEnv *env) function setARGB8888Data (line 167) | void setARGB8888Data(jobject bitmap, JNIEnv *env) function setARGB4444Data (line 196) | void setARGB4444Data(jobject bitmap, JNIEnv *env) function setRGB565Data (line 199) | void setRGB565Data(jobject bitmap, JNIEnv *env) function setAlpha8Data (line 224) | void setAlpha8Data(jobject bitmap, JNIEnv *env) function AndroidBitmap_getInfo_warp (line 229) | int AndroidBitmap_getInfo_warp(JNIEnv* env, jobject jbitmap) function blur (line 235) | void blur(){ function logBitmapPort (line 239) | void logBitmapPort(){ function clearColorPort (line 244) | void clearColorPort(int color){ function boxBlurPort (line 248) | void boxBlurPort(int radius){ function stackBlurPort (line 253) | void stackBlurPort(int radius){ function oilPaintPort (line 258) | void oilPaintPort(int radius){ function colorWaterPaintPort (line 263) | void colorWaterPaintPort(int radius){ FILE: WayHoo/jni/frostedGlass.c function JNICALL (line 37) | JNICALL Java_com_way_util_blur_jni_FrostedGlassUtil_boxBlur(JNIEnv *env,... function JNICALL (line 68) | JNICALL Java_com_way_util_blur_jni_FrostedGlassUtil_stackBlur(JNIEnv *en... function JNICALL (line 99) | JNICALL Java_com_way_util_blur_jni_FrostedGlassUtil_oilPaint(JNIEnv *env... function JNICALL (line 129) | JNICALL Java_com_way_util_blur_jni_FrostedGlassUtil_colorWaterPaint(JNIE... FILE: WayHoo/jni/imageProcess.c function gaussBlurProcess (line 15) | void gaussBlurProcess(uint8_t *image, int width, int height) function clearColorProcess (line 106) | void clearColorProcess(uint8_t *image, int width, int height, int color) function blurH (line 126) | void blurH(uint8_t * image, int width, int height, int radius) function boxBlurProcess (line 263) | void boxBlurProcess(uint8_t *image, int width, int height, int stride, i... function iblurH (line 354) | static void iblurH(int *pDataSave, int * pData, int *divTable, int width... function iblurV (line 468) | static void iblurV(int *pDataSave, int * pData, int *divTable, int width... function stackBlurProcess (line 593) | void stackBlurProcess(uint8_t *image, int width, int height, int stride,... function Math_max (line 606) | int Math_max(int x, int y){ function Math_min (line 610) | int Math_min(int x, int y){ function Math_abs (line 614) | int Math_abs(int x){ function iStackBlur (line 618) | static void iStackBlur(int *pData, int width, int height, int radius){ function iOilPaint (line 888) | static int iOilPaint( int * pDstData, int * pSrcData, int width, int hei... function oilPaintProcess (line 991) | void oilPaintProcess(uint8_t *image, int width, int height, int stride, ... function iPartions (line 1018) | static int iPartions(uint8_t a[],int low,int high) function iQSort (line 1035) | static void iQSort(uint8_t a[],int low,int high) function iQuickSort (line 1046) | static void iQuickSort(uint8_t a[],int n) function imMedian (line 1052) | static void imMedian( int * pDstImage, int * pSrcImage, int width, int h... function iColorWaterFilter (line 1153) | static void iColorWaterFilter( int * pDstImage, int * pSrcImage, int wid... function colorWaterPaint (line 1291) | void colorWaterPaint( int * pSrcImage, int width, int height, int stride... FILE: WayHoo/src/com/android/volley/AuthFailureError.java class AuthFailureError (line 27) | @SuppressWarnings("serial") method AuthFailureError (line 32) | public AuthFailureError() { } method AuthFailureError (line 34) | public AuthFailureError(Intent intent) { method AuthFailureError (line 38) | public AuthFailureError(NetworkResponse response) { method AuthFailureError (line 42) | public AuthFailureError(String message) { method AuthFailureError (line 46) | public AuthFailureError(String message, Exception reason) { method getResolutionIntent (line 50) | public Intent getResolutionIntent() { method getMessage (line 54) | @Override FILE: WayHoo/src/com/android/volley/Cache.java type Cache (line 25) | public interface Cache { method get (line 31) | public Entry get(String key); method put (line 38) | public void put(String key, Entry entry); method initialize (line 44) | public void initialize(); method invalidate (line 51) | public void invalidate(String key, boolean fullExpire); method remove (line 57) | public void remove(String key); method clear (line 62) | public void clear(); class Entry (line 67) | public static class Entry { method isExpired (line 87) | public boolean isExpired() { method refreshNeeded (line 92) | public boolean refreshNeeded() { FILE: WayHoo/src/com/android/volley/CacheDispatcher.java class CacheDispatcher (line 32) | public class CacheDispatcher extends Thread { method CacheDispatcher (line 60) | public CacheDispatcher( method quit (line 73) | public void quit() { method run (line 78) | @Override FILE: WayHoo/src/com/android/volley/DefaultRetryPolicy.java class DefaultRetryPolicy (line 22) | public class DefaultRetryPolicy implements RetryPolicy { method DefaultRetryPolicy (line 47) | public DefaultRetryPolicy() { method DefaultRetryPolicy (line 57) | public DefaultRetryPolicy(int initialTimeoutMs, int maxNumRetries, flo... method getCurrentTimeout (line 66) | @Override method getCurrentRetryCount (line 74) | @Override method retry (line 83) | @Override method hasAttemptRemaining (line 95) | protected boolean hasAttemptRemaining() { FILE: WayHoo/src/com/android/volley/ExecutorDelivery.java class ExecutorDelivery (line 26) | public class ExecutorDelivery implements ResponseDelivery { method ExecutorDelivery (line 34) | public ExecutorDelivery(final Handler handler) { method ExecutorDelivery (line 49) | public ExecutorDelivery(Executor executor) { method postResponse (line 53) | @Override method postResponse (line 58) | @Override method postError (line 65) | @Override class ResponseDeliveryRunnable (line 76) | @SuppressWarnings("rawtypes") method ResponseDeliveryRunnable (line 82) | public ResponseDeliveryRunnable(Request request, Response response, ... method run (line 88) | @SuppressWarnings("unchecked") FILE: WayHoo/src/com/android/volley/Network.java type Network (line 22) | public interface Network { method performRequest (line 29) | public NetworkResponse performRequest(Request request) throws Volle... FILE: WayHoo/src/com/android/volley/NetworkDispatcher.java class NetworkDispatcher (line 34) | public class NetworkDispatcher extends Thread { method NetworkDispatcher (line 55) | public NetworkDispatcher(BlockingQueue> queue, method quit (line 68) | public void quit() { method addTrafficStatsTag (line 73) | @TargetApi(Build.VERSION_CODES.ICE_CREAM_SANDWICH) method run (line 81) | @Override method parseAndDeliverNetworkError (line 143) | private void parseAndDeliverNetworkError(Request request, VolleyErr... FILE: WayHoo/src/com/android/volley/NetworkError.java class NetworkError (line 25) | @SuppressWarnings("serial") method NetworkError (line 27) | public NetworkError() { method NetworkError (line 31) | public NetworkError(Throwable cause) { method NetworkError (line 35) | public NetworkError(NetworkResponse networkResponse) { FILE: WayHoo/src/com/android/volley/NetworkResponse.java class NetworkResponse (line 27) | public class NetworkResponse { method NetworkResponse (line 35) | public NetworkResponse(int statusCode, byte[] data, Map headers) { FILE: WayHoo/src/com/android/volley/NoConnectionError.java class NoConnectionError (line 22) | @SuppressWarnings("serial") method NoConnectionError (line 24) | public NoConnectionError() { method NoConnectionError (line 28) | public NoConnectionError(Throwable reason) { FILE: WayHoo/src/com/android/volley/ParseError.java class ParseError (line 25) | @SuppressWarnings("serial") method ParseError (line 27) | public ParseError() { } method ParseError (line 29) | public ParseError(NetworkResponse networkResponse) { method ParseError (line 33) | public ParseError(Throwable cause) { FILE: WayHoo/src/com/android/volley/Request.java class Request (line 38) | public abstract class Request implements Comparable> { type Method (line 48) | public interface Method { method Request (line 120) | @Deprecated method Request (line 131) | public Request(int method, String url, Response.ErrorListener listener) { method getMethod (line 143) | public int getMethod() { method setTag (line 153) | public Request setTag(Object tag) { method getTag (line 162) | public Object getTag() { method getTrafficStatsTag (line 169) | public int getTrafficStatsTag() { method findDefaultTrafficStatsTag (line 176) | private static int findDefaultTrafficStatsTag(String url) { method setRetryPolicy (line 194) | public Request setRetryPolicy(RetryPolicy retryPolicy) { method addMarker (line 202) | public void addMarker(String tag) { method finish (line 215) | void finish(final String tag) { method setRequestQueue (line 251) | public Request setRequestQueue(RequestQueue requestQueue) { method setSequence (line 261) | public final Request setSequence(int sequence) { method getSequence (line 269) | public final int getSequence() { method getUrl (line 279) | public String getUrl() { method getCacheKey (line 286) | public String getCacheKey() { method setCacheEntry (line 296) | public Request setCacheEntry(Cache.Entry entry) { method getCacheEntry (line 304) | public Cache.Entry getCacheEntry() { method cancel (line 311) | public void cancel() { method isCanceled (line 318) | public boolean isCanceled() { method getHeaders (line 328) | public Map getHeaders() throws AuthFailureError { method getPostParams (line 343) | @Deprecated method getPostParamsEncoding (line 362) | @Deprecated method getPostBodyContentType (line 370) | @Deprecated method getPostBody (line 382) | @Deprecated method getParams (line 403) | protected Map getParams() throws AuthFailureError { method getParamsEncoding (line 419) | protected String getParamsEncoding() { method getBodyContentType (line 423) | public String getBodyContentType() { method getBody (line 432) | public byte[] getBody() throws AuthFailureError { method encodeParameters (line 443) | private byte[] encodeParameters(Map params, String par... method setShouldCache (line 463) | public final Request setShouldCache(boolean shouldCache) { method shouldCache (line 471) | public final boolean shouldCache() { type Priority (line 479) | public enum Priority { method getPriority (line 489) | public Priority getPriority() { method getTimeoutMs (line 498) | public final int getTimeoutMs() { method getRetryPolicy (line 505) | public RetryPolicy getRetryPolicy() { method markDelivered (line 513) | public void markDelivered() { method hasHadResponseDelivered (line 520) | public boolean hasHadResponseDelivered() { method parseNetworkResponse (line 532) | abstract protected Response parseNetworkResponse(NetworkResponse re... method parseNetworkError (line 542) | protected VolleyError parseNetworkError(VolleyError volleyError) { method deliverResponse (line 553) | abstract protected void deliverResponse(T response); method deliverError (line 561) | public void deliverError(VolleyError error) { method compareTo (line 571) | @Override method toString (line 583) | @Override FILE: WayHoo/src/com/android/volley/RequestQueue.java class RequestQueue (line 38) | public class RequestQueue { method RequestQueue (line 97) | public RequestQueue(Cache cache, Network network, int threadPoolSize, method RequestQueue (line 112) | public RequestQueue(Cache cache, Network network, int threadPoolSize) { method RequestQueue (line 123) | public RequestQueue(Cache cache, Network network) { method start (line 130) | public void start() { method stop (line 148) | public void stop() { method getSequenceNumber (line 162) | public int getSequenceNumber() { method getCache (line 169) | public Cache getCache() { type RequestFilter (line 177) | public interface RequestFilter { method apply (line 178) | public boolean apply(Request request); method cancelAll (line 185) | public void cancelAll(RequestFilter filter) { method cancelAll (line 199) | public void cancelAll(final Object tag) { method add (line 216) | public Request add(Request request) { method finish (line 264) | void finish(Request request) { FILE: WayHoo/src/com/android/volley/Response.java class Response (line 24) | public class Response { type Listener (line 27) | public interface Listener { method onResponse (line 29) | public void onResponse(T response); type ErrorListener (line 33) | public interface ErrorListener { method onErrorResponse (line 38) | public void onErrorResponse(VolleyError error); method success (line 42) | public static Response success(T result, Cache.Entry cacheEntry) { method error (line 50) | public static Response error(VolleyError error) { method isSuccess (line 69) | public boolean isSuccess() { method Response (line 74) | private Response(T result, Cache.Entry cacheEntry) { method Response (line 80) | private Response(VolleyError error) { FILE: WayHoo/src/com/android/volley/ResponseDelivery.java type ResponseDelivery (line 19) | public interface ResponseDelivery { method postResponse (line 23) | public void postResponse(Request request, Response response); method postResponse (line 29) | public void postResponse(Request request, Response response, Run... method postError (line 34) | public void postError(Request request, VolleyError error); FILE: WayHoo/src/com/android/volley/RetryPolicy.java type RetryPolicy (line 22) | public interface RetryPolicy { method getCurrentTimeout (line 27) | public int getCurrentTimeout(); method getCurrentRetryCount (line 32) | public int getCurrentRetryCount(); method retry (line 40) | public void retry(VolleyError error) throws VolleyError; FILE: WayHoo/src/com/android/volley/ServerError.java class ServerError (line 25) | @SuppressWarnings("serial") method ServerError (line 27) | public ServerError(NetworkResponse networkResponse) { method ServerError (line 31) | public ServerError() { FILE: WayHoo/src/com/android/volley/TimeoutError.java class TimeoutError (line 22) | @SuppressWarnings("serial") FILE: WayHoo/src/com/android/volley/VolleyError.java class VolleyError (line 22) | @SuppressWarnings("serial") method VolleyError (line 26) | public VolleyError() { method VolleyError (line 30) | public VolleyError(NetworkResponse response) { method VolleyError (line 34) | public VolleyError(String exceptionMessage) { method VolleyError (line 39) | public VolleyError(String exceptionMessage, Throwable reason) { method VolleyError (line 44) | public VolleyError(Throwable cause) { FILE: WayHoo/src/com/android/volley/VolleyLog.java class VolleyLog (line 27) | public class VolleyLog { method setTag (line 40) | public static void setTag(String tag) { method v (line 48) | public static void v(String format, Object... args) { method d (line 54) | public static void d(String format, Object... args) { method e (line 58) | public static void e(String format, Object... args) { method e (line 62) | public static void e(Throwable tr, String format, Object... args) { method wtf (line 66) | public static void wtf(String format, Object... args) { method wtf (line 70) | public static void wtf(Throwable tr, String format, Object... args) { method buildMessage (line 78) | private static String buildMessage(String format, Object... args) { class MarkerLog (line 103) | static class MarkerLog { class Marker (line 109) | private static class Marker { method Marker (line 114) | public Marker(String name, long thread, long time) { method add (line 125) | public synchronized void add(String name, long threadId) { method finish (line 138) | public synchronized void finish(String header) { method finalize (line 155) | @Override method getTotalDuration (line 166) | private long getTotalDuration() { FILE: WayHoo/src/com/android/volley/toolbox/AndroidAuthenticator.java class AndroidAuthenticator (line 32) | public class AndroidAuthenticator implements Authenticator { method AndroidAuthenticator (line 44) | public AndroidAuthenticator(Context context, Account account, String a... method AndroidAuthenticator (line 55) | public AndroidAuthenticator(Context context, Account account, String a... method getAccount (line 66) | public Account getAccount() { method getAuthToken (line 71) | @SuppressWarnings("deprecation") method invalidateAuthToken (line 98) | @Override FILE: WayHoo/src/com/android/volley/toolbox/Authenticator.java type Authenticator (line 24) | public interface Authenticator { method getAuthToken (line 30) | public String getAuthToken() throws AuthFailureError; method invalidateAuthToken (line 35) | public void invalidateAuthToken(String authToken); FILE: WayHoo/src/com/android/volley/toolbox/BasicNetwork.java class BasicNetwork (line 53) | public class BasicNetwork implements Network { method BasicNetwork (line 67) | public BasicNetwork(HttpStack httpStack) { method BasicNetwork (line 77) | public BasicNetwork(HttpStack httpStack, ByteArrayPool pool) { method performRequest (line 82) | @Override method logSlowRequests (line 158) | private void logSlowRequests(long requestLifetime, Request request, method attemptRetryOnException (line 173) | private static void attemptRetryOnException(String logPrefix, Request<... method addCacheHeaders (line 188) | private void addCacheHeaders(Map headers, Cache.Entry ... method logError (line 204) | protected void logError(String what, String url, long start) { method entityToBytes (line 210) | private byte[] entityToBytes(HttpEntity entity) throws IOException, Se... method convertHeaders (line 242) | private static Map convertHeaders(Header[] headers) { FILE: WayHoo/src/com/android/volley/toolbox/ByteArrayPool.java class ByteArrayPool (line 54) | public class ByteArrayPool { method compare (line 70) | @Override method ByteArrayPool (line 79) | public ByteArrayPool(int sizeLimit) { method getBuf (line 91) | public synchronized byte[] getBuf(int len) { method returnBuf (line 110) | public synchronized void returnBuf(byte[] buf) { method trim (line 127) | private synchronized void trim() { FILE: WayHoo/src/com/android/volley/toolbox/ClearCacheRequest.java class ClearCacheRequest (line 30) | public class ClearCacheRequest extends Request { method ClearCacheRequest (line 40) | public ClearCacheRequest(Cache cache, Runnable callback) { method isCanceled (line 46) | @Override method getPriority (line 57) | @Override method parseNetworkResponse (line 62) | @Override method deliverResponse (line 67) | @Override FILE: WayHoo/src/com/android/volley/toolbox/DiskBasedCache.java class DiskBasedCache (line 42) | public class DiskBasedCache implements Cache { method DiskBasedCache (line 71) | public DiskBasedCache(File rootDirectory, int maxCacheSizeInBytes) { method DiskBasedCache (line 81) | public DiskBasedCache(File rootDirectory) { method clear (line 88) | @Override method get (line 104) | @Override method initialize (line 138) | @Override method invalidate (line 177) | @Override method put (line 193) | @Override method remove (line 221) | @Override method getFilenameForKey (line 236) | private String getFilenameForKey(String key) { method getFileForKey (line 246) | public File getFileForKey(String key) { method pruneIfNeeded (line 254) | private void pruneIfNeeded(int neededSpace) { method putEntry (line 296) | private void putEntry(String key, CacheHeader entry) { method removeEntry (line 309) | private void removeEntry(String key) { method streamToBytes (line 320) | private static byte[] streamToBytes(InputStream in, int length) throws... class CacheHeader (line 337) | static class CacheHeader { method CacheHeader (line 360) | private CacheHeader() { } method CacheHeader (line 367) | public CacheHeader(String key, Entry entry) { method readHeader (line 382) | public static CacheHeader readHeader(InputStream is) throws IOExcept... method toCacheEntry (line 404) | public Entry toCacheEntry(byte[] data) { method writeHeader (line 419) | public boolean writeHeader(OutputStream os) { class CountingInputStream (line 438) | private static class CountingInputStream extends FilterInputStream { method CountingInputStream (line 441) | private CountingInputStream(InputStream in) { method read (line 445) | @Override method read (line 454) | @Override method read (line 475) | private static int read(InputStream is) throws IOException { method writeInt (line 483) | static void writeInt(OutputStream os, int n) throws IOException { method readInt (line 490) | static int readInt(InputStream is) throws IOException { method writeLong (line 499) | static void writeLong(OutputStream os, long n) throws IOException { method readLong (line 510) | static long readLong(InputStream is) throws IOException { method writeString (line 523) | static void writeString(OutputStream os, String s) throws IOException { method readString (line 529) | static String readString(InputStream is) throws IOException { method writeStringStringMap (line 535) | static void writeStringStringMap(Map map, OutputStream... method readStringStringMap (line 547) | static Map readStringStringMap(InputStream is) throws ... FILE: WayHoo/src/com/android/volley/toolbox/HttpClientStack.java class HttpClientStack (line 50) | public class HttpClientStack implements HttpStack { method HttpClientStack (line 55) | public HttpClientStack(HttpClient client) { method addHeaders (line 59) | private static void addHeaders(HttpUriRequest httpRequest, Map headers) { FILE: WayHoo/src/com/android/volley/toolbox/HttpStack.java type HttpStack (line 30) | public interface HttpStack { method performRequest (line 42) | public HttpResponse performRequest(Request request, Map request) ... method setConnectionParametersForRequest (line 178) | @SuppressWarnings("deprecation") method addBodyIfExists (line 234) | private static void addBodyIfExists(HttpURLConnection connection, Requ... FILE: WayHoo/src/com/android/volley/toolbox/ImageLoader.java class ImageLoader (line 43) | public class ImageLoader { type ImageCache (line 75) | public interface ImageCache { method getBitmap (line 76) | public Bitmap getBitmap(String url); method putBitmap (line 77) | public void putBitmap(String url, Bitmap bitmap); method ImageLoader (line 85) | public ImageLoader(RequestQueue queue, ImageCache imageCache) { method getImageListener (line 98) | public static ImageListener getImageListener(final ImageView view, type ImageListener (line 132) | public interface ImageListener extends ErrorListener { method onResponse (line 143) | public void onResponse(ImageContainer response, boolean isImmediate); method isCached (line 153) | public boolean isCached(String requestUrl, int maxWidth, int maxHeight) { method get (line 170) | public ImageContainer get(String requestUrl, final ImageListener liste... method get (line 186) | public ImageContainer get(String requestUrl, ImageListener imageListener, method setBatchedResponseDelay (line 244) | public void setBatchedResponseDelay(int newBatchedResponseDelayMs) { method onGetImageSuccess (line 253) | private void onGetImageSuccess(String cacheKey, Bitmap response) { method onGetImageError (line 273) | private void onGetImageError(String cacheKey, VolleyError error) { class ImageContainer (line 290) | public class ImageContainer { method ImageContainer (line 311) | public ImageContainer(Bitmap bitmap, String requestUrl, method cancelRequest (line 322) | public void cancelRequest() { method getBitmap (line 348) | public Bitmap getBitmap() { method getRequestUrl (line 355) | public String getRequestUrl() { class BatchedImageRequest (line 364) | private class BatchedImageRequest { method BatchedImageRequest (line 382) | public BatchedImageRequest(Request request, ImageContainer contai... method setError (line 390) | public void setError(VolleyError error) { method getError (line 397) | public VolleyError getError() { method addContainer (line 405) | public void addContainer(ImageContainer container) { method removeContainerAndCancelIfNecessary (line 415) | public boolean removeContainerAndCancelIfNecessary(ImageContainer co... method batchResponse (line 431) | private void batchResponse(String cacheKey, BatchedImageRequest reques... method throwIfNotOnMainThread (line 465) | private void throwIfNotOnMainThread() { method getCacheKey (line 476) | private static String getCacheKey(String url, int maxWidth, int maxHei... FILE: WayHoo/src/com/android/volley/toolbox/ImageRequest.java class ImageRequest (line 34) | public class ImageRequest extends Request { method ImageRequest (line 69) | public ImageRequest(String url, Response.Listener listener, in... method getPriority (line 80) | @Override method getResizedDimension (line 96) | private static int getResizedDimension(int maxPrimary, int maxSecondar... method parseNetworkResponse (line 121) | @Override method doParse (line 137) | private Response doParse(NetworkResponse response) { method deliverResponse (line 184) | @Override method findBestSampleSize (line 199) | static int findBestSampleSize( FILE: WayHoo/src/com/android/volley/toolbox/JsonArrayRequest.java class JsonArrayRequest (line 33) | public class JsonArrayRequest extends JsonRequest { method JsonArrayRequest (line 41) | public JsonArrayRequest(String url, Listener listener, Erro... method parseNetworkResponse (line 45) | @Override FILE: WayHoo/src/com/android/volley/toolbox/JsonObjectRequest.java class JsonObjectRequest (line 34) | public class JsonObjectRequest extends JsonRequest { method JsonObjectRequest (line 45) | public JsonObjectRequest(int method, String url, JSONObject jsonRequest, method JsonObjectRequest (line 57) | public JsonObjectRequest(String url, JSONObject jsonRequest, Listener<... method parseNetworkResponse (line 63) | @Override FILE: WayHoo/src/com/android/volley/toolbox/JsonRequest.java class JsonRequest (line 34) | public abstract class JsonRequest extends Request { method JsonRequest (line 51) | public JsonRequest(String url, String requestBody, Listener listener, method JsonRequest (line 56) | public JsonRequest(int method, String url, String requestBody, Listene... method deliverResponse (line 63) | @Override method parseNetworkResponse (line 68) | @Override method getPostBodyContentType (line 74) | @Override method getPostBody (line 82) | @Override method getBodyContentType (line 87) | @Override method getBody (line 92) | @Override FILE: WayHoo/src/com/android/volley/toolbox/NetworkImageView.java class NetworkImageView (line 32) | public class NetworkImageView extends ImageView { method NetworkImageView (line 52) | public NetworkImageView(Context context) { method NetworkImageView (line 56) | public NetworkImageView(Context context, AttributeSet attrs) { method NetworkImageView (line 60) | public NetworkImageView(Context context, AttributeSet attrs, int defSt... method setImageUrl (line 76) | public void setImageUrl(String url, ImageLoader imageLoader) { method setDefaultImageResId (line 87) | public void setDefaultImageResId(int defaultImage) { method setErrorImageResId (line 95) | public void setErrorImageResId(int errorImage) { method loadImageIfNecessary (line 103) | void loadImageIfNecessary(final boolean isInLayoutPass) { method setDefaultImageOrNull (line 186) | private void setDefaultImageOrNull() { method onLayout (line 195) | @Override method onDetachedFromWindow (line 201) | @Override method drawableStateChanged (line 214) | @Override FILE: WayHoo/src/com/android/volley/toolbox/NoCache.java class NoCache (line 24) | public class NoCache implements Cache { method clear (line 25) | @Override method get (line 29) | @Override method put (line 34) | @Override method invalidate (line 38) | @Override method remove (line 42) | @Override method initialize (line 46) | @Override FILE: WayHoo/src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java class PoolingByteArrayOutputStream (line 26) | public class PoolingByteArrayOutputStream extends ByteArrayOutputStream { method PoolingByteArrayOutputStream (line 39) | public PoolingByteArrayOutputStream(ByteArrayPool pool) { method PoolingByteArrayOutputStream (line 51) | public PoolingByteArrayOutputStream(ByteArrayPool pool, int size) { method close (line 56) | @Override method finalize (line 63) | @Override method expand (line 71) | private void expand(int i) { method write (line 82) | @Override method write (line 88) | @Override FILE: WayHoo/src/com/android/volley/toolbox/RequestFuture.java class RequestFuture (line 54) | public class RequestFuture implements Future, Response.Listener, method newFuture (line 61) | public static RequestFuture newFuture() { method RequestFuture (line 65) | private RequestFuture() {} method setRequest (line 67) | public void setRequest(Request request) { method cancel (line 71) | @Override method get (line 85) | @Override method get (line 94) | @Override method doGet (line 100) | private synchronized T doGet(Long timeoutMs) method isCancelled (line 127) | @Override method isDone (line 135) | @Override method onResponse (line 140) | @Override method onErrorResponse (line 147) | @Override FILE: WayHoo/src/com/android/volley/toolbox/StringRequest.java class StringRequest (line 30) | public class StringRequest extends Request { method StringRequest (line 41) | public StringRequest(int method, String url, Listener listener, method StringRequest (line 54) | public StringRequest(String url, Listener listener, ErrorListe... method deliverResponse (line 58) | @Override method parseNetworkResponse (line 63) | @Override FILE: WayHoo/src/com/android/volley/toolbox/Volley.java class Volley (line 30) | public class Volley { method newRequestQueue (line 42) | public static RequestQueue newRequestQueue(Context context, HttpStack ... method newRequestQueue (line 77) | public static RequestQueue newRequestQueue(Context context) { FILE: WayHoo/src/com/viewpagerindicator/CirclePageIndicator.java class CirclePageIndicator (line 45) | public class CirclePageIndicator extends View implements PageIndicator { method CirclePageIndicator (line 68) | public CirclePageIndicator(Context context) { method CirclePageIndicator (line 72) | public CirclePageIndicator(Context context, AttributeSet attrs) { method CirclePageIndicator (line 76) | public CirclePageIndicator(Context context, AttributeSet attrs, int de... method setCentered (line 118) | public void setCentered(boolean centered) { method isCentered (line 123) | public boolean isCentered() { method setPageColor (line 127) | public void setPageColor(int pageColor) { method getPageColor (line 132) | public int getPageColor() { method setFillColor (line 136) | public void setFillColor(int fillColor) { method getFillColor (line 141) | public int getFillColor() { method setOrientation (line 145) | public void setOrientation(int orientation) { method getOrientation (line 158) | public int getOrientation() { method setStrokeColor (line 162) | public void setStrokeColor(int strokeColor) { method getStrokeColor (line 167) | public int getStrokeColor() { method setStrokeWidth (line 171) | public void setStrokeWidth(float strokeWidth) { method getStrokeWidth (line 176) | public float getStrokeWidth() { method setRadius (line 180) | public void setRadius(float radius) { method getRadius (line 185) | public float getRadius() { method setSnap (line 189) | public void setSnap(boolean snap) { method isSnap (line 194) | public boolean isSnap() { method onDraw (line 198) | @Override method onTouchEvent (line 282) | public boolean onTouchEvent(android.view.MotionEvent ev) { method setViewPager (line 365) | @Override method setViewPager (line 381) | @Override method setCurrentItem (line 387) | @Override method notifyDataSetChanged (line 397) | @Override method onPageScrollStateChanged (line 402) | @Override method onPageScrolled (line 411) | @Override method onPageSelected (line 422) | @Override method setOnPageChangeListener (line 435) | @Override method onMeasure (line 445) | @Override method measureLong (line 461) | private int measureLong(int measureSpec) { method measureShort (line 489) | private int measureShort(int measureSpec) { method onRestoreInstanceState (line 508) | @Override method onSaveInstanceState (line 517) | @Override class SavedState (line 525) | static class SavedState extends BaseSavedState { method SavedState (line 528) | public SavedState(Parcelable superState) { method SavedState (line 532) | private SavedState(Parcel in) { method writeToParcel (line 537) | @Override method createFromParcel (line 545) | @Override method newArray (line 550) | @Override FILE: WayHoo/src/com/viewpagerindicator/IconPageIndicator.java class IconPageIndicator (line 37) | public class IconPageIndicator extends HorizontalScrollView implements P... method IconPageIndicator (line 45) | public IconPageIndicator(Context context) { method IconPageIndicator (line 49) | public IconPageIndicator(Context context, AttributeSet attrs) { method animateToIcon (line 57) | private void animateToIcon(final int position) { method onAttachedToWindow (line 72) | @Override method onDetachedFromWindow (line 81) | @Override method onPageScrollStateChanged (line 89) | @Override method onPageScrolled (line 96) | @Override method onPageSelected (line 103) | @Override method setViewPager (line 111) | @Override method notifyDataSetChanged (line 128) | public void notifyDataSetChanged() { method setViewPager (line 144) | @Override method setCurrentItem (line 150) | @Override method setOnPageChangeListener (line 169) | @Override FILE: WayHoo/src/com/viewpagerindicator/IconPagerAdapter.java type IconPagerAdapter (line 3) | public interface IconPagerAdapter { method getIconResId (line 7) | int getIconResId(int index); method getCount (line 10) | int getCount(); FILE: WayHoo/src/com/viewpagerindicator/IcsLinearLayout.java class IcsLinearLayout (line 17) | class IcsLinearLayout extends LinearLayout { method IcsLinearLayout (line 34) | public IcsLinearLayout(Context context, int themeAttr) { method setDividerDrawable (line 44) | public void setDividerDrawable(Drawable divider) { method measureChildWithMargins (line 60) | @Override method onDraw (line 88) | @Override method drawDividersVertical (line 100) | private void drawDividersVertical(Canvas canvas) { method drawDividersHorizontal (line 127) | private void drawDividersHorizontal(Canvas canvas) { method drawHorizontalDivider (line 154) | private void drawHorizontalDivider(Canvas canvas, int top) { method drawVerticalDivider (line 160) | private void drawVerticalDivider(Canvas canvas, int left) { method hasDividerBeforeChildAt (line 166) | private boolean hasDividerBeforeChildAt(int childIndex) { FILE: WayHoo/src/com/viewpagerindicator/LinePageIndicator.java class LinePageIndicator (line 41) | public class LinePageIndicator extends View implements PageIndicator { method LinePageIndicator (line 59) | public LinePageIndicator(Context context) { method LinePageIndicator (line 63) | public LinePageIndicator(Context context, AttributeSet attrs) { method LinePageIndicator (line 67) | public LinePageIndicator(Context context, AttributeSet attrs, int defS... method setCentered (line 103) | public void setCentered(boolean centered) { method isCentered (line 108) | public boolean isCentered() { method setUnselectedColor (line 112) | public void setUnselectedColor(int unselectedColor) { method getUnselectedColor (line 117) | public int getUnselectedColor() { method setSelectedColor (line 121) | public void setSelectedColor(int selectedColor) { method getSelectedColor (line 126) | public int getSelectedColor() { method setLineWidth (line 130) | public void setLineWidth(float lineWidth) { method getLineWidth (line 135) | public float getLineWidth() { method setStrokeWidth (line 139) | public void setStrokeWidth(float lineHeight) { method getStrokeWidth (line 145) | public float getStrokeWidth() { method setGapWidth (line 149) | public void setGapWidth(float gapWidth) { method getGapWidth (line 154) | public float getGapWidth() { method onDraw (line 158) | @Override method onTouchEvent (line 195) | public boolean onTouchEvent(android.view.MotionEvent ev) { method setViewPager (line 278) | @Override method setViewPager (line 295) | @Override method setCurrentItem (line 301) | @Override method notifyDataSetChanged (line 311) | @Override method onPageScrollStateChanged (line 316) | @Override method onPageScrolled (line 323) | @Override method onPageSelected (line 330) | @Override method setOnPageChangeListener (line 340) | @Override method onMeasure (line 345) | @Override method measureWidth (line 357) | private int measureWidth(int measureSpec) { method measureHeight (line 384) | private int measureHeight(int measureSpec) { method onRestoreInstanceState (line 403) | @Override method onSaveInstanceState (line 411) | @Override class SavedState (line 419) | static class SavedState extends BaseSavedState { method SavedState (line 422) | public SavedState(Parcelable superState) { method SavedState (line 426) | private SavedState(Parcel in) { method writeToParcel (line 431) | @Override method createFromParcel (line 439) | @Override method newArray (line 444) | @Override FILE: WayHoo/src/com/viewpagerindicator/PageIndicator.java type PageIndicator (line 26) | public interface PageIndicator extends ViewPager.OnPageChangeListener { method setViewPager (line 32) | void setViewPager(ViewPager view); method setViewPager (line 40) | void setViewPager(ViewPager view, int initialPosition); method setCurrentItem (line 50) | void setCurrentItem(int item); method setOnPageChangeListener (line 57) | void setOnPageChangeListener(ViewPager.OnPageChangeListener listener); method notifyDataSetChanged (line 62) | void notifyDataSetChanged(); FILE: WayHoo/src/com/viewpagerindicator/TabPageIndicator.java class TabPageIndicator (line 38) | public class TabPageIndicator extends HorizontalScrollView implements Pa... type OnTabReselectedListener (line 45) | public interface OnTabReselectedListener { method onTabReselected (line 51) | void onTabReselected(int position); method onClick (line 57) | public void onClick(View view) { method TabPageIndicator (line 78) | public TabPageIndicator(Context context) { method TabPageIndicator (line 82) | public TabPageIndicator(Context context, AttributeSet attrs) { method setOnTabReselectedListener (line 90) | public void setOnTabReselectedListener(OnTabReselectedListener listene... method onMeasure (line 94) | @Override method animateToTab (line 121) | private void animateToTab(final int position) { method onAttachedToWindow (line 136) | @Override method onDetachedFromWindow (line 145) | @Override method addTab (line 153) | private void addTab(int index, CharSequence text, int iconResId) { method onPageScrollStateChanged (line 167) | @Override method onPageScrolled (line 174) | @Override method onPageSelected (line 181) | @Override method setViewPager (line 189) | @Override method notifyDataSetChanged (line 206) | public void notifyDataSetChanged() { method setViewPager (line 232) | @Override method setCurrentItem (line 238) | @Override method setOnPageChangeListener (line 257) | @Override class TabView (line 262) | private class TabView extends TextView { method TabView (line 265) | public TabView(Context context) { method onMeasure (line 269) | @Override method getIndex (line 280) | public int getIndex() { FILE: WayHoo/src/com/viewpagerindicator/TitlePageIndicator.java class TitlePageIndicator (line 49) | public class TitlePageIndicator extends View implements PageIndicator { type OnCenterItemClickListener (line 72) | public interface OnCenterItemClickListener { method onCenterItemClick (line 78) | void onCenterItemClick(int position); type IndicatorStyle (line 81) | public enum IndicatorStyle { method IndicatorStyle (line 86) | private IndicatorStyle(int value) { method fromValue (line 90) | public static IndicatorStyle fromValue(int value) { type LinePosition (line 100) | public enum LinePosition { method LinePosition (line 105) | private LinePosition(int value) { method fromValue (line 109) | public static LinePosition fromValue(int value) { method TitlePageIndicator (line 153) | public TitlePageIndicator(Context context) { method TitlePageIndicator (line 157) | public TitlePageIndicator(Context context, AttributeSet attrs) { method TitlePageIndicator (line 161) | public TitlePageIndicator(Context context, AttributeSet attrs, int def... method getFooterColor (line 221) | public int getFooterColor() { method setFooterColor (line 225) | public void setFooterColor(int footerColor) { method getFooterLineHeight (line 231) | public float getFooterLineHeight() { method setFooterLineHeight (line 235) | public void setFooterLineHeight(float footerLineHeight) { method getFooterIndicatorHeight (line 241) | public float getFooterIndicatorHeight() { method setFooterIndicatorHeight (line 245) | public void setFooterIndicatorHeight(float footerTriangleHeight) { method getFooterIndicatorPadding (line 250) | public float getFooterIndicatorPadding() { method setFooterIndicatorPadding (line 254) | public void setFooterIndicatorPadding(float footerIndicatorPadding) { method getFooterIndicatorStyle (line 259) | public IndicatorStyle getFooterIndicatorStyle() { method setFooterIndicatorStyle (line 263) | public void setFooterIndicatorStyle(IndicatorStyle indicatorStyle) { method getLinePosition (line 268) | public LinePosition getLinePosition() { method setLinePosition (line 272) | public void setLinePosition(LinePosition linePosition) { method getSelectedColor (line 277) | public int getSelectedColor() { method setSelectedColor (line 281) | public void setSelectedColor(int selectedColor) { method isSelectedBold (line 286) | public boolean isSelectedBold() { method setSelectedBold (line 290) | public void setSelectedBold(boolean selectedBold) { method getTextColor (line 295) | public int getTextColor() { method setTextColor (line 299) | public void setTextColor(int textColor) { method getTextSize (line 305) | public float getTextSize() { method setTextSize (line 309) | public void setTextSize(float textSize) { method getTitlePadding (line 314) | public float getTitlePadding() { method setTitlePadding (line 318) | public void setTitlePadding(float titlePadding) { method getTopPadding (line 323) | public float getTopPadding() { method setTopPadding (line 327) | public void setTopPadding(float topPadding) { method getClipPadding (line 332) | public float getClipPadding() { method setClipPadding (line 336) | public void setClipPadding(float clipPadding) { method setTypeface (line 341) | public void setTypeface(Typeface typeface) { method getTypeface (line 346) | public Typeface getTypeface() { method onDraw (line 355) | @Override method onTouchEvent (line 546) | public boolean onTouchEvent(android.view.MotionEvent ev) { method clipViewOnTheRight (line 649) | private void clipViewOnTheRight(Rect curViewBound, float curViewWidth,... method clipViewOnTheLeft (line 662) | private void clipViewOnTheLeft(Rect curViewBound, float curViewWidth, ... method calculateAllBounds (line 673) | private ArrayList calculateAllBounds(Paint paint) { method calcBounds (line 700) | private Rect calcBounds(int index, Paint paint) { method setViewPager (line 709) | @Override method setViewPager (line 725) | @Override method notifyDataSetChanged (line 731) | @Override method setOnCenterItemClickListener (line 741) | public void setOnCenterItemClickListener(OnCenterItemClickListener lis... method setCurrentItem (line 745) | @Override method onPageScrollStateChanged (line 755) | @Override method onPageScrolled (line 764) | @Override method onPageSelected (line 775) | @Override method setOnPageChangeListener (line 787) | @Override method onMeasure (line 792) | @Override method onRestoreInstanceState (line 817) | @Override method onSaveInstanceState (line 825) | @Override class SavedState (line 833) | static class SavedState extends BaseSavedState { method SavedState (line 836) | public SavedState(Parcelable superState) { method SavedState (line 840) | private SavedState(Parcel in) { method writeToParcel (line 845) | @Override method createFromParcel (line 853) | @Override method newArray (line 858) | @Override method getTitle (line 865) | private CharSequence getTitle(int i) { FILE: WayHoo/src/com/viewpagerindicator/UnderlinePageIndicator.java class UnderlinePageIndicator (line 40) | public class UnderlinePageIndicator extends View implements PageIndicator { method run (line 63) | @Override public void run() { method UnderlinePageIndicator (line 75) | public UnderlinePageIndicator(Context context) { method UnderlinePageIndicator (line 79) | public UnderlinePageIndicator(Context context, AttributeSet attrs) { method UnderlinePageIndicator (line 83) | public UnderlinePageIndicator(Context context, AttributeSet attrs, int... method getFades (line 114) | public boolean getFades() { method setFades (line 118) | public void setFades(boolean fades) { method getFadeDelay (line 131) | public int getFadeDelay() { method setFadeDelay (line 135) | public void setFadeDelay(int fadeDelay) { method getFadeLength (line 139) | public int getFadeLength() { method setFadeLength (line 143) | public void setFadeLength(int fadeLength) { method getSelectedColor (line 148) | public int getSelectedColor() { method setSelectedColor (line 152) | public void setSelectedColor(int selectedColor) { method onDraw (line 157) | @Override method onTouchEvent (line 183) | public boolean onTouchEvent(MotionEvent ev) { method setViewPager (line 266) | @Override method setViewPager (line 290) | @Override method setCurrentItem (line 296) | @Override method notifyDataSetChanged (line 306) | @Override method onPageScrollStateChanged (line 311) | @Override method onPageScrolled (line 320) | @Override method onPageSelected (line 339) | @Override method setOnPageChangeListener (line 352) | @Override method onRestoreInstanceState (line 357) | @Override method onSaveInstanceState (line 365) | @Override class SavedState (line 373) | static class SavedState extends BaseSavedState { method SavedState (line 376) | public SavedState(Parcelable superState) { method SavedState (line 380) | private SavedState(Parcel in) { method writeToParcel (line 385) | @Override method createFromParcel (line 393) | @Override method newArray (line 398) | @Override FILE: WayHoo/src/com/way/adapter/FragmentPagerAdapter.java class FragmentPagerAdapter (line 67) | public abstract class FragmentPagerAdapter extends PagerAdapter { method FragmentPagerAdapter (line 75) | public FragmentPagerAdapter(FragmentManager fm) { method getItem (line 82) | public abstract Fragment getItem(int position); method startUpdate (line 84) | @Override method instantiateItem (line 88) | @Override method freshUI (line 115) | protected void freshUI(Fragment fragment) { method destroyItem (line 120) | @Override method setPrimaryItem (line 132) | @Override method finishUpdate (line 148) | @Override method isViewFromObject (line 157) | @Override method saveState (line 162) | @Override method restoreState (line 167) | @Override method getItemId (line 180) | public long getItemId(int position) { method makeFragmentName (line 184) | protected abstract String makeFragmentName(int position); FILE: WayHoo/src/com/way/adapter/ParallaxPagerTransformer.java class ParallaxPagerTransformer (line 7) | public class ParallaxPagerTransformer implements ViewPager.PageTransform... method ParallaxPagerTransformer (line 13) | public ParallaxPagerTransformer(int id) { method transformPage (line 17) | @Override method setBorder (line 39) | public void setBorder(int px) { method setSpeed (line 43) | public void setSpeed(float speed) { FILE: WayHoo/src/com/way/adapter/QueryCityAdapter.java class QueryCityAdapter (line 19) | public class QueryCityAdapter extends BaseAdapter implements Filterable { method QueryCityAdapter (line 26) | public QueryCityAdapter(Context context, List allCities) { method getCount (line 33) | @Override method getItem (line 38) | @Override method getItemId (line 43) | @Override method getView (line 48) | @Override class ViewHolder (line 73) | static class ViewHolder { method getFilter (line 79) | @Override FILE: WayHoo/src/com/way/adapter/SideMenuAdapter.java class SideMenuAdapter (line 18) | public class SideMenuAdapter extends BaseAdapter { method SideMenuAdapter (line 24) | public SideMenuAdapter(Context context) { method addContent (line 29) | public void addContent(List tmpCities) { method getCount (line 47) | @Override method getItem (line 52) | @Override method getItemId (line 57) | @Override method getItemViewType (line 62) | @Override method getViewTypeCount (line 67) | @Override method isEnabled (line 72) | @Override method areAllItemsEnabled (line 77) | @Override method getView (line 82) | @Override method buildHolder (line 111) | private ViewHolder buildHolder(View convertView) { method bindViewData (line 117) | private void bindViewData(ViewHolder holder, final int position) { class ViewHolder (line 134) | private static final class ViewHolder { FILE: WayHoo/src/com/way/adapter/WeatherListAdapter.java class WeatherListAdapter (line 20) | public class WeatherListAdapter extends BaseAdapter { method WeatherListAdapter (line 31) | public WeatherListAdapter(Context context) { method initViews (line 36) | public void initViews() { method setWeather (line 53) | public void setWeather(WeatherInfo weatherInfo) { method getCount (line 68) | @Override method getItem (line 73) | @Override method getItemId (line 78) | @Override method getViewTypeCount (line 83) | @Override method getItemViewType (line 90) | @Override method getView (line 97) | @Override FILE: WayHoo/src/com/way/adapter/WeatherPagerAdapter.java class WeatherPagerAdapter (line 16) | public class WeatherPagerAdapter extends FragmentPagerAdapter { method WeatherPagerAdapter (line 25) | public WeatherPagerAdapter(Activity activity) { method setData (line 30) | public void setData(List mainItems) { method getFragment (line 38) | public Fragment getFragment(final int position) { method instantiateItem (line 48) | @Override method destroyItem (line 63) | @Override method getItem (line 75) | @Override method getCount (line 83) | @Override method getPageTitle (line 88) | @Override method getCurrentPage (line 98) | public int getCurrentPage() { method setCurrentPage (line 108) | public void setCurrentPage(final int currentPage) { method getItemPosition (line 123) | @Override method makeFragmentName (line 132) | @Override FILE: WayHoo/src/com/way/beans/Category.java class Category (line 3) | public class Category { method Category (line 8) | public Category(String title) { method Category (line 12) | public Category(int title) { FILE: WayHoo/src/com/way/beans/City.java class City (line 6) | public class City implements Parcelable { method City (line 20) | public City() { method City (line 23) | public City(String name, String postID, long refreshTime, int isLocati... method City (line 33) | public City(String name, String postID) { method City (line 39) | public City(String province, String city, String name, String pinyin, method getProvince (line 52) | public String getProvince() { method setProvince (line 56) | public void setProvince(String province) { method getCity (line 60) | public String getCity() { method setCity (line 64) | public void setCity(String city) { method getName (line 68) | public String getName() { method setName (line 72) | public void setName(String name) { method getPinyin (line 76) | public String getPinyin() { method setPinyin (line 80) | public void setPinyin(String pinyin) { method getPy (line 84) | public String getPy() { method setPy (line 88) | public void setPy(String py) { method getPhoneCode (line 92) | public String getPhoneCode() { method setPhoneCode (line 96) | public void setPhoneCode(String phoneCode) { method getAreaCode (line 100) | public String getAreaCode() { method setAreaCode (line 104) | public void setAreaCode(String areaCode) { method getPostID (line 108) | public String getPostID() { method setPostID (line 112) | public void setPostID(String postID) { method getIsLocation (line 116) | public boolean getIsLocation() { method setIsLocation (line 120) | public void setIsLocation(int isLocation) { method getRefreshTime (line 124) | public long getRefreshTime() { method setRefreshTime (line 128) | public void setRefreshTime(long refreshTime) { method getPubTime (line 132) | public long getPubTime() { method setPubTime (line 136) | public void setPubTime(long pubTime) { method getWeatherInfoStr (line 140) | public String getWeatherInfoStr() { method setWeatherInfoStr (line 144) | public void setWeatherInfoStr(String weatherInfoStr) { method hashCode (line 148) | @Override method equals (line 155) | @Override method toString (line 169) | @Override method describeContents (line 178) | @Override method writeToParcel (line 183) | @Override method createFromParcel (line 199) | @Override method newArray (line 215) | @Override FILE: WayHoo/src/com/way/beans/Item.java class Item (line 3) | public class Item { method Item (line 15) | public Item(int id, String title, int iconRes) { method Item (line 21) | public Item(int id, int title, int iconRes) { FILE: WayHoo/src/com/way/beans/MainItem.java class MainItem (line 5) | public class MainItem { method MainItem (line 9) | public MainItem() { method MainItem (line 13) | public MainItem(City city, WeatherInfo weatherInfo) { method getCity (line 19) | public City getCity() { method setCity (line 23) | public void setCity(City city) { method getWeatherInfo (line 27) | public WeatherInfo getWeatherInfo() { method setWeatherInfo (line 31) | public void setWeatherInfo(WeatherInfo weatherInfo) { FILE: WayHoo/src/com/way/common/util/L.java class L (line 13) | public class L { method i (line 18) | public static void i(String msg) { method d (line 23) | public static void d(String msg) { method e (line 28) | public static void e(String msg) { method v (line 33) | public static void v(String msg) { method i (line 38) | public static void i(Class _class,String msg){ method d (line 42) | public static void d(Class _class,String msg){ method e (line 46) | public static void e(Class _class,String msg){ method v (line 50) | public static void v(Class _class,String msg){ method i (line 55) | public static void i(String tag, String msg) { method d (line 60) | public static void d(String tag, String msg) { method e (line 65) | public static void e(String tag, String msg) { method v (line 70) | public static void v(String tag, String msg) { FILE: WayHoo/src/com/way/common/util/LocationUtils.java class LocationUtils (line 12) | public class LocationUtils { type LocationListener (line 18) | public static abstract interface LocationListener { method detecting (line 19) | public abstract void detecting(); method succeed (line 21) | public abstract void succeed(String city); method failed (line 23) | public abstract void failed(); method LocationUtils (line 26) | public LocationUtils(Context context, LocationListener listener) { method startLocation (line 36) | public void startLocation() { method stopLocation (line 43) | public void stopLocation() { method isStarted (line 48) | public boolean isStarted() { method getLocationClientOption (line 52) | private LocationClientOption getLocationClientOption(Context context) { method onReceiveLocation (line 68) | @Override FILE: WayHoo/src/com/way/common/util/LunarCalendar.java class LunarCalendar (line 8) | public class LunarCalendar { method LunarCalendar (line 57) | public LunarCalendar(Context context) { method reloadLanguageResources (line 65) | public static void reloadLanguageResources(Context ctx) { method clearLanguageResourcesRefs (line 206) | public static void clearLanguageResourcesRefs() { method getString (line 222) | private static String getString(Context ctx, int resId) { method getTraditionalFestival (line 226) | public String getTraditionalFestival() { method getTraditionalFestival (line 230) | public String getTraditionalFestival(int lunarYear, int lunarMonth, method getFestival (line 264) | public String getFestival() { method getFestival (line 268) | private String getFestival(int lunarMonth, int lunarDay) { method getSolarTerm (line 301) | private String getSolarTerm(int year, int month, int date) { method getChinaMonthString (line 322) | private String getChinaMonthString() { method getChinaMonthString (line 326) | private String getChinaMonthString(int lunarMonth, boolean isLeapMonth) { method getChinaDayString (line 333) | private String getChinaDayString(boolean notDisplayLunarMonthForFirstD... method getChinaDayString (line 338) | public String getChinaDayString(int lunarMonth, int lunarDay, method getChinaYearString (line 353) | private String getChinaYearString() { method getChinaYearString (line 357) | private String getChinaYearString(int lunarYear) { method getLunarYearString (line 361) | private String getLunarYearString(int num) { method getLunarYear (line 366) | public String getLunarYear(int year) { method animalsYear (line 371) | public String animalsYear(int year) { method getLunarCalendarInfo (line 375) | public String[] getLunarCalendarInfo(boolean notDisplayLunarMonthForFi... method getLunarDayInfo (line 391) | public String getLunarDayInfo() { class SpecialSolarTermInfo (line 455) | final static class SpecialSolarTermInfo { method SpecialSolarTermInfo (line 460) | SpecialSolarTermInfo(String specialStr, String termStr, method getSpecialSolarTermInfo (line 468) | private static SpecialSolarTermInfo getSpecialSolarTermInfo(int year, FILE: WayHoo/src/com/way/common/util/LunarCalendarConvertUtil.java class LunarCalendarConvertUtil (line 8) | public class LunarCalendarConvertUtil { method getSolarTermDayOfMonth (line 79) | public static int getSolarTermDayOfMonth(int year, int n) { method getLunarMonthDays (line 88) | public static int getLunarMonthDays(int lunarYear, int lunarMonth) { method isLunarBigMonth (line 95) | public static boolean isLunarBigMonth(int lunarYear, int lunarMonth) { method getYearDays (line 103) | final public static int getYearDays(int lunarYear) { method getLeapMonth (line 111) | final public static int getLeapMonth(int lunarYear) { method getLeapMonthDays (line 115) | final public static int getLeapMonthDays(int lunarYear) { method parseLunarCalendar (line 124) | public static void parseLunarCalendar(int year, int month, int day, method isLunarSetting (line 193) | public static boolean isLunarSetting() { method getLanguageEnv (line 204) | private static String getLanguageEnv() { FILE: WayHoo/src/com/way/common/util/NetUtil.java class NetUtil (line 7) | public class NetUtil { method getNetworkState (line 12) | public static int getNetworkState(Context context) { FILE: WayHoo/src/com/way/common/util/PreferenceUtils.java class PreferenceUtils (line 8) | public class PreferenceUtils { method getPrefString (line 9) | public static String getPrefString(Context context, String key, method setPrefString (line 16) | public static void setPrefString(Context context, final String key, method getPrefBoolean (line 23) | public static boolean getPrefBoolean(Context context, final String key, method hasKey (line 30) | public static boolean hasKey(Context context, final String key) { method setPrefBoolean (line 35) | public static void setPrefBoolean(Context context, final String key, method setPrefInt (line 42) | public static void setPrefInt(Context context, final String key, method getPrefInt (line 49) | public static int getPrefInt(Context context, final String key, method setPrefFloat (line 56) | public static void setPrefFloat(Context context, final String key, method getPrefFloat (line 63) | public static float getPrefFloat(Context context, final String key, method setSettingLong (line 70) | public static void setSettingLong(Context context, final String key, method getPrefLong (line 77) | public static long getPrefLong(Context context, final String key, method clearPreference (line 84) | public static void clearPreference(Context context, FILE: WayHoo/src/com/way/common/util/SystemUtils.java class SystemUtils (line 27) | public class SystemUtils { method getTmpCities (line 35) | public static List getTmpCities(Cursor c) { method getHotCities (line 64) | public static List getHotCities(Cursor c) { method getAllCities (line 85) | public static List getAllCities(Cursor c) { method getDBFilePath (line 110) | public static String getDBFilePath(Context context) { method getDBDirPath (line 116) | public static String getDBDirPath(Context context) { method copyDB (line 122) | public static void copyDB(Context context) { method getCustomeDialog (line 163) | public static Dialog getCustomeDialog(Activity activity, int style, method getCustomeDialog (line 179) | public static Dialog getCustomeDialog(Activity activity, int style, method getDisplayHeight (line 201) | public static int getDisplayHeight(Context context) { method getDisplayWidth (line 216) | public static int getDisplayWidth(Context context) { method getStatusBarHeight (line 230) | public static int getStatusBarHeight(Context context) { method readBitMap (line 254) | public static Bitmap readBitMap(Context context, int resId) { FILE: WayHoo/src/com/way/common/util/T.java class T (line 12) | public class T { method showShort (line 22) | public static void showShort(Context context, CharSequence message) { method showShort (line 38) | public static void showShort(Context context, int message) { method showLong (line 54) | public static void showLong(Context context, CharSequence message) { method showLong (line 70) | public static void showLong(Context context, int message) { method show (line 87) | public static void show(Context context, CharSequence message, int dur... method show (line 104) | public static void show(Context context, int message, int duration) { method hideToast (line 115) | public static void hideToast() { FILE: WayHoo/src/com/way/common/util/TimeUtils.java class TimeUtils (line 15) | public class TimeUtils { method TimeUtils (line 30) | private TimeUtils() { method getWeek (line 34) | public static String getWeek(int num, String format) { method getZhouWeek (line 43) | public static String getZhouWeek() { method getDay (line 49) | public static String getDay(long timesamp) { method getLongTime (line 78) | public static long getLongTime(String time) { method getTime (line 89) | public static String getTime(long time) { method getDateTime (line 92) | public static String getDateTime(long time) { method getListTime (line 96) | public static String getListTime(Resources res, long time) { method isSameHalfDay (line 172) | private static boolean isSameHalfDay(Calendar now, Calendar msg) { method isSameDay (line 185) | private static boolean isSameDay(Calendar now, Calendar msg) { method isYesterDay (line 192) | private static boolean isYesterDay(Calendar now, Calendar msg) { method isTheDayBeforeYesterDay (line 199) | private static boolean isTheDayBeforeYesterDay(Calendar now, Calendar ... FILE: WayHoo/src/com/way/common/util/WeatherIconUtils.java class WeatherIconUtils (line 9) | public class WeatherIconUtils { method WeatherIconUtils (line 11) | private WeatherIconUtils() { method getWeatherIcon (line 19) | public static int getWeatherIcon(int type) { method getWeatherNromalBg (line 104) | public static int getWeatherNromalBg(int type) { method getWeatherBlurBg (line 175) | public static int getWeatherBlurBg(int type) { method isNight (line 242) | public static boolean isNight(long time) { method getRawNromalBg (line 261) | public static int getRawNromalBg(int type) { method getRawBlurBg (line 336) | public static int getRawBlurBg(int type) { FILE: WayHoo/src/com/way/db/CityProvider.java class CityProvider (line 21) | public class CityProvider extends ContentProvider { method createTmpCityTable (line 62) | public static void createTmpCityTable(Context context) { method onCreate (line 72) | @Override method infoLog (line 81) | private static void infoLog(String data) { method query (line 85) | @Override method getType (line 138) | @Override method insert (line 151) | @Override method delete (line 179) | @Override method update (line 205) | @Override class CityConstants (line 240) | public static final class CityConstants implements BaseColumns { method CityConstants (line 264) | private CityConstants() { method getRequiredColumns (line 267) | public static ArrayList getRequiredColumns() { method getCityDefaultProjection (line 284) | public static String[] getCityDefaultProjection() { FILE: WayHoo/src/com/way/fragment/BaseFragment.java class BaseFragment (line 22) | public abstract class BaseFragment extends Fragment implements ITaskMana... type ABaseTaskState (line 25) | protected enum ABaseTaskState { method onAttach (line 40) | @Override method onCreate (line 45) | @Override method onCreateView (line 53) | @Override method getRootView (line 74) | ViewGroup getRootView() { method onActivityCreated (line 78) | @Override method onHomeClick (line 91) | public boolean onHomeClick() { method onBackClick (line 100) | public boolean onBackClick() { method requestData (line 107) | public void requestData() { method _layoutInit (line 117) | void _layoutInit(LayoutInflater inflater, Bundle savedInstanceSate) { method layoutInit (line 157) | protected void layoutInit(LayoutInflater inflater, Bundle savedInstanc... method findViewById (line 161) | protected View findViewById(int viewId) { method inflateContentView (line 168) | abstract protected int inflateContentView(); method setContentEmpty (line 170) | public void setContentEmpty(boolean empty) { method isContentEmpty (line 174) | public boolean isContentEmpty() { method onViewClicked (line 183) | public void onViewClicked(View view) { method setViewVisiable (line 190) | void setViewVisiable(View v, int visibility) { method taskStateChanged (line 202) | protected void taskStateChanged(ABaseTaskState state, Serializable tag) { method setTextViewValue (line 252) | public void setTextViewValue(View container, int txtId, String content) { method showMessage (line 260) | protected void showMessage(CharSequence msg) { method showMessage (line 270) | protected void showMessage(int msgId) { class ABaseTask (line 285) | protected abstract class ABaseTask extends W... method ABaseTask (line 287) | public ABaseTask(String taskId) { method onPrepare (line 291) | @Override method onSuccess (line 298) | @Override method onFailure (line 308) | @Override method onFinished (line 315) | @Override method resultIsEmpty (line 328) | protected boolean resultIsEmpty(Result result) { method onDestroy (line 334) | @Override method onDetach (line 346) | @Override method addTask (line 352) | @Override method removeTask (line 357) | @Override method removeAllTask (line 362) | @Override method getTaskCount (line 367) | @Override method cleatTaskCount (line 372) | protected void cleatTaskCount(String taskId) { method setViewOnClick (line 376) | protected void setViewOnClick(View v) { method onClick (line 385) | @Override method onSaveInstanceState (line 392) | @Override method getTaskManager (line 400) | protected ITaskManager getTaskManager() { FILE: WayHoo/src/com/way/fragment/IExceptionDeclare.java type IExceptionDeclare (line 3) | public interface IExceptionDeclare { method declareMessage (line 5) | public String declareMessage(String code); FILE: WayHoo/src/com/way/fragment/ITaskManager.java type ITaskManager (line 3) | public interface ITaskManager { method addTask (line 5) | public void addTask(WorkTask task); method removeTask (line 7) | public void removeTask(String taskId, boolean cancelIfRunning); method removeAllTask (line 9) | public void removeAllTask(boolean cancelIfRunning); method getTaskCount (line 11) | public int getTaskCount(String taskId); FILE: WayHoo/src/com/way/fragment/TaskException.java class TaskException (line 16) | public class TaskException extends Exception { type TaskError (line 20) | public enum TaskError { method TaskException (line 37) | public TaskException(String code) { method TaskException (line 41) | public TaskException(String code, String msg) { method getCode (line 46) | public String getCode() { method getMessage (line 50) | @Override method config (line 80) | public static void config(IExceptionDeclare declare) { FILE: WayHoo/src/com/way/fragment/TaskManager.java class TaskManager (line 13) | public class TaskManager implements ITaskManager { method TaskManager (line 20) | public TaskManager() { method addTask (line 25) | @Override method removeTask (line 38) | @Override method removeAllTask (line 43) | @Override method cancelExistTask (line 54) | private void cancelExistTask(String taskId, boolean mayInterruptIfRunn... method getTaskById (line 66) | private WorkTask getTaskById(String taskId) { method getTaskCount (line 73) | @Override method cleatTaskCount (line 81) | public void cleatTaskCount(String taskId) { method save (line 86) | public void save(Bundle outState) { method restore (line 90) | public void restore(Bundle savedInstanceState) { FILE: WayHoo/src/com/way/fragment/WeatherFragment.java class WeatherFragment (line 50) | public class WeatherFragment extends Fragment implements ITaskManager, method WeatherFragment (line 76) | public WeatherFragment() { method newInstance (line 79) | public static WeatherFragment newInstance(City city) { method onCreate (line 87) | @Override method setUserVisibleHint (line 110) | @Override method onLoadedData (line 126) | private void onLoadedData() { method isNeedRequestNet (line 136) | private boolean isNeedRequestNet() { method onCreateView (line 154) | @Override method run (line 182) | @Override method run (line 190) | @Override method run (line 198) | @Override method onDestroyView (line 205) | @Override method isNeedDestroy (line 223) | protected boolean isNeedDestroy() { method initViews (line 232) | private void initViews(View view, Bundle savedInstanceState) { method initCurWeatherViews (line 280) | private void initCurWeatherViews(View view) { method onResume (line 289) | @Override method onScroll (line 296) | @Override method onScrollStateChanged (line 309) | @Override method onNewScroll (line 320) | private void onNewScroll(int scrollPosition) { method loadWeatherInfoFromLocal (line 336) | private WeatherInfo loadWeatherInfoFromLocal() throws TaskException { method loadWeatherInfoFromNetwork (line 352) | private WeatherInfo loadWeatherInfoFromNetwork() throws TaskException { method save2Database (line 363) | protected void save2Database(WeatherInfo weatherInfo, String postID, method getPubTime (line 379) | private long getPubTime(String postID) { method getRefreshTime (line 390) | private long getRefreshTime() { method updateWeatherView (line 407) | private void updateWeatherView(WeatherInfo weatherInfo) { method onRefresh (line 436) | @Override method requestData (line 441) | public void requestData(boolean force) { class WeatherTask (line 447) | class WeatherTask extends WorkTask { method WeatherTask (line 448) | public WeatherTask(String postID) { method onPrepare (line 452) | @Override method workInBackground (line 458) | @Override method onSuccess (line 483) | @Override method onFailure (line 490) | @Override method onFinished (line 496) | @Override method taskStateChanged (line 510) | protected void taskStateChanged(ABaseTaskState state, Serializable tag) { method onSaveInstanceState (line 543) | @Override method getTaskManager (line 553) | protected ITaskManager getTaskManager() { method addTask (line 557) | @Override method removeTask (line 562) | @Override method removeAllTask (line 567) | @Override method getTaskCount (line 572) | @Override type ABaseTaskState (line 577) | protected enum ABaseTaskState { method refreshUI (line 581) | public void refreshUI() { method releaseImageViewByIds (line 587) | public void releaseImageViewByIds() { FILE: WayHoo/src/com/way/fragment/WorkTask.java class WorkTask (line 25) | public abstract class WorkTask { method newThread (line 48) | public Thread newThread(Runnable r) { class SerialExecutor (line 89) | private static class SerialExecutor implements Executor { method execute (line 93) | public synchronized void execute(final Runnable r) { method scheduleNext (line 108) | protected synchronized void scheduleNext() { type Status (line 115) | public enum Status { method init (line 131) | public static void init() { method setDefaultExecutor (line 135) | private static void setDefaultExecutor(Executor exec) { method getTaskId (line 141) | public String getTaskId() { method setTaskId (line 145) | public void setTaskId(String taskId) { method WorkTask (line 149) | public WorkTask(String taskId, ITaskManager taskManager) { method WorkTask (line 155) | public WorkTask() { method postResultIfNotInvoked (line 185) | private void postResultIfNotInvoked(Result result) { method postResult (line 192) | private Result postResult(Result result) { method getStatus (line 198) | public final Status getStatus() { method onPrepare (line 205) | protected void onPrepare() { method onFailure (line 212) | protected void onFailure(TaskException exception) { method onSuccess (line 219) | protected void onSuccess(Result result) { method getParams (line 223) | protected Params[] getParams() { method onFinished (line 230) | protected void onFinished() { method workInBackground (line 241) | abstract public Result workInBackground(Params... params) throws TaskE... method doInBackground (line 243) | private Result doInBackground(Params... params) { method onPreExecute (line 256) | final protected void onPreExecute() { method onPostExecute (line 261) | final protected void onPostExecute(Result result) { method onProgressUpdate (line 283) | protected void onProgressUpdate(Progress... values) { method onCancelled (line 286) | protected void onCancelled(Result result) { method onCancelled (line 290) | protected void onCancelled() { method isCancelled (line 295) | public final boolean isCancelled() { method cancel (line 299) | public final boolean cancel(boolean mayInterruptIfRunning) { method get (line 303) | public final Result get() throws InterruptedException, ExecutionExcept... method get (line 307) | public final Result get(long timeout, TimeUnit unit) throws Interrupte... method executeOnSerialExecutor (line 317) | public final WorkTask executeOnSerialExecuto... method executrOnImageExecutor (line 327) | public final WorkTask executrOnImageExecutor... method execute (line 337) | public final WorkTask execute(Params... para... method executeOnExecutor (line 341) | public final WorkTask executeOnExecutor(Exec... method execute (line 362) | public static void execute(Runnable runnable) { method publishProgress (line 366) | protected final void publishProgress(Progress... values) { method finish (line 372) | private void finish(Result result) { class InternalHandler (line 381) | private static class InternalHandler extends Handler { method handleMessage (line 382) | @SuppressWarnings({ "unchecked" }) class WorkerRunnable (line 398) | private static abstract class WorkerRunnable implement... class AsyncTaskResult (line 402) | private static class AsyncTaskResult { method AsyncTaskResult (line 406) | AsyncTaskResult(WorkTask task, Data... data) { FILE: WayHoo/src/com/way/observablescrollview/CacheFragmentStatePagerAdapter.java class CacheFragmentStatePagerAdapter (line 34) | public abstract class CacheFragmentStatePagerAdapter extends FragmentSta... method CacheFragmentStatePagerAdapter (line 44) | public CacheFragmentStatePagerAdapter(FragmentManager fm) { method saveState (line 50) | @Override method restoreState (line 68) | @Override method getItem (line 96) | @Override method destroyItem (line 104) | @Override method getItemAt (line 118) | public Fragment getItemAt(int position) { method createItem (line 129) | protected abstract Fragment createItem(int position); method createCacheIndex (line 137) | protected String createCacheIndex(int index) { method createCacheKey (line 147) | protected String createCacheKey(int position) { FILE: WayHoo/src/com/way/observablescrollview/ObservableGridView.java class ObservableGridView (line 34) | public class ObservableGridView extends GridView implements Scrollable { method onScrollStateChanged (line 55) | @Override method onScroll (line 62) | @Override method ObservableGridView (line 74) | public ObservableGridView(Context context) { method ObservableGridView (line 79) | public ObservableGridView(Context context, AttributeSet attrs) { method ObservableGridView (line 84) | public ObservableGridView(Context context, AttributeSet attrs, int def... method onRestoreInstanceState (line 89) | @Override method onSaveInstanceState (line 101) | @Override method onInterceptTouchEvent (line 114) | @Override method onTouchEvent (line 133) | @Override method setOnScrollListener (line 205) | @Override method setScrollViewCallbacks (line 212) | @Override method setTouchInterceptionViewGroup (line 217) | @Override method scrollVerticallyTo (line 222) | @Override method getCurrentScrollY (line 227) | @Override method init (line 232) | private void init() { method getNumColumnsCompat (line 237) | private int getNumColumnsCompat() { method onScrollChanged (line 252) | private void onScrollChanged() { class SavedState (line 317) | static class SavedState extends BaseSavedState { method SavedState (line 328) | SavedState(Parcelable superState) { method SavedState (line 335) | private SavedState(Parcel in) { method writeToParcel (line 353) | @Override method createFromParcel (line 373) | @Override method newArray (line 378) | @Override FILE: WayHoo/src/com/way/observablescrollview/ObservableListView.java class ObservableListView (line 33) | public class ObservableListView extends ListView implements Scrollable { method onScrollStateChanged (line 54) | @Override method onScroll (line 61) | @Override method ObservableListView (line 73) | public ObservableListView(Context context) { method ObservableListView (line 78) | public ObservableListView(Context context, AttributeSet attrs) { method ObservableListView (line 83) | public ObservableListView(Context context, AttributeSet attrs, int def... method onRestoreInstanceState (line 88) | @Override method onSaveInstanceState (line 100) | @Override method onInterceptTouchEvent (line 113) | @Override method onTouchEvent (line 132) | @Override method setOnScrollListener (line 204) | @Override method setScrollViewCallbacks (line 211) | @Override method setTouchInterceptionViewGroup (line 216) | @Override method scrollVerticallyTo (line 221) | @Override method getCurrentScrollY (line 231) | @Override method init (line 236) | private void init() { method onScrollChanged (line 241) | private void onScrollChanged() { class SavedState (line 314) | static class SavedState extends BaseSavedState { method SavedState (line 325) | SavedState(Parcelable superState) { method SavedState (line 332) | private SavedState(Parcel in) { method writeToParcel (line 350) | @Override method createFromParcel (line 370) | @Override method newArray (line 375) | @Override FILE: WayHoo/src/com/way/observablescrollview/ObservableScrollView.java class ObservableScrollView (line 31) | public class ObservableScrollView extends ScrollView implements Scrollab... method ObservableScrollView (line 46) | public ObservableScrollView(Context context) { method ObservableScrollView (line 50) | public ObservableScrollView(Context context, AttributeSet attrs) { method ObservableScrollView (line 54) | public ObservableScrollView(Context context, AttributeSet attrs, int d... method onRestoreInstanceState (line 58) | @Override method onSaveInstanceState (line 66) | @Override method onScrollChanged (line 75) | @Override method onInterceptTouchEvent (line 101) | @Override method onTouchEvent (line 120) | @Override method setScrollViewCallbacks (line 192) | @Override method setTouchInterceptionViewGroup (line 197) | @Override method scrollVerticallyTo (line 202) | @Override method getCurrentScrollY (line 207) | @Override class SavedState (line 212) | static class SavedState extends BaseSavedState { method SavedState (line 219) | SavedState(Parcelable superState) { method SavedState (line 226) | private SavedState(Parcel in) { method writeToParcel (line 232) | @Override method createFromParcel (line 241) | @Override method newArray (line 246) | @Override FILE: WayHoo/src/com/way/observablescrollview/ObservableScrollViewCallbacks.java type ObservableScrollViewCallbacks (line 22) | public interface ObservableScrollViewCallbacks { method onScrollChanged (line 33) | void onScrollChanged(int scrollY, boolean firstScroll, boolean dragging); method onDownMotionEvent (line 38) | void onDownMotionEvent(); method onUpOrCancelMotionEvent (line 45) | void onUpOrCancelMotionEvent(ScrollState scrollState); FILE: WayHoo/src/com/way/observablescrollview/ObservableWebView.java class ObservableWebView (line 31) | public class ObservableWebView extends WebView implements Scrollable { method ObservableWebView (line 46) | public ObservableWebView(Context context) { method ObservableWebView (line 50) | public ObservableWebView(Context context, AttributeSet attrs) { method ObservableWebView (line 54) | public ObservableWebView(Context context, AttributeSet attrs, int defS... method onRestoreInstanceState (line 58) | @Override method onSaveInstanceState (line 66) | @Override method onScrollChanged (line 75) | @Override method onInterceptTouchEvent (line 97) | @Override method onTouchEvent (line 116) | @Override method setScrollViewCallbacks (line 190) | @Override method setTouchInterceptionViewGroup (line 195) | @Override method scrollVerticallyTo (line 200) | @Override method getCurrentScrollY (line 205) | @Override class SavedState (line 210) | static class SavedState extends BaseSavedState { method SavedState (line 217) | SavedState(Parcelable superState) { method SavedState (line 224) | private SavedState(Parcel in) { method writeToParcel (line 230) | @Override method createFromParcel (line 239) | @Override method newArray (line 244) | @Override FILE: WayHoo/src/com/way/observablescrollview/ScrollState.java type ScrollState (line 22) | public enum ScrollState { FILE: WayHoo/src/com/way/observablescrollview/ScrollUtils.java class ScrollUtils (line 26) | public final class ScrollUtils { method ScrollUtils (line 28) | private ScrollUtils() { method getFloat (line 41) | public static float getFloat(final float value, final float minValue, ... method getColorWithAlpha (line 53) | public static int getColorWithAlpha(float alpha, int baseColor) { method addOnGlobalLayoutListener (line 67) | public static void addOnGlobalLayoutListener(final View view, final Ru... method mixColors (line 92) | public static int mixColors(int fromColor, int toColor, float toAlpha) { method cmykFromRgb (line 108) | public static float[] cmykFromRgb(int rgbColor) { method rgbFromCmyk (line 133) | public static int rgbFromCmyk(float[] cmyk) { FILE: WayHoo/src/com/way/observablescrollview/Scrollable.java type Scrollable (line 24) | public interface Scrollable { method setScrollViewCallbacks (line 30) | void setScrollViewCallbacks(ObservableScrollViewCallbacks listener); method scrollVerticallyTo (line 39) | void scrollVerticallyTo(int y); method getCurrentScrollY (line 46) | int getCurrentScrollY(); method setTouchInterceptionViewGroup (line 55) | void setTouchInterceptionViewGroup(ViewGroup viewGroup); FILE: WayHoo/src/com/way/observablescrollview/TouchInterceptionFrameLayout.java class TouchInterceptionFrameLayout (line 36) | public class TouchInterceptionFrameLayout extends FrameLayout { type TouchInterceptionListener (line 41) | public interface TouchInterceptionListener { method shouldInterceptTouchEvent (line 51) | boolean shouldInterceptTouchEvent(MotionEvent ev, boolean moving, fl... method onDownMotionEvent (line 58) | void onDownMotionEvent(MotionEvent ev); method onMoveMotionEvent (line 67) | void onMoveMotionEvent(MotionEvent ev, float diffX, float diffY); method onUpOrCancelMotionEvent (line 74) | void onUpOrCancelMotionEvent(MotionEvent ev); method TouchInterceptionFrameLayout (line 85) | public TouchInterceptionFrameLayout(Context context) { method TouchInterceptionFrameLayout (line 89) | public TouchInterceptionFrameLayout(Context context, AttributeSet attr... method TouchInterceptionFrameLayout (line 93) | public TouchInterceptionFrameLayout(Context context, AttributeSet attr... method TouchInterceptionFrameLayout (line 97) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method setScrollInterceptionListener (line 102) | public void setScrollInterceptionListener(TouchInterceptionListener li... method onInterceptTouchEvent (line 106) | @Override method onTouchEvent (line 140) | @Override method obtainMotionEvent (line 238) | private MotionEvent obtainMotionEvent(MotionEvent base, int action) { method duplicateTouchEventForChildren (line 253) | private void duplicateTouchEventForChildren(MotionEvent ev, MotionEven... FILE: WayHoo/src/com/way/ui/swipeback/SwipeBackActivity.java class SwipeBackActivity (line 7) | public class SwipeBackActivity extends Activity implements method onCreate (line 11) | @Override method onPostCreate (line 18) | @Override method findViewById (line 24) | @Override method getSwipeBackLayout (line 32) | @Override method setSwipeBackEnable (line 37) | @Override method scrollToFinishActivity (line 42) | @Override FILE: WayHoo/src/com/way/ui/swipeback/SwipeBackActivityBase.java type SwipeBackActivityBase (line 6) | public interface SwipeBackActivityBase { method getSwipeBackLayout (line 10) | public abstract SwipeBackLayout getSwipeBackLayout(); method setSwipeBackEnable (line 12) | public abstract void setSwipeBackEnable(boolean enable); method scrollToFinishActivity (line 17) | public abstract void scrollToFinishActivity(); FILE: WayHoo/src/com/way/ui/swipeback/SwipeBackActivityHelper.java class SwipeBackActivityHelper (line 20) | public class SwipeBackActivityHelper { method SwipeBackActivityHelper (line 25) | public SwipeBackActivityHelper(Activity activity) { method onActivityCreate (line 29) | @SuppressWarnings("deprecation") method onPostCreate (line 60) | public void onPostCreate() { method findViewById (line 65) | public View findViewById(int id) { method getSwipeBackLayout (line 72) | public SwipeBackLayout getSwipeBackLayout() { method convertActivityFromTranslucent (line 88) | @TargetApi(Build.VERSION_CODES.JELLY_BEAN) method convertActivityToTranslucent (line 121) | public void convertActivityToTranslucent() { FILE: WayHoo/src/com/way/ui/swipeback/SwipeBackLayout.java class SwipeBackLayout (line 21) | public class SwipeBackLayout extends FrameLayout { method SwipeBackLayout (line 123) | public SwipeBackLayout(Context context) { method SwipeBackLayout (line 127) | public SwipeBackLayout(Context context, AttributeSet attrs) { method SwipeBackLayout (line 131) | public SwipeBackLayout(Context context, AttributeSet attrs, int defSty... method setContentView (line 170) | private void setContentView(View view) { method setEnableGesture (line 174) | public void setEnableGesture(boolean enable) { method setEdgeTrackingEnabled (line 193) | public void setEdgeTrackingEnabled(int edgeFlags) { method setScrimColor (line 205) | public void setScrimColor(int color) { method setEdgeSize (line 218) | public void setEdgeSize(int size) { method setSwipeListener (line 230) | @Deprecated method addSwipeListener (line 241) | public void addSwipeListener(SwipeListener listener) { method removeSwipeListener (line 253) | public void removeSwipeListener(SwipeListener listener) { type SwipeListener (line 260) | public static interface SwipeListener { method onScrollStateChange (line 272) | public void onScrollStateChange(int state, float scrollPercent); method onScrollLeftChange (line 274) | public void onScrollLeftChange(int left); method onEdgeTouch (line 285) | public void onEdgeTouch(int edgeFlag); method onScrollOverThreshold (line 290) | public void onScrollOverThreshold(); method setScrollThresHold (line 299) | public void setScrollThresHold(float threshold) { method setShadow (line 318) | public void setShadow(Drawable shadow, int edgeFlag) { method setShadow (line 340) | public void setShadow(int resId, int edgeFlag) { method scrollToFinishActivity (line 347) | public void scrollToFinishActivity() { method onInterceptTouchEvent (line 370) | @Override method onTouchEvent (line 384) | @Override method onLayout (line 393) | @Override method requestLayout (line 404) | @Override method drawChild (line 411) | @Override method drawScrim (line 424) | private void drawScrim(Canvas canvas, View child) { method drawShadow (line 440) | private void drawShadow(Canvas canvas, View child) { method attachToActivity (line 466) | public void attachToActivity(Activity activity) { method computeScroll (line 482) | @Override class ViewDragCallback (line 490) | private class ViewDragCallback extends ViewDragHelper.Callback { method tryCaptureView (line 493) | @Override method getViewHorizontalDragRange (line 524) | @Override method getViewVerticalDragRange (line 529) | @Override method onViewPositionChanged (line 534) | @Override method onViewReleased (line 577) | @Override method clampViewPositionHorizontal (line 604) | @Override method clampViewPositionVertical (line 615) | @Override method onViewDragStateChanged (line 624) | @Override FILE: WayHoo/src/com/way/ui/swipeback/ViewDragHelper.java class ViewDragHelper (line 39) | @SuppressLint("NewApi") class Callback (line 167) | public static abstract class Callback { method onViewDragStateChanged (line 178) | public void onViewDragStateChanged(int state) { method onViewPositionChanged (line 196) | public void onViewPositionChanged(View changedView, int left, int top, method onViewCaptured (line 211) | public void onViewCaptured(View capturedChild, int activePointerId) { method onViewReleased (line 239) | public void onViewReleased(View releasedChild, float xvel, float yve... method onEdgeTouched (line 256) | public void onEdgeTouched(int edgeFlags, int pointerId) { method onEdgeLock (line 270) | public boolean onEdgeLock(int edgeFlags) { method onEdgeDragStarted (line 288) | public void onEdgeDragStarted(int edgeFlags, int pointerId) { method getOrderedChildIndex (line 299) | public int getOrderedChildIndex(int index) { method getViewHorizontalDragRange (line 312) | public int getViewHorizontalDragRange(View child) { method getViewVerticalDragRange (line 325) | public int getViewVerticalDragRange(View child) { method tryCaptureView (line 351) | public abstract boolean tryCaptureView(View child, int pointerId); method clampViewPositionHorizontal (line 367) | public int clampViewPositionHorizontal(View child, int left, int dx) { method clampViewPositionVertical (line 385) | public int clampViewPositionVertical(View child, int top, int dy) { method getInterpolation (line 394) | public float getInterpolation(float t) { method run (line 401) | public void run() { method create (line 415) | public static ViewDragHelper create(ViewGroup forParent, Callback cb) { method create (line 432) | public static ViewDragHelper create(ViewGroup forParent, float sensiti... method ViewDragHelper (line 449) | private ViewDragHelper(Context context, ViewGroup forParent, Callback ... method setMinVelocity (line 478) | public void setMinVelocity(float minVel) { method getMinVelocity (line 490) | public float getMinVelocity() { method getViewDragState (line 500) | public int getViewDragState() { method setEdgeTrackingEnabled (line 520) | public void setEdgeTrackingEnabled(int edgeFlags) { method getEdgeSize (line 532) | public int getEdgeSize() { method setEdgeSize (line 544) | public void setEdgeSize(int size) { method captureChildView (line 559) | public void captureChildView(View childView, int activePointerId) { method getCapturedView (line 577) | public View getCapturedView() { method getActivePointerId (line 585) | public int getActivePointerId() { method getTouchSlop (line 593) | public int getTouchSlop() { method cancel (line 602) | public void cancel() { method abort (line 616) | public void abort() { method smoothSlideViewTo (line 651) | public boolean smoothSlideViewTo(View child, int finalLeft, int finalT... method settleCapturedViewAt (line 673) | public boolean settleCapturedViewAt(int finalLeft, int finalTop) { method forceSettleCapturedViewAt (line 701) | private boolean forceSettleCapturedViewAt(int finalLeft, int finalTop, method computeSettleDuration (line 723) | private int computeSettleDuration(View child, int dx, int dy, int xvel, method computeAxisDuration (line 747) | private int computeAxisDuration(int delta, int velocity, int motionRan... method clampMag (line 783) | private int clampMag(int value, int absMin, int absMax) { method clampMag (line 805) | private float clampMag(float value, float absMin, float absMax) { method distanceInfluenceForSnapDuration (line 814) | private float distanceInfluenceForSnapDuration(float f) { method flingCapturedView (line 834) | public void flingCapturedView(int minLeft, int minTop, int maxLeft, method continueSettling (line 863) | public boolean continueSettling(boolean deferCallbacks) { method dispatchViewReleased (line 909) | private void dispatchViewReleased(float xvel, float yvel) { method clearMotionHistory (line 921) | private void clearMotionHistory() { method clearMotionHistory (line 935) | private void clearMotionHistory(int pointerId) { method ensureMotionHistorySizeForId (line 949) | private void ensureMotionHistorySizeForId(int pointerId) { method saveInitialMotion (line 984) | private void saveInitialMotion(float x, float y, int pointerId) { method saveLastMotion (line 992) | private void saveLastMotion(MotionEvent ev) { method isPointerDown (line 1019) | public boolean isPointerDown(int pointerId) { method setDragState (line 1023) | void setDragState(int state) { method tryCaptureViewForDrag (line 1045) | boolean tryCaptureViewForDrag(View toCapture, int pointerId) { method canScroll (line 1076) | protected boolean canScroll(View v, boolean checkV, int dx, int dy, in... method shouldInterceptTouchEvent (line 1116) | public boolean shouldInterceptTouchEvent(MotionEvent ev) { method processTouchEvent (line 1230) | public void processTouchEvent(MotionEvent ev) { method reportNewEdgeDrags (line 1394) | private void reportNewEdgeDrags(float dx, float dy, int pointerId) { method checkNewEdgeDrag (line 1415) | private boolean checkNewEdgeDrag(float delta, float odelta, int pointe... method checkTouchSlop (line 1448) | private boolean checkTouchSlop(View child, float dx, float dy) { method checkTouchSlop (line 1483) | public boolean checkTouchSlop(int directions) { method checkTouchSlop (line 1512) | public boolean checkTouchSlop(int directions, int pointerId) { method isEdgeTouched (line 1545) | public boolean isEdgeTouched(int edges) { method isEdgeTouched (line 1568) | public boolean isEdgeTouched(int edges, int pointerId) { method releaseViewForPointerUp (line 1573) | private void releaseViewForPointerUp() { method dragTo (line 1582) | private void dragTo(int left, int top, int dx, int dy) { method isCapturedViewUnder (line 1618) | public boolean isCapturedViewUnder(int x, int y) { method isViewUnder (line 1635) | public boolean isViewUnder(View view, int x, int y) { method findTopChildUnder (line 1655) | public View findTopChildUnder(int x, int y) { method getEdgesTouched (line 1668) | private int getEdgesTouched(int x, int y) { FILE: WayHoo/src/com/way/ui/view/CountDownView.java class CountDownView (line 18) | public class CountDownView extends FrameLayout { method CountDownView (line 32) | public CountDownView(Context context, AttributeSet attrs) { method isCountingDown (line 42) | public boolean isCountingDown() { type OnCountDownFinishedListener (line 46) | public interface OnCountDownFinishedListener { method onCountDownFinished (line 47) | public void onCountDownFinished(); method remainingSecondsChanged (line 50) | private void remainingSecondsChanged(int newVal) { method onFinishInflate (line 79) | @Override method setCountDownFinishedListener (line 85) | public void setCountDownFinishedListener( method startCountDown (line 90) | public void startCountDown(int sec, boolean playSound) { method startCountDown (line 99) | public void startCountDown(int sec) { method cancelCountDown (line 108) | public void cancelCountDown() { class MainHandler (line 116) | private class MainHandler extends Handler { method handleMessage (line 117) | @Override FILE: WayHoo/src/com/way/ui/view/DragSortGridView.java class DragSortGridView (line 19) | @SuppressLint("NewApi") method DragSortGridView (line 25) | public DragSortGridView(Context context) { method DragSortGridView (line 29) | public DragSortGridView(Context context, AttributeSet attrs) { method DragSortGridView (line 33) | public DragSortGridView(Context context, AttributeSet attrs, int defSt... type OnReorderingListener (line 44) | public interface OnReorderingListener { method beginRecordering (line 45) | public void beginRecordering(AdapterView parent, View view, method onReordering (line 48) | public void onReordering(int fromPosition, int toPosition); method setOnReorderingListener (line 51) | public void setOnReorderingListener(OnReorderingListener listener) { method onItemLongClick (line 59) | @Override class IntegerArray (line 77) | private class IntegerArray { method IntegerArray (line 80) | public IntegerArray(int size) { method get (line 88) | public int get(int position) { method reorder (line 99) | public void reorder(int from, int to) { method getValueIndex (line 121) | public int getValueIndex(int value) { method toString (line 133) | @Override method onDrag (line 156) | @Override method reorderViews (line 250) | protected void reorderViews(int fromPosition, int toPosition) { method moveView (line 290) | private void moveView(int fromPosition, int toPosition) { class MoveViewAnimationListener (line 315) | private class MoveViewAnimationListener implements method MoveViewAnimationListener (line 321) | public MoveViewAnimationListener(View target, int newX, int newY) { method onAnimationEnd (line 327) | @Override method onAnimationRepeat (line 335) | @Override method onAnimationStart (line 339) | @Override method getLayout (line 345) | private void getLayout(View view, Rect rect) { method getView (line 350) | private View getView(int reorderingPosition) { FILE: WayHoo/src/com/way/ui/view/LoadingEmptyContainer.java class LoadingEmptyContainer (line 17) | public class LoadingEmptyContainer extends FrameLayout { method LoadingEmptyContainer (line 23) | public LoadingEmptyContainer(Context context, AttributeSet attrs) { method onFinishInflate (line 36) | @Override method hideAll (line 43) | public void hideAll() { method showLoading (line 48) | public void showLoading() { method showNoResults (line 57) | public void showNoResults() { method getNoResultsContainer (line 64) | public NoResultsContainer getNoResultsContainer() { FILE: WayHoo/src/com/way/ui/view/NoResultsContainer.java class NoResultsContainer (line 16) | public class NoResultsContainer extends LinearLayout { method NoResultsContainer (line 17) | public NoResultsContainer(Context context, AttributeSet attrs) { method setMainText (line 27) | public void setMainText(final int resId) { method setTextColor (line 31) | public void setTextColor(int color) { FILE: WayHoo/src/com/way/ui/view/TouchDispatchView.java class TouchDispatchView (line 9) | public class TouchDispatchView extends RelativeLayout { method TouchDispatchView (line 12) | public TouchDispatchView(Context context) { method TouchDispatchView (line 16) | public TouchDispatchView(Context context, AttributeSet attrs) { method TouchDispatchView (line 20) | public TouchDispatchView(Context context, AttributeSet attrs, int defS... method onInterceptTouchEvent (line 24) | public boolean onInterceptTouchEvent(MotionEvent event) { method onTouchEvent (line 28) | public boolean onTouchEvent(MotionEvent event) { method setInterceptTouches (line 54) | public void setInterceptTouches(boolean isInterceptTouches) { FILE: WayHoo/src/com/way/ui/view/WeatherAqiView.java class WeatherAqiView (line 13) | public class WeatherAqiView extends WeatherBaseView { method WeatherAqiView (line 22) | public WeatherAqiView(Context c) { method WeatherAqiView (line 26) | public WeatherAqiView(Context context, AttributeSet attrs) { method WeatherAqiView (line 30) | public WeatherAqiView(Context context, AttributeSet attrs, int defStyl... method onFinishInflate (line 34) | @Override method setWeatherInfo (line 46) | public void setWeatherInfo(AQI aqi) { method getAqiIcon (line 57) | private int getAqiIcon(int aqi) { method setWeatherInfo (line 75) | @Override FILE: WayHoo/src/com/way/ui/view/WeatherBaseView.java class WeatherBaseView (line 9) | public abstract class WeatherBaseView extends RelativeLayout { method WeatherBaseView (line 10) | public WeatherBaseView(Context c) { method WeatherBaseView (line 14) | public WeatherBaseView(Context context, AttributeSet attrs) { method WeatherBaseView (line 18) | public WeatherBaseView(Context context, AttributeSet attrs, int defSty... method setWeatherInfo (line 21) | public abstract void setWeatherInfo(WeatherInfo weatherInfo); FILE: WayHoo/src/com/way/ui/view/WeatherDetailsView.java class WeatherDetailsView (line 17) | public class WeatherDetailsView extends WeatherBaseView { method WeatherDetailsView (line 28) | public WeatherDetailsView(Context c) { method WeatherDetailsView (line 32) | public WeatherDetailsView(Context context, AttributeSet attrs) { method WeatherDetailsView (line 36) | public WeatherDetailsView(Context context, AttributeSet attrs, method onFinishInflate (line 41) | @Override method setWeatherInfo (line 54) | public void setWeatherInfo(RealTime realTime) { method setWeatherInfo (line 87) | @Override FILE: WayHoo/src/com/way/ui/view/WeatherForecastView.java class WeatherForecastView (line 15) | public class WeatherForecastView extends WeatherBaseView { method WeatherForecastView (line 48) | public WeatherForecastView(Context c) { method WeatherForecastView (line 52) | public WeatherForecastView(Context context, AttributeSet attrs) { method WeatherForecastView (line 56) | public WeatherForecastView(Context context, AttributeSet attrs, method onFinishInflate (line 61) | @Override method setWeatherInfo (line 117) | public void setWeatherInfo(Forecast forecast) { method setWeatherInfo (line 154) | @Override FILE: WayHoo/src/com/way/ui/view/WeatherIndexView.java class WeatherIndexView (line 18) | public class WeatherIndexView extends WeatherBaseView { method WeatherIndexView (line 65) | public WeatherIndexView(Context c) { method WeatherIndexView (line 69) | public WeatherIndexView(Context context, AttributeSet attrs) { method WeatherIndexView (line 73) | public WeatherIndexView(Context context, AttributeSet attrs, method onFinishInflate (line 78) | @Override method setWeatherInfo (line 158) | public void setWeatherInfo(Index index) { method setWeatherInfo (line 209) | @Override FILE: WayHoo/src/com/way/ui/view/WeatherTypefacedTextView.java class WeatherTypefacedTextView (line 12) | public class WeatherTypefacedTextView extends TextView { method WeatherTypefacedTextView (line 13) | public WeatherTypefacedTextView(Context context) { method WeatherTypefacedTextView (line 17) | public WeatherTypefacedTextView(Context context, AttributeSet attrs) { method WeatherTypefacedTextView (line 21) | public WeatherTypefacedTextView(Context context, AttributeSet attrs, FILE: WayHoo/src/com/way/util/blur/jni/BitmapUtils.java class BitmapUtils (line 10) | public class BitmapUtils { method drawViewToBitmap (line 11) | public static Bitmap drawViewToBitmap(View view, int width, int height, method drawViewToBitmap (line 16) | public static Bitmap drawViewToBitmap(View view, int width, int height, FILE: WayHoo/src/com/way/util/blur/jni/FrostedGlassUtil.java class FrostedGlassUtil (line 5) | public class FrostedGlassUtil { method getInstance (line 9) | public static FrostedGlassUtil getInstance() { method boxBlur (line 20) | public native void boxBlur(Bitmap srcBitmap, int radius); method stackBlur (line 22) | public native void stackBlur(Bitmap srcBitmap, int radius); method oilPaint (line 24) | public native void oilPaint(Bitmap srcBitmap, int radius); method colorWaterPaint (line 26) | public native void colorWaterPaint(Bitmap srcBitmap, int radius); method convertToBlur (line 28) | public synchronized Bitmap convertToBlur(Bitmap bmp, int radius) { FILE: WayHoo/src/com/way/weather/plugin/bean/AQI.java class AQI (line 4) | public class AQI { method getAqi (line 19) | public int getAqi() { method getAqi_desc (line 23) | public String getAqi_desc() { method getAqi_level (line 27) | public String getAqi_level() { method getCity_code (line 31) | public String getCity_code() { method getCo (line 35) | public int getCo() { method getNo2 (line 39) | public int getNo2() { method getO3 (line 43) | public int getO3() { method getPm10 (line 47) | public int getPm10() { method getPm25 (line 51) | public int getPm25() { method getPub_time (line 55) | public long getPub_time() { method getSo2 (line 59) | public int getSo2() { method getSource (line 63) | public String getSource() { method getSpot (line 67) | public String getSpot() { method setAqi (line 71) | public void setAqi(int paramInt) { method setAqi_desc (line 75) | public void setAqi_desc(String paramString) { method setAqi_level (line 79) | public void setAqi_level(String paramString) { method setCity_code (line 83) | public void setCity_code(String paramString) { method setCo (line 87) | public void setCo(int paramInt) { method setNo2 (line 91) | public void setNo2(int paramInt) { method setO3 (line 95) | public void setO3(int paramInt) { method setPm10 (line 99) | public void setPm10(int paramInt) { method setPm25 (line 103) | public void setPm25(int paramInt) { method setPub_time (line 107) | public void setPub_time(long paramLong) { method setSo2 (line 111) | public void setSo2(int paramInt) { method setSource (line 115) | public void setSource(String paramString) { method setSpot (line 119) | public void setSpot(String paramString) { method toString (line 123) | @Override FILE: WayHoo/src/com/way/weather/plugin/bean/Alerts.java class Alerts (line 5) | public class Alerts { method getArryAlert (line 9) | public ArrayList getArryAlert() { method getPid (line 13) | public String getPid() { method setArryAlert (line 17) | public void setArryAlert(ArrayList paramArrayList) { method setPid (line 21) | public void setPid(String paramString) { method toString (line 25) | @Override class Alert (line 30) | public static class Alert { method getAbnormal (line 38) | public String getAbnormal() { method getDetail (line 42) | public String getDetail() { method getHoliday (line 46) | public String getHoliday() { method getLevel (line 50) | public String getLevel() { method getPubTime (line 54) | public Long getPubTime() { method getTitle (line 58) | public String getTitle() { method setAbnormal (line 62) | public void setAbnormal(String paramString) { method setDetail (line 66) | public void setDetail(String paramString) { method setHoliday (line 70) | public void setHoliday(String paramString) { method setLevel (line 74) | public void setLevel(String paramString) { method setPubTime (line 78) | public void setPubTime(long paramLong) { method setTitle (line 82) | public void setTitle(String paramString) { method toString (line 86) | @Override FILE: WayHoo/src/com/way/weather/plugin/bean/Forecast.java class Forecast (line 7) | public class Forecast { method getHumidity (line 24) | public int getHumidity(int position) { method getPid (line 31) | public String getPid() { method getPressure (line 35) | public int getPressure(int position) { method getPubtime (line 41) | public long getPubtime() { method getSunrise (line 45) | public long getSunrise(int position) { method getSunset (line 51) | public long getSunset(int position) { method getTmpHigh (line 57) | public int getTmpHigh(int position) { method getTmpLow (line 63) | public int getTmpLow(int position) { method getWeatherNames (line 69) | public String getWeatherNames(int position) { method getWeatherNamesFrom (line 75) | public String getWeatherNamesFrom(int position) { method getWeatherNamesTo (line 81) | public String getWeatherNamesTo(int position) { method getWinds (line 87) | public String getWinds(int position) { method setHumiditys (line 93) | public void setHumiditys(int position, int humidity) { method setPid (line 99) | public void setPid(String pid) { method setPressures (line 103) | public void setPressures(int position, int pressure) { method setPubtime (line 109) | public void setPubtime(Long pubtime) { method setSunrise (line 113) | public void setSunrise(int position, long sunrise) { method setSunset (line 119) | public void setSunset(int position, long sunset) { method setTmpHighs (line 125) | public void setTmpHighs(int position, int tmpHigh) { method setTmpLows (line 131) | public void setTmpLows(int position, int tmpLow) { method setWeatherNames (line 137) | public void setWeatherNames(int position, String weatherName) { method setWeatherNamesFrom (line 143) | public void setWeatherNamesFrom(int position, String weatherNameFrom) { method setWeatherNamesTo (line 149) | public void setWeatherNamesTo(int position, String weatherNameTo) { method setWinds (line 155) | public void setWinds(int position, String wind) { method getType (line 161) | public int getType(int position) { method setType (line 167) | public void setType(int position, int type) { method toString (line 173) | @Override FILE: WayHoo/src/com/way/weather/plugin/bean/Index.java class Index (line 5) | public class Index { method getCity_code (line 9) | public String getCity_code() { method getIndex (line 13) | public List getIndex() { method setCity_code (line 17) | public void setCity_code(String paramString) { method setIndex (line 21) | public void setIndex(List paramList) { method toString (line 25) | @Override FILE: WayHoo/src/com/way/weather/plugin/bean/IndexDetail.java class IndexDetail (line 4) | public class IndexDetail { method getDesc (line 10) | public String getDesc() { method getDetail (line 14) | public String getDetail() { method getTitle (line 18) | public String getTitle() { method getType (line 22) | public int getType() { method setDesc (line 26) | public void setDesc(String desc) { method setDetail (line 30) | public void setDetail(String detail) { method setTitle (line 34) | public void setTitle(String title) { method setType (line 38) | public void setType(int type) { method toString (line 42) | @Override FILE: WayHoo/src/com/way/weather/plugin/bean/RealTime.java class RealTime (line 4) | public class RealTime { method getAnimation_type (line 17) | public int getAnimation_type() { method getCity_code (line 21) | public String getCity_code() { method getFalling_tide (line 25) | public long getFalling_tide() { method getHumidity (line 29) | public int getHumidity() { method getPressure (line 33) | public double getPressure() { method getPub_time (line 37) | public long getPub_time() { method getRising_tide (line 41) | public long getRising_tide() { method getTemp (line 45) | public int getTemp() { method getWater (line 49) | public int getWater() { method getWeather_name (line 53) | public String getWeather_name() { method getWind (line 57) | public String getWind() { method setAnimation_type (line 61) | public void setAnimation_type(int type) { method setCity_code (line 65) | public void setCity_code(String cityCode) { method setFalling_tide (line 69) | public void setFalling_tide(long fallingTide) { method setHumidity (line 73) | public void setHumidity(int humidity) { method setPressure (line 77) | public void setPressure(double pressure) { method setPub_time (line 81) | public void setPub_time(long pubTime) { method setRising_tide (line 85) | public void setRising_tide(long risingTide) { method setTemp (line 89) | public void setTemp(int temp) { method setWater (line 93) | public void setWater(int water) { method setWeather_name (line 97) | public void setWeather_name(String weatherName) { method setWind (line 101) | public void setWind(String wind) { method toString (line 105) | @Override FILE: WayHoo/src/com/way/weather/plugin/bean/WeatherInfo.java class WeatherInfo (line 3) | public class WeatherInfo { method WeatherInfo (line 11) | public WeatherInfo() { method WeatherInfo (line 15) | public WeatherInfo(RealTime realTime, Forecast forecast, AQI aqi, method isNewData (line 25) | public boolean isNewData() { method setNewData (line 29) | public void setNewData(boolean isNewData) { method getRealTime (line 33) | public RealTime getRealTime() { method setRealTime (line 37) | public void setRealTime(RealTime realTime) { method getForecast (line 41) | public Forecast getForecast() { method setForecast (line 45) | public void setForecast(Forecast forecast) { method getAqi (line 49) | public AQI getAqi() { method setAqi (line 53) | public void setAqi(AQI aqi) { method getIndex (line 57) | public Index getIndex() { method setIndex (line 61) | public void setIndex(Index index) { method getAlerts (line 65) | public Alerts getAlerts() { method setAlerts (line 69) | public void setAlerts(Alerts alerts) { method toString (line 73) | @Override FILE: WayHoo/src/com/way/weather/plugin/spider/WeatherConstants.java class WeatherConstants (line 10) | public class WeatherConstants { FILE: WayHoo/src/com/way/weather/plugin/spider/WeatherController.java class WeatherController (line 24) | public class WeatherController { method convertToNewAQI (line 25) | public static AQI convertToNewAQI(JSONObject aqiJSONObject, method convertToNewAlert (line 51) | public static Alerts convertToNewAlert(JSONArray alertJSONArray, method convertToNewForecast (line 75) | public static Forecast convertToNewForecast(JSONObject forecastJSONObj... method convertToNewIndex (line 171) | public static Index convertToNewIndex(JSONObject indexInfo, method convertToNewRealTime (line 210) | public static RealTime convertToNewRealTime(JSONObject realTimeJSONObj... method getAQITime (line 233) | private static long getAQITime(String timeStr) { method getForcastTime (line 243) | private static long getForcastTime(String timeStr) { method parseTime (line 254) | private static long parseTime(String timeStr) { FILE: WayHoo/src/com/way/weather/plugin/spider/WeatherSpider.java class WeatherSpider (line 30) | public class WeatherSpider { method getWeatherInfo (line 34) | public static WeatherInfo getWeatherInfo(String postID) throws TaskExc... method save2Database (line 66) | public static void save2Database(WeatherInfo weatherInfo, String postID, method getPubTime (line 84) | public static long getPubTime(String postID) { method getWeatherInfo (line 99) | public static WeatherInfo getWeatherInfo(Context context, String postID, method isEmpty (line 126) | public static boolean isEmpty(WeatherInfo info) { method isEmpty (line 141) | public static boolean isEmpty(RealTime info) { method isEmpty (line 147) | public static boolean isEmpty(Forecast info) { method isEmpty (line 153) | public static boolean isEmpty(AQI info) { method isEmpty (line 159) | public static boolean isEmpty(Index info) { method isEmpty (line 166) | public static boolean isEmpty(Alerts info) { FILE: WayHoo/src/com/way/weather/plugin/spider/WeatherUtilities.java class WeatherUtilities (line 10) | public class WeatherUtilities { method checkLanguageSuport (line 11) | private static String checkLanguageSuport(String language) { method getAQISource (line 18) | public static String getAQISource(String paramString) { method getAnimationType (line 23) | public static int getAnimationType(String weatherStr) { method getAqi (line 47) | public static int getAqi(String aqiStr) { method getAqiDesc (line 56) | public static String getAqiDesc(int aqiLevel, String language) { method getAqiLevel (line 83) | public static String getAqiLevel(int aqiLevel, String language) { method getChina (line 110) | public static String getChina(String paramString) { method getHumidity (line 115) | public static int getHumidity(String humidity) { method getIndexDesc (line 119) | public static String getIndexDesc(String indexTitle, String indexType, method getIndexDetail (line 126) | public static String getIndexDetail(String paramString1, method getIndexTitle (line 133) | public static String getIndexTitle(String indexTitleKey, String langua... method getIndexType (line 139) | public static Integer getIndexType(String indexTypeKey) { method getIntFromJSON (line 143) | public static int getIntFromJSON(JSONObject jsonObject, String paramSt... method getWeather (line 152) | public static String getWeather(String weatherStr) { method getWeatherName (line 164) | public static WeatherName getWeatherName(String weatherStr, String lan... method getWind (line 191) | public static String getWind(String windStr, String language) { method getWind (line 212) | public static String getWind(String fx, String fl, String language) { method getWindIndexDetail (line 247) | public static String getWindIndexDetail(String windIndex, String langu... class WeatherName (line 257) | public static class WeatherName { method getFrom (line 262) | public String getFrom() { method getName (line 266) | public String getName() { method getTo (line 270) | public String getTo() { method setFrom (line 274) | public void setFrom(String paramString) { method setName (line 278) | public void setName(String paramString) { method setTo (line 282) | public void setTo(String paramString) { FILE: WayHoo/src/com/way/weather/plugin/util/Constants.java class Constants (line 3) | public class Constants { FILE: WayHoo/src/com/way/weather/plugin/util/NetUtil.java class NetUtil (line 7) | public class NetUtil { method getNetworkState (line 12) | public static int getNetworkState(Context context) { FILE: WayHoo/src/com/way/yahoo/AboutActivity.java class AboutActivity (line 15) | public class AboutActivity extends SwipeBackActivity { method onCreate (line 17) | @Override FILE: WayHoo/src/com/way/yahoo/App.java class App (line 10) | public class App extends Application { method getVolleyRequestQueue (line 14) | public static synchronized RequestQueue getVolleyRequestQueue() { method getApplication (line 20) | public static synchronized App getApplication() { method onCreate (line 24) | @Override FILE: WayHoo/src/com/way/yahoo/BaseActivity.java class BaseActivity (line 23) | public class BaseActivity extends SwipeBackActivity { method onCreate (line 29) | @Override method initDatas (line 35) | private void initDatas() { method onResume (line 40) | @Override method getTmpCities (line 45) | protected List getTmpCities() { method startLocation (line 51) | protected void startLocation(LocationListener cityNameStatus) { method stopLocation (line 63) | protected void stopLocation() { method getLocationCityFromDB (line 68) | protected City getLocationCityFromDB(String name) { method addOrUpdateLocationCity (line 79) | protected void addOrUpdateLocationCity(City city) { FILE: WayHoo/src/com/way/yahoo/FeedBackActivity.java class FeedBackActivity (line 16) | public class FeedBackActivity extends SwipeBackActivity { method onCreate (line 20) | @Override FILE: WayHoo/src/com/way/yahoo/MainActivity.java class MainActivity (line 49) | public class MainActivity extends BaseActivity implements OnClickListener, method onCreate (line 73) | @Override method onBackPressed (line 86) | @Override method initViews (line 100) | private void initViews() { method onResume (line 125) | @Override method onPause (line 140) | @Override method visibleAddCityBtn (line 148) | private void visibleAddCityBtn() { method updateUI (line 156) | private void updateUI() { method onClick (line 191) | @Override method shareTo (line 210) | private void shareTo() { method onPageScrollStateChanged (line 301) | @Override method onPageScrolled (line 306) | @Override method onPageSelected (line 313) | @Override method initMenuDrawer (line 331) | private void initMenuDrawer() { method changeBlurImageViewAlpha (line 375) | private void changeBlurImageViewAlpha(float slideOffset) { method setBlurImage (line 387) | private void setBlurImage() { method onItemClick (line 405) | @Override method onMenuItemClicked (line 416) | protected void onMenuItemClicked(int position, Item item) { FILE: WayHoo/src/com/way/yahoo/ManagerCityActivity.java class ManagerCityActivity (line 36) | public class ManagerCityActivity extends BaseActivity implements method onCreate (line 48) | @Override method onPause (line 56) | @Override method onStop (line 64) | @Override method initViews (line 70) | private void initViews() { method onClick (line 92) | @Override method updateRefreshMode (line 113) | private void updateRefreshMode(boolean isRefresh) { method onReordering (line 139) | @Override method beginRecordering (line 147) | @Override method changeEditMode (line 157) | private void changeEditMode() { method changeSortIndex (line 174) | private void changeSortIndex() { method deleteCityFromTable (line 185) | private void deleteCityFromTable(int position) { method onActivityResult (line 198) | @Override method updateUI (line 219) | private void updateUI(boolean isAdd) { method updateBtnStates (line 231) | private void updateBtnStates() { class CityGridAdapter (line 237) | private class CityGridAdapter extends BaseAdapter { method CityGridAdapter (line 243) | public CityGridAdapter() { method setRefreshingIndex (line 248) | public void setRefreshingIndex(int position) { method isEditMode (line 254) | public boolean isEditMode() { method notifyDataSetChanged (line 258) | @Override method changeEditMode (line 272) | public void changeEditMode() { method reorder (line 278) | public void reorder(int from, int to) { method getCount (line 288) | @Override method getItem (line 293) | @Override method getItemId (line 298) | @Override method getItemViewType (line 303) | @Override method getViewTypeCount (line 311) | @Override method getView (line 316) | @Override method bindViewData (line 349) | private void bindViewData(ViewHolder holder, final int position) { method buildHolder (line 437) | private ViewHolder buildHolder(View convertView) { class ViewHolder (line 455) | private static class ViewHolder { method getWeather (line 465) | private void getWeather(City city) { method save2Database (line 505) | protected void save2Database(String postID, String response, method getPubTime (line 521) | private long getPubTime(String postID) { method getAllWeather (line 534) | private void getAllWeather() { FILE: WayHoo/src/com/way/yahoo/QueryCityActivity.java class QueryCityActivity (line 43) | public class QueryCityActivity extends BaseActivity implements OnClickLi... method onCreate (line 61) | @Override method onResume (line 70) | @Override method initViews (line 76) | private void initViews() { method formatBigMessage (line 112) | public CharSequence formatBigMessage(String city) { method getCityName (line 130) | private String getCityName() { method initDatas (line 141) | private void initDatas() { method onItemClick (line 154) | @Override method addToTmpCityTable (line 173) | private void addToTmpCityTable(City city) { method onClick (line 196) | @Override method onStop (line 217) | @Override method stopLocation (line 223) | @Override method onBackPressed (line 229) | @Override method enoughToFilter (line 239) | public boolean enoughToFilter() { method doBeforeTextChanged (line 243) | private void doBeforeTextChanged() { method doAfterTextChanged (line 249) | private void doAfterTextChanged() { method beforeTextChanged (line 267) | @Override method onTextChanged (line 273) | @Override method afterTextChanged (line 283) | @Override method onCountDownFinished (line 290) | @Override method detecting (line 300) | @Override method succeed (line 306) | @Override method failed (line 327) | @Override method showCountDownView (line 335) | private void showCountDownView() { method dismissCountDownView (line 346) | private void dismissCountDownView() { class HotCityAdapter (line 351) | private class HotCityAdapter extends BaseAdapter { method getCount (line 353) | @Override method getItem (line 358) | @Override method getItemId (line 363) | @Override method getView (line 368) | @Override class ViewHoler (line 396) | static class ViewHoler { FILE: WayHoo/src/com/way/yahoo/SplashActivity.java class SplashActivity (line 11) | public class SplashActivity extends Activity { method onCreate (line 16) | @Override method onBackPressed (line 32) | @Override method onDestroy (line 36) | @Override method handleMessage (line 44) | public void handleMessage(android.os.Message msg) { FILE: WayHoo/src/net/simonvt/menudrawer/BuildLayerFrameLayout.java class BuildLayerFrameLayout (line 13) | class BuildLayerFrameLayout extends FrameLayout { method BuildLayerFrameLayout (line 23) | public BuildLayerFrameLayout(Context context) { method BuildLayerFrameLayout (line 30) | public BuildLayerFrameLayout(Context context, AttributeSet attrs) { method BuildLayerFrameLayout (line 37) | public BuildLayerFrameLayout(Context context, AttributeSet attrs, int ... method setHardwareLayersEnabled (line 44) | void setHardwareLayersEnabled(boolean enabled) { method onAttachedToWindow (line 48) | @Override method onDetachedFromWindow (line 54) | @Override method onSizeChanged (line 60) | @Override method dispatchDraw (line 75) | @Override FILE: WayHoo/src/net/simonvt/menudrawer/ColorDrawable.java class ColorDrawable (line 34) | class ColorDrawable extends Drawable { method ColorDrawable (line 40) | public ColorDrawable() { method ColorDrawable (line 49) | public ColorDrawable(int color) { method ColorDrawable (line 54) | private ColorDrawable(ColorState state) { method getChangingConfigurations (line 58) | @Override method draw (line 63) | @Override method getColor (line 76) | public int getColor() { method setColor (line 86) | public void setColor(int color) { method getAlpha (line 98) | public int getAlpha() { method setAlpha (line 107) | public void setAlpha(int alpha) { method setColorFilter (line 123) | public void setColorFilter(ColorFilter colorFilter) { method getOpacity (line 126) | public int getOpacity() { method getConstantState (line 136) | @Override class ColorState (line 142) | static final class ColorState extends ConstantState { method ColorState (line 148) | ColorState(ColorState state) { method newDrawable (line 155) | @Override method newDrawable (line 160) | @Override method getChangingConfigurations (line 165) | @Override FILE: WayHoo/src/net/simonvt/menudrawer/DraggableDrawer.java class DraggableDrawer (line 17) | public abstract class DraggableDrawer extends MenuDrawer { method run (line 65) | @Override method run (line 75) | @Override method DraggableDrawer (line 158) | DraggableDrawer(Activity activity, int dragMode) { method DraggableDrawer (line 162) | public DraggableDrawer(Context context) { method DraggableDrawer (line 166) | public DraggableDrawer(Context context, AttributeSet attrs) { method DraggableDrawer (line 170) | public DraggableDrawer(Context context, AttributeSet attrs, int defSty... method initDrawer (line 174) | @Override method toggleMenu (line 188) | public void toggleMenu(boolean animate) { method isMenuVisible (line 196) | public boolean isMenuVisible() { method setMenuSize (line 200) | public void setMenuSize(final int size) { method setOffsetMenuEnabled (line 209) | public void setOffsetMenuEnabled(boolean offsetMenu) { method getOffsetMenuEnabled (line 217) | public boolean getOffsetMenuEnabled() { method peekDrawer (line 221) | public void peekDrawer() { method peekDrawer (line 225) | public void peekDrawer(long delay) { method peekDrawer (line 229) | public void peekDrawer(final long startDelay, final long delay) { method setHardwareLayerEnabled (line 250) | public void setHardwareLayerEnabled(boolean enabled) { method getTouchMode (line 259) | public int getTouchMode() { method setTouchMode (line 263) | public void setTouchMode(int mode) { method setTouchBezelSize (line 270) | public void setTouchBezelSize(int size) { method getTouchBezelSize (line 274) | public int getTouchBezelSize() { method startLayerTranslation (line 281) | protected void startLayerTranslation() { method stopLayerTranslation (line 293) | protected void stopLayerTranslation() { method endDrag (line 304) | protected void endDrag() { method stopAnimation (line 316) | protected void stopAnimation() { method completeAnimation (line 325) | private void completeAnimation() { method cancelContentTouch (line 333) | protected void cancelContentTouch() { method animateOffsetTo (line 351) | protected void animateOffsetTo(int position, int velocity, boolean ani... method animateOffsetTo (line 377) | protected void animateOffsetTo(int position, int duration) { method postAnimationInvalidate (line 397) | private void postAnimationInvalidate() { method startPeek (line 415) | protected void startPeek() { method initPeekScroller (line 423) | protected abstract void initPeekScroller(); method peekDrawerInvalidate (line 428) | private void peekDrawerInvalidate() { method completePeek (line 455) | private void completePeek() { method endPeek (line 468) | protected void endPeek() { method isCloseEnough (line 475) | protected boolean isCloseEnough() { method canChildrenScroll (line 479) | protected boolean canChildrenScroll(int dx, int dy, int x, int y) { method canChildScrollHorizontally (line 518) | protected boolean canChildScrollHorizontally(View v, boolean checkV, i... method canChildScrollVertically (line 552) | protected boolean canChildScrollVertically(View v, boolean checkV, int... method getXVelocity (line 576) | protected float getXVelocity(VelocityTracker velocityTracker) { method getYVelocity (line 584) | protected float getYVelocity(VelocityTracker velocityTracker) { method supportGetTranslationY (line 592) | private int supportGetTranslationY(View v) { method supportGetTranslationX (line 600) | private int supportGetTranslationX(View v) { method saveState (line 608) | void saveState(Bundle state) { method restoreState (line 613) | public void restoreState(Parcelable in) { FILE: WayHoo/src/net/simonvt/menudrawer/FloatScroller.java class FloatScroller (line 29) | class FloatScroller { method FloatScroller (line 47) | public FloatScroller(Interpolator interpolator) { method isFinished (line 57) | public final boolean isFinished() { method forceFinished (line 66) | public final void forceFinished(boolean finished) { method getDuration (line 75) | public final int getDuration() { method getCurr (line 84) | public final float getCurr() { method getStart (line 93) | public final float getStart() { method getFinal (line 102) | public final float getFinal() { method computeScrollOffset (line 106) | public boolean computeScrollOffset() { method startScroll (line 125) | public void startScroll(float start, float delta, int duration) { method abortAnimation (line 142) | public void abortAnimation() { method extendDuration (line 154) | public void extendDuration(int extend) { method timePassed (line 166) | public int timePassed() { method setFinal (line 170) | public void setFinal(float newVal) { FILE: WayHoo/src/net/simonvt/menudrawer/MenuDrawer.java class MenuDrawer (line 30) | @SuppressLint("NewApi") type OnDrawerStateChangeListener (line 36) | public interface OnDrawerStateChangeListener { method onDrawerStateChange (line 44) | void onDrawerStateChange(int oldState, int newState); method onDrawerSlide (line 52) | void onDrawerSlide(float openRatio, int offsetPixels); type OnInterceptMoveEventListener (line 60) | public interface OnInterceptMoveEventListener { method isViewDraggable (line 71) | boolean isViewDraggable(View v, int delta, int x, int y); type Type (line 74) | public enum Type { method run (line 331) | @Override method attach (line 410) | public static MenuDrawer attach(Activity activity) { method attach (line 421) | public static MenuDrawer attach(Activity activity, Type type) { method attach (line 432) | public static MenuDrawer attach(Activity activity, Position position) { method attach (line 444) | public static MenuDrawer attach(Activity activity, Type type, Position... method attach (line 458) | public static MenuDrawer attach(Activity activity, Type type, Position... method createMenuDrawer (line 481) | private static MenuDrawer createMenuDrawer(Activity activity, int drag... method attachToContent (line 509) | private static void attachToContent(Activity activity, MenuDrawer menu... method attachToDecor (line 523) | private static void attachToDecor(Activity activity, MenuDrawer menuDr... method MenuDrawer (line 533) | MenuDrawer(Activity activity, int dragMode) { method MenuDrawer (line 540) | public MenuDrawer(Context context) { method MenuDrawer (line 544) | public MenuDrawer(Context context, AttributeSet attrs) { method MenuDrawer (line 548) | public MenuDrawer(Context context, AttributeSet attrs, int defStyle) { method initDrawer (line 553) | protected void initDrawer(Context context, AttributeSet attrs, int def... method onFinishInflate (line 618) | @Override method dpToPx (line 639) | protected int dpToPx(int dp) { method isViewDescendant (line 643) | protected boolean isViewDescendant(View v) { method onAttachedToWindow (line 656) | @Override method onDetachedFromWindow (line 662) | @Override method shouldDrawIndicator (line 668) | private boolean shouldDrawIndicator() { method dispatchDraw (line 672) | @Override method drawOverlay (line 688) | protected abstract void drawOverlay(Canvas canvas); method drawDropShadow (line 690) | private void drawDropShadow(Canvas canvas) { method updateDropShadowRect (line 702) | protected void updateDropShadowRect() { method drawIndicator (line 735) | private void drawIndicator(Canvas canvas) { method updateIndicatorClipRect (line 770) | protected void updateIndicatorClipRect() { method setPosition (line 847) | private void setPosition(Position position) { method getPosition (line 852) | protected Position getPosition() { method onRtlPropertiesChanged (line 874) | @Override method setOffsetPixels (line 896) | protected void setOffsetPixels(float offsetPixels) { method onOffsetPixelsChanged (line 923) | protected abstract void onOffsetPixelsChanged(int offsetPixels); method toggleMenu (line 928) | public void toggleMenu() { method toggleMenu (line 937) | public abstract void toggleMenu(boolean animate); method openMenu (line 942) | public void openMenu() { method openMenu (line 951) | public abstract void openMenu(boolean animate); method closeMenu (line 956) | public void closeMenu() { method closeMenu (line 965) | public abstract void closeMenu(boolean animate); method isMenuVisible (line 972) | public abstract boolean isMenuVisible(); method setMenuSize (line 979) | public abstract void setMenuSize(int size); method getMenuSize (line 986) | public int getMenuSize() { method setActiveView (line 996) | public void setActiveView(View v) { method setActiveView (line 1008) | public void setActiveView(View v, int position) { method setAllowIndicatorAnimation (line 1025) | public void setAllowIndicatorAnimation(boolean animate) { method getAllowIndicatorAnimation (line 1037) | public boolean getAllowIndicatorAnimation() { method onScrollChanged (line 1045) | @Override method startAnimatingIndicator (line 1061) | private void startAnimatingIndicator() { method getIndicatorStartPos (line 1074) | private int getIndicatorStartPos() { method updateTouchAreaSize (line 1090) | protected void updateTouchAreaSize() { method animateIndicatorInvalidate (line 1103) | private void animateIndicatorInvalidate() { method completeAnimatingIndicator (line 1120) | private void completeAnimatingIndicator() { method setOffsetMenuEnabled (line 1131) | public abstract void setOffsetMenuEnabled(boolean offsetMenu); method getOffsetMenuEnabled (line 1138) | public abstract boolean getOffsetMenuEnabled(); method getDrawerState (line 1145) | public int getDrawerState() { method setOnDrawerStateChangeListener (line 1154) | public void setOnDrawerStateChangeListener(OnDrawerStateChangeListener... method setOnInterceptMoveEventListener (line 1163) | public void setOnInterceptMoveEventListener(OnInterceptMoveEventListen... method setDropShadowEnabled (line 1172) | public void setDropShadowEnabled(boolean enabled) { method getDropShadowOrientation (line 1177) | protected GradientDrawable.Orientation getDropShadowOrientation() { method setDropShadowColor (line 1199) | public void setDropShadowColor(int color) { method setDropShadow (line 1216) | public void setDropShadow(Drawable drawable) { method setDropShadow (line 1227) | public void setDropShadow(int resId) { method getDropShadow (line 1234) | public Drawable getDropShadow() { method setDropShadowSize (line 1243) | public void setDropShadowSize(int size) { method peekDrawer (line 1251) | public abstract void peekDrawer(); method peekDrawer (line 1259) | public abstract void peekDrawer(long delay); method peekDrawer (line 1268) | public abstract void peekDrawer(long startDelay, long delay); method setHardwareLayerEnabled (line 1275) | public abstract void setHardwareLayerEnabled(boolean enabled); method setMaxAnimationDuration (line 1282) | public void setMaxAnimationDuration(int duration) { method setDrawOverlay (line 1291) | public void setDrawOverlay(boolean drawOverlay) { method getDrawOverlay (line 1300) | public boolean getDrawOverlay() { method updateUpContentDescription (line 1304) | protected void updateUpContentDescription() { method setSlideDrawable (line 1317) | public void setSlideDrawable(int drawableRes) { method setSlideDrawable (line 1326) | public void setSlideDrawable(Drawable drawable) { method setupUpIndicator (line 1345) | public void setupUpIndicator(Activity activity) { method setDrawerIndicatorEnabled (line 1363) | public void setDrawerIndicatorEnabled(boolean enabled) { method isDrawerIndicatorEnabled (line 1382) | public boolean isDrawerIndicatorEnabled() { method getMenuContainer (line 1391) | public ViewGroup getMenuContainer() { method getContentContainer (line 1400) | public ViewGroup getContentContainer() { method setMenuView (line 1413) | public void setMenuView(int layoutResId) { method setMenuView (line 1424) | public void setMenuView(View view) { method setMenuView (line 1434) | public void setMenuView(View view, LayoutParams params) { method getMenuView (line 1445) | public View getMenuView() { method setContentView (line 1454) | public void setContentView(int layoutResId) { method setContentView (line 1472) | public void setContentView(View view) { method setContentView (line 1482) | public void setContentView(View view, LayoutParams params) { method setDrawerState (line 1495) | protected void setDrawerState(int state) { method logDrawerState (line 1504) | protected void logDrawerState(int state) { method getTouchMode (line 1534) | public abstract int getTouchMode(); method setTouchMode (line 1542) | public abstract void setTouchMode(int mode); method setTouchBezelSize (line 1549) | public abstract void setTouchBezelSize(int size); method getTouchBezelSize (line 1554) | public abstract int getTouchBezelSize(); method postOnAnimation (line 1556) | @Override method fitSystemWindows (line 1565) | @Override method dispatchOnDrawerSlide (line 1573) | protected void dispatchOnDrawerSlide(float openRatio, int offsetPixels) { method saveState (line 1584) | public final Parcelable saveState() { method saveState (line 1590) | void saveState(Bundle state) { method restoreState (line 1599) | public void restoreState(Parcelable in) { method onSaveInstanceState (line 1603) | @Override method onRestoreInstanceState (line 1615) | @Override class SavedState (line 1623) | static class SavedState extends BaseSavedState { method SavedState (line 1627) | public SavedState(Parcelable superState) { method SavedState (line 1631) | public SavedState(Parcel in) { method writeToParcel (line 1636) | @Override method createFromParcel (line 1644) | @Override method newArray (line 1649) | @Override FILE: WayHoo/src/net/simonvt/menudrawer/NoClickThroughFrameLayout.java class NoClickThroughFrameLayout (line 10) | class NoClickThroughFrameLayout extends BuildLayerFrameLayout { method NoClickThroughFrameLayout (line 12) | public NoClickThroughFrameLayout(Context context) { method NoClickThroughFrameLayout (line 16) | public NoClickThroughFrameLayout(Context context, AttributeSet attrs) { method NoClickThroughFrameLayout (line 20) | public NoClickThroughFrameLayout(Context context, AttributeSet attrs, ... method onTouchEvent (line 24) | @Override FILE: WayHoo/src/net/simonvt/menudrawer/OverlayDrawer.java class OverlayDrawer (line 12) | public class OverlayDrawer extends DraggableDrawer { method run (line 19) | @Override method OverlayDrawer (line 37) | OverlayDrawer(Activity activity, int dragMode) { method OverlayDrawer (line 41) | public OverlayDrawer(Context context) { method OverlayDrawer (line 45) | public OverlayDrawer(Context context, AttributeSet attrs) { method OverlayDrawer (line 49) | public OverlayDrawer(Context context, AttributeSet attrs, int defStyle) { method initDrawer (line 53) | @Override method drawOverlay (line 65) | @Override method openMenu (line 94) | @Override method closeMenu (line 112) | @Override method onOffsetPixelsChanged (line 117) | @Override method initPeekScroller (line 160) | @Override method onSizeChanged (line 178) | @Override method getDropShadowOrientation (line 184) | @Override method updateDropShadowRect (line 201) | @Override method startLayerTranslation (line 237) | @Override method stopLayerTranslation (line 245) | @Override method onLayout (line 253) | @Override method onMeasure (line 303) | @Override method isContentTouch (line 342) | private boolean isContentTouch(int x, int y) { method onDownAllowDrag (line 366) | protected boolean onDownAllowDrag(int x, int y) { method onMoveAllowDrag (line 392) | protected boolean onMoveAllowDrag(int x, int y, float dx, float dy) { method onMoveEvent (line 424) | protected void onMoveEvent(float dx, float dy) { method onUpEvent (line 444) | protected void onUpEvent(int x, int y) { method checkTouchSlop (line 508) | protected boolean checkTouchSlop(float dx, float dy) { method stopAnimation (line 519) | @Override method requestDisallowInterceptTouchEvent (line 525) | @Override method onInterceptTouchEvent (line 535) | public boolean onInterceptTouchEvent(MotionEvent ev) { method onTouchEvent (line 669) | @Override method onPointerUp (line 779) | private void onPointerUp(MotionEvent ev) { FILE: WayHoo/src/net/simonvt/menudrawer/PeekInterpolator.java class PeekInterpolator (line 5) | class PeekInterpolator implements Interpolator { method getInterpolation (line 11) | @Override FILE: WayHoo/src/net/simonvt/menudrawer/Position.java type Position (line 8) | public enum Position { method Position (line 35) | Position(int value) { method fromValue (line 47) | public static Position fromValue(int value) { FILE: WayHoo/src/net/simonvt/menudrawer/Scroller.java class Scroller (line 35) | class Scroller { method Scroller (line 107) | public Scroller(Context context) { method Scroller (line 116) | public Scroller(Context context, Interpolator interpolator) { method Scroller (line 126) | public Scroller(Context context, Interpolator interpolator, boolean fl... method setFriction (line 141) | public final void setFriction(float friction) { method computeDeceleration (line 145) | private float computeDeceleration(float friction) { method isFinished (line 158) | public final boolean isFinished() { method forceFinished (line 167) | public final void forceFinished(boolean finished) { method getDuration (line 176) | public final int getDuration() { method getCurrX (line 185) | public final int getCurrX() { method getCurrY (line 194) | public final int getCurrY() { method getCurrVelocity (line 204) | public float getCurrVelocity() { method getStartX (line 213) | public final int getStartX() { method getStartY (line 222) | public final int getStartY() { method getFinalX (line 231) | public final int getFinalX() { method getFinalY (line 240) | public final int getFinalY() { method computeScrollOffset (line 249) | public boolean computeScrollOffset() { method startScroll (line 316) | public void startScroll(int startX, int startY, int dx, int dy) { method startScroll (line 333) | public void startScroll(int startX, int startY, int dx, int dy, int du... method fling (line 366) | public void fling(int startX, int startY, int velocityX, int velocityY, method viscousFluid (line 422) | static float viscousFluid(float x) { method abortAnimation (line 442) | public void abortAnimation() { method extendDuration (line 456) | public void extendDuration(int extend) { method timePassed (line 468) | public int timePassed() { method setFinalX (line 479) | public void setFinalX(int newX) { method setFinalY (line 492) | public void setFinalY(int newY) { method isScrollingInDirection (line 501) | public boolean isScrollingInDirection(float xvel, float yvel) { FILE: WayHoo/src/net/simonvt/menudrawer/SinusoidalInterpolator.java class SinusoidalInterpolator (line 9) | class SinusoidalInterpolator implements Interpolator { method getInterpolation (line 11) | @Override FILE: WayHoo/src/net/simonvt/menudrawer/SlideDrawable.java class SlideDrawable (line 10) | public class SlideDrawable extends Drawable implements Drawable.Callback { method SlideDrawable (line 19) | public SlideDrawable(Drawable wrapped) { method setOffset (line 23) | public void setOffset(float offset) { method getOffset (line 28) | public float getOffset() { method setIsRtl (line 32) | void setIsRtl(boolean isRtl) { method draw (line 37) | @Override method setChangingConfigurations (line 50) | @Override method getChangingConfigurations (line 55) | @Override method setDither (line 60) | @Override method setFilterBitmap (line 65) | @Override method setAlpha (line 70) | @Override method setColorFilter (line 75) | @Override method setColorFilter (line 80) | @Override method clearColorFilter (line 85) | @Override method isStateful (line 90) | @Override method setState (line 95) | @Override method getState (line 100) | @Override method getCurrent (line 105) | @Override method setVisible (line 110) | @Override method getOpacity (line 115) | @Override method getTransparentRegion (line 120) | @Override method onStateChange (line 125) | @Override method onBoundsChange (line 131) | @Override method getIntrinsicWidth (line 137) | @Override method getIntrinsicHeight (line 142) | @Override method getMinimumWidth (line 147) | @Override method getMinimumHeight (line 152) | @Override method getPadding (line 157) | @Override method getConstantState (line 162) | @Override method invalidateDrawable (line 167) | @Override method scheduleDrawable (line 174) | @Override method unscheduleDrawable (line 181) | @Override FILE: WayHoo/src/net/simonvt/menudrawer/SlidingDrawer.java class SlidingDrawer (line 10) | public class SlidingDrawer extends DraggableDrawer { method SlidingDrawer (line 14) | SlidingDrawer(Activity activity, int dragMode) { method SlidingDrawer (line 18) | public SlidingDrawer(Context context) { method SlidingDrawer (line 22) | public SlidingDrawer(Context context, AttributeSet attrs) { method SlidingDrawer (line 26) | public SlidingDrawer(Context context, AttributeSet attrs, int defStyle) { method initDrawer (line 30) | @Override method openMenu (line 37) | @Override method closeMenu (line 55) | @Override method onOffsetPixelsChanged (line 60) | @Override method initPeekScroller (line 90) | @Override method onSizeChanged (line 108) | @Override method drawOverlay (line 114) | @Override method onLayout (line 143) | @Override method offsetMenu (line 183) | private void offsetMenu(int offsetPixels) { method onMeasure (line 264) | @Override method isContentTouch (line 303) | private boolean isContentTouch(int x, int y) { method onDownAllowDrag (line 327) | protected boolean onDownAllowDrag(int x, int y) { method onMoveAllowDrag (line 353) | protected boolean onMoveAllowDrag(int x, int y, float dx, float dy) { method onMoveEvent (line 377) | protected void onMoveEvent(float dx, float dy) { method onUpEvent (line 397) | protected void onUpEvent(int x, int y) { method checkTouchSlop (line 461) | protected boolean checkTouchSlop(float dx, float dy) { method onInterceptTouchEvent (line 472) | public boolean onInterceptTouchEvent(MotionEvent ev) { method onTouchEvent (line 593) | @Override method onPointerUp (line 695) | private void onPointerUp(MotionEvent ev) { FILE: WayHoo/src/net/simonvt/menudrawer/SmoothInterpolator.java class SmoothInterpolator (line 5) | class SmoothInterpolator implements Interpolator { method getInterpolation (line 7) | @Override FILE: WayHoo/src/net/simonvt/menudrawer/StaticDrawer.java class StaticDrawer (line 9) | public class StaticDrawer extends MenuDrawer { method StaticDrawer (line 11) | public StaticDrawer(Context context) { method StaticDrawer (line 15) | public StaticDrawer(Context context, AttributeSet attrs) { method StaticDrawer (line 19) | public StaticDrawer(Context context, AttributeSet attrs, int defStyle) { method initDrawer (line 23) | @Override method drawOverlay (line 32) | @Override method onOffsetPixelsChanged (line 37) | @Override method onLayout (line 42) | @Override method onMeasure (line 70) | @Override method toggleMenu (line 117) | @Override method openMenu (line 122) | @Override method closeMenu (line 127) | @Override method isMenuVisible (line 132) | @Override method setMenuSize (line 137) | @Override method setOffsetMenuEnabled (line 144) | @Override method getOffsetMenuEnabled (line 149) | @Override method peekDrawer (line 154) | @Override method peekDrawer (line 159) | @Override method peekDrawer (line 164) | @Override method setHardwareLayerEnabled (line 169) | @Override method getTouchMode (line 174) | @Override method setTouchMode (line 179) | @Override method setTouchBezelSize (line 184) | @Override method getTouchBezelSize (line 189) | @Override method setSlideDrawable (line 194) | @Override method setSlideDrawable (line 199) | @Override method setupUpIndicator (line 204) | @Override method setDrawerIndicatorEnabled (line 209) | @Override method isDrawerIndicatorEnabled (line 214) | @Override FILE: WayHoo/src/net/simonvt/menudrawer/ViewHelper.java class ViewHelper (line 6) | final class ViewHelper { method ViewHelper (line 8) | private ViewHelper() { method getLeft (line 11) | public static int getLeft(View v) { method getTop (line 19) | public static int getTop(View v) { method getRight (line 27) | public static int getRight(View v) { method getBottom (line 35) | public static int getBottom(View v) { method getLayoutDirection (line 43) | public static int getLayoutDirection(View v) { FILE: WayHoo/src/net/simonvt/menudrawer/compat/ActionBarHelper.java class ActionBarHelper (line 10) | public final class ActionBarHelper { method ActionBarHelper (line 22) | public ActionBarHelper(Activity activity) { method getIndicatorInfo (line 40) | private Object getIndicatorInfo() { method setActionBarUpIndicator (line 50) | public void setActionBarUpIndicator(Drawable drawable, int contentDesc) { method setActionBarDescription (line 58) | public void setActionBarDescription(int contentDesc) { method getThemeUpIndicator (line 66) | public Drawable getThemeUpIndicator() { method setDisplayShowHomeAsUpEnabled (line 76) | public void setDisplayShowHomeAsUpEnabled(boolean enabled) { FILE: WayHoo/src/net/simonvt/menudrawer/compat/ActionBarHelperCompat.java class ActionBarHelperCompat (line 12) | final class ActionBarHelperCompat { method ActionBarHelperCompat (line 16) | private ActionBarHelperCompat() { method setActionBarUpIndicator (line 19) | public static void setActionBarUpIndicator(Object info, Activity activ... method setActionBarDescription (line 28) | public static void setActionBarDescription(Object info, Activity activ... method getThemeUpIndicator (line 36) | public static Drawable getThemeUpIndicator(Object info) { method getIndicatorInfo (line 44) | public static Object getIndicatorInfo(Activity activity) { method setDisplayHomeAsUpEnabled (line 48) | public static void setDisplayHomeAsUpEnabled(Object info, boolean enab... class SetIndicatorInfo (line 61) | private static class SetIndicatorInfo { method SetIndicatorInfo (line 67) | SetIndicatorInfo(Activity activity) { FILE: WayHoo/src/net/simonvt/menudrawer/compat/ActionBarHelperNative.java class ActionBarHelperNative (line 15) | @SuppressLint("NewApi") method ActionBarHelperNative (line 20) | private ActionBarHelperNative() { method setActionBarUpIndicator (line 27) | public static void setActionBarUpIndicator(Object info, Activity activ... method setActionBarDescription (line 45) | public static void setActionBarDescription(Object info, Activity activ... method getThemeUpIndicator (line 57) | public static Drawable getThemeUpIndicator(Object info, Activity activ... method getIndicatorInfo (line 64) | public static Object getIndicatorInfo(Activity activity) { method setDisplayHomeAsUpEnabled (line 68) | public static void setDisplayHomeAsUpEnabled(Activity activity, boolea... class SetIndicatorInfo (line 75) | private static class SetIndicatorInfo { method SetIndicatorInfo (line 81) | SetIndicatorInfo(Activity activity) {