SYMBOL INDEX (4537 symbols across 411 files) FILE: AgoraDemo/src/androidTest/java/io/agora/demo/agora/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: AgoraDemo/src/main/java/io/agora/demo/agora/AgoraApplication.java class AgoraApplication (line 14) | public class AgoraApplication extends Application { method onCreate (line 19) | @Override method setRtcEngine (line 32) | public void setRtcEngine(String vendorKey){ method getRtcEngine (line 39) | public RtcEngine getRtcEngine(){ method setEngineEventHandlerActivity (line 44) | public void setEngineEventHandlerActivity(BaseEngineEventHandlerActivi... FILE: AgoraDemo/src/main/java/io/agora/demo/agora/BaseActivity.java class BaseActivity (line 15) | public class BaseActivity extends FragmentActivity{ method onCreate (line 18) | @Override method onPause (line 23) | protected void onPause() { method onResume (line 27) | protected void onResume() { method onClick (line 34) | @Override method getViewClickListener (line 41) | public View.OnClickListener getViewClickListener(){ method onUserInteraction (line 49) | public void onUserInteraction(View view){ method log (line 53) | public void log(Object obj) { FILE: AgoraDemo/src/main/java/io/agora/demo/agora/BaseEngineEventHandlerActivity.java class BaseEngineEventHandlerActivity (line 12) | public class BaseEngineEventHandlerActivity extends BaseActivity { method onJoinChannelSuccess (line 15) | public void onJoinChannelSuccess(String channel, int uid, int elapsed) { method onRejoinChannelSuccess (line 18) | public void onRejoinChannelSuccess(String channel, int uid, int elapse... method onError (line 21) | public void onError(int err) { method onCameraReady (line 24) | public void onCameraReady() { method onAudioQuality (line 27) | public void onAudioQuality(int uid, int quality, short delay, short lo... method onAudioTransportQuality (line 30) | public void onAudioTransportQuality(int uid, short delay, short lost) { method onVideoTransportQuality (line 33) | public void onVideoTransportQuality(int uid, short delay, short lost) { method onLeaveChannel (line 36) | public void onLeaveChannel(IRtcEngineEventHandler.RtcStats stats) { method onUpdateSessionStats (line 39) | public void onUpdateSessionStats(IRtcEngineEventHandler.RtcStats stats) { method onRecap (line 42) | public void onRecap(byte[] recap) { method onAudioVolumeIndication (line 45) | public void onAudioVolumeIndication(IRtcEngineEventHandler.AudioVolume... method onNetworkQuality (line 48) | public void onNetworkQuality(int quality) { method onUserJoined (line 51) | public void onUserJoined(int uid, int elapsed) { method onUserOffline (line 54) | public void onUserOffline(int uid) { method onUserMuteAudio (line 57) | public void onUserMuteAudio(int uid, boolean muted) { method onUserMuteVideo (line 60) | public void onUserMuteVideo(int uid, boolean muted) { method onAudioRecorderException (line 63) | public void onAudioRecorderException(int nLastTimeStamp) { method onRemoteVideoStat (line 66) | public void onRemoteVideoStat(int uid, int frameCount, int delay, int ... method onLocalVideoStat (line 69) | public void onLocalVideoStat(int sentBytes, int sentFrames) { method onFirstRemoteVideoFrame (line 72) | public void onFirstRemoteVideoFrame(int uid, int width, int height, in... method onFirstLocalVideoFrame (line 75) | public void onFirstLocalVideoFrame(int width, int height, int elapsed) { method onFirstRemoteVideoDecoded (line 78) | public void onFirstRemoteVideoDecoded(int uid, int width, int height, ... method onConnectionLost (line 81) | public void onConnectionLost() { method onMediaEngineEvent (line 84) | public void onMediaEngineEvent(int code) { FILE: AgoraDemo/src/main/java/io/agora/demo/agora/ChannelActivity.java class ChannelActivity (line 40) | public class ChannelActivity extends BaseEngineEventHandlerActivity { method onCreate (line 71) | @Override method setupChannel (line 109) | void setupChannel() { method setupRtcEngine (line 123) | void setupRtcEngine() { method ensureLocalViewIsCreated (line 143) | void ensureLocalViewIsCreated() { method initViews (line 163) | void initViews() { method setRemoteUserViewVisibility (line 252) | void setRemoteUserViewVisibility(boolean isVisible) { method removeBackgroundOfCallingWrapper (line 260) | void removeBackgroundOfCallingWrapper() { method setupTime (line 265) | void setupTime() { method updateRemoteUserViews (line 296) | void updateRemoteUserViews(int callingType) { method onUserInteraction (line 332) | @Override method onCreateOptionsMenu (line 420) | @Override method onConfigurationChanged (line 425) | @Override method onBackPressed (line 431) | @Override method onUpdateSessionStats (line 446) | public void onUpdateSessionStats(final IRtcEngineEventHandler.RtcStats... method onFirstRemoteVideoDecoded (line 466) | public synchronized void onFirstRemoteVideoDecoded(final int uid, int ... method onUserJoined (line 533) | public synchronized void onUserJoined(final int uid, int elapsed) { method onUserOffline (line 575) | public void onUserOffline(final int uid) { method finish (line 607) | @Override method onLeaveChannel (line 617) | @Override method onUserMuteVideo (line 626) | public void onUserMuteVideo(final int uid, final boolean muted) { method onError (line 653) | @Override method humanReadableByteCount (line 717) | public static String humanReadableByteCount(long bytes, boolean si) { method onDestroy (line 725) | @Override FILE: AgoraDemo/src/main/java/io/agora/demo/agora/EntryActivity.java class EntryActivity (line 12) | public class EntryActivity extends BaseActivity { method onCreate (line 14) | @Override method onConfigurationChanged (line 26) | @Override method enterAppWithDelay (line 33) | private void enterAppWithDelay(long delayInMillis){ FILE: AgoraDemo/src/main/java/io/agora/demo/agora/LoginActivity.java class LoginActivity (line 29) | public class LoginActivity extends BaseActivity { method onCreate (line 34) | @Override method initViews (line 48) | private void initViews() { method onUserInteraction (line 63) | @Override method onConfigurationChanged (line 115) | @Override method validateInput (line 122) | boolean validateInput() { class RequestTask (line 150) | class RequestTask extends AsyncTask { method doInBackground (line 155) | @Override method onPostExecute (line 180) | @Override FILE: AgoraDemo/src/main/java/io/agora/demo/agora/MessageHandler.java class MessageHandler (line 8) | public class MessageHandler extends IRtcEngineEventHandler { method onFirstRemoteVideoDecoded (line 13) | @Override method onUserJoined (line 24) | @Override method onUserOffline (line 35) | @Override method onUserMuteVideo (line 46) | @Override method onRtcStats (line 57) | @Override method onLeaveChannel (line 68) | @Override method onError (line 78) | @Override method setActivity (line 87) | public void setActivity(BaseEngineEventHandlerActivity activity) { method getActivity (line 92) | public BaseEngineEventHandlerActivity getActivity(){ FILE: AgoraDemo/src/main/java/io/agora/demo/agora/util/LoggingUtils.java class LoggingUtils (line 25) | public class LoggingUtils { method debug (line 27) | public static void debug (String tag, String msg) { method error (line 35) | public static void error (String tag, String msg) { method warning (line 43) | public static void warning (String tag, String msg) { FILE: AgoraDemo/src/main/java/io/agora/demo/agora/util/NetworkConnectivityUtils.java class NetworkConnectivityUtils (line 20) | public class NetworkConnectivityUtils { method isConnectedToMobile (line 27) | public static boolean isConnectedToMobile (Context context) { method isConnectedToWifi (line 38) | public static boolean isConnectedToWifi (Context context) { method isConnectedToNetwork (line 57) | public static boolean isConnectedToNetwork (Context context) { method NetworkConnectivityUtils (line 67) | private NetworkConnectivityUtils() { FILE: Android-MaterialRefreshLayout-master/src/main/java/com/cjj/android_materialrefreshlayout/AutoRefreshActivity.java class AutoRefreshActivity (line 13) | public class AutoRefreshActivity extends BaseActivity { method onCreate (line 16) | @Override FILE: Android-MaterialRefreshLayout-master/src/main/java/com/cjj/android_materialrefreshlayout/BaseActivity.java class BaseActivity (line 16) | public class BaseActivity extends AppCompatActivity { method onCreate (line 20) | @Override method initToolbar (line 31) | private void initToolbar() { method setContentView (line 38) | @Override method setContentView (line 43) | @Override FILE: Android-MaterialRefreshLayout-master/src/main/java/com/cjj/android_materialrefreshlayout/LoadMoreActivity.java class LoadMoreActivity (line 25) | public class LoadMoreActivity extends BaseActivity { method onCreate (line 28) | @Override method initsToolbar (line 73) | private void initsToolbar() { method onMenuItemClick (line 80) | @Override method onCreateOptionsMenu (line 119) | @Override method setupRecyclerView (line 125) | private void setupRecyclerView(RecyclerView recyclerView) { method getRandomSublist (line 131) | private List getRandomSublist(String[] array, int amount) { class SimpleStringRecyclerViewAdapter (line 140) | public static class SimpleStringRecyclerViewAdapter class ViewHolder (line 144) | public static class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 148) | public ViewHolder(View view) { method SimpleStringRecyclerViewAdapter (line 156) | public SimpleStringRecyclerViewAdapter(Context context) { method onCreateViewHolder (line 160) | @Override method onBindViewHolder (line 167) | @Override method getItemCount (line 177) | @Override FILE: Android-MaterialRefreshLayout-master/src/main/java/com/cjj/android_materialrefreshlayout/OverLayActivity.java class OverLayActivity (line 13) | public class OverLayActivity extends BaseActivity { method onCreate (line 17) | @Override FILE: Android-MaterialRefreshLayout-master/src/main/java/com/cjj/android_materialrefreshlayout/ScrollViewActivity.java class ScrollViewActivity (line 14) | public class ScrollViewActivity extends BaseActivity implements View.OnC... method onCreate (line 16) | @Override method onClick (line 43) | @Override FILE: Android-MaterialRefreshLayout-master/src/main/java/com/cjj/android_materialrefreshlayout/SimpleActivity.java class SimpleActivity (line 27) | public class SimpleActivity extends BaseActivity { method onCreate (line 31) | @Override method initsToolbar (line 63) | private void initsToolbar() { method onCreateOptionsMenu (line 69) | @Override method setupRecyclerView (line 75) | private void setupRecyclerView(RecyclerView recyclerView) { method getRandomSublist (line 81) | private List getRandomSublist(String[] array, int amount) { class SimpleStringRecyclerViewAdapter (line 90) | public static class SimpleStringRecyclerViewAdapter class ViewHolder (line 94) | public static class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 98) | public ViewHolder(View view) { method SimpleStringRecyclerViewAdapter (line 106) | public SimpleStringRecyclerViewAdapter(Context context) { method onCreateViewHolder (line 110) | @Override method onBindViewHolder (line 117) | @Override method getItemCount (line 127) | @Override FILE: Android-MaterialRefreshLayout-master/src/main/java/com/cjj/android_materialrefreshlayout/SunActivity.java class SunActivity (line 13) | public class SunActivity extends BaseActivity{ method onCreate (line 17) | @Override FILE: Android-MaterialRefreshLayout-master/src/main/java/com/cjj/android_materialrefreshlayout/SwipeRefreshLayoutActivity.java class SwipeRefreshLayoutActivity (line 6) | public class SwipeRefreshLayoutActivity { FILE: Android-MaterialRefreshLayout-master/src/main/java/com/cjj/android_materialrefreshlayout/WaveActivity.java class WaveActivity (line 28) | public class WaveActivity extends BaseActivity { method onCreate (line 31) | @Override method initsToolbar (line 67) | private void initsToolbar() { method onCreateOptionsMenu (line 73) | @Override method setupRecyclerView (line 79) | private void setupRecyclerView(RecyclerView recyclerView) { method getRandomSublist (line 85) | private List getRandomSublist(String[] array, int amount) { class SimpleStringRecyclerViewAdapter (line 94) | public static class SimpleStringRecyclerViewAdapter class ViewHolder (line 98) | public static class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 102) | public ViewHolder(View view) { method SimpleStringRecyclerViewAdapter (line 110) | public SimpleStringRecyclerViewAdapter(Context context) { method onCreateViewHolder (line 114) | @Override method onBindViewHolder (line 121) | @Override method getItemCount (line 131) | @Override FILE: Android应用源码音乐实时跳动频谱显示Demo/src/main/java/com/terry/AudioFx/AudioFxActivity.java class AudioFxActivity (line 9) | public class AudioFxActivity extends Activity method onCreate (line 20) | public void onCreate(Bundle savedInstanceState) method setupVisualizerFxAndUi (line 51) | private void setupVisualizerFxAndUi() method onPause (line 64) | @Override FILE: Android应用源码音乐实时跳动频谱显示Demo/src/main/java/com/terry/AudioFx/BaseVisualizerView.java class BaseVisualizerView (line 13) | public class BaseVisualizerView extends View implements Visualizer.OnDat... method BaseVisualizerView (line 56) | public BaseVisualizerView(Context context) { method initView (line 62) | private void initView() { method BaseVisualizerView (line 71) | public BaseVisualizerView(Context context, AttributeSet attrs) { method onLayout (line 76) | @Override method drawCylinder (line 94) | protected void drawCylinder(Canvas canvas, float x, byte value) { method onDraw (line 102) | @Override method setVisualizer (line 113) | public void setVisualizer(Visualizer visualizer) { method onFftDataCapture (line 131) | @Override method onWaveFormDataCapture (line 164) | @Override method enableDataProcess (line 174) | public void enableDataProcess(boolean en) { FILE: EventBus/src/org/greenrobot/eventbus/AsyncPoster.java class AsyncPoster (line 24) | class AsyncPoster implements Runnable { method AsyncPoster (line 29) | AsyncPoster(EventBus eventBus) { method enqueue (line 34) | public void enqueue(Subscription subscription, Object event) { method run (line 40) | @Override FILE: EventBus/src/org/greenrobot/eventbus/BackgroundPoster.java class BackgroundPoster (line 25) | final class BackgroundPoster implements Runnable { method BackgroundPoster (line 32) | BackgroundPoster(EventBus eventBus) { method enqueue (line 37) | public void enqueue(Subscription subscription, Object event) { method run (line 48) | @Override FILE: EventBus/src/org/greenrobot/eventbus/EventBus.java class EventBus (line 41) | public class EventBus { method initialValue (line 56) | @Override method getDefault (line 78) | public static EventBus getDefault() { method builder (line 89) | public static EventBusBuilder builder() { method clearCaches (line 94) | public static void clearCaches() { method EventBus (line 103) | public EventBus() { method EventBus (line 107) | EventBus(EventBusBuilder builder) { method register (line 134) | public void register(Object subscriber) { method subscribe (line 145) | private void subscribe(Object subscriber, SubscriberMethod subscriberM... method checkPostStickyEventToSubscription (line 195) | private void checkPostStickyEventToSubscription(Subscription newSubscr... method isRegistered (line 203) | public synchronized boolean isRegistered(Object subscriber) { method unsubscribeByEventType (line 208) | private void unsubscribeByEventType(Object subscriber, Class eventT... method unregister (line 225) | public synchronized void unregister(Object subscriber) { method post (line 238) | public void post(Object event) { method cancelEventDelivery (line 267) | public void cancelEventDelivery(Object event) { method postSticky (line 287) | public void postSticky(Object event) { method getStickyEvent (line 300) | public T getStickyEvent(Class eventType) { method removeStickyEvent (line 311) | public T removeStickyEvent(Class eventType) { method removeStickyEvent (line 322) | public boolean removeStickyEvent(Object event) { method removeAllStickyEvents (line 338) | public void removeAllStickyEvents() { method hasSubscriberForEvent (line 344) | public boolean hasSubscriberForEvent(Class eventClass) { method postSingleEvent (line 362) | private void postSingleEvent(Object event, PostingThreadState postingS... method postSingleEventForEventType (line 386) | private boolean postSingleEventForEventType(Object event, PostingThrea... method postToSubscription (line 413) | private void postToSubscription(Subscription subscription, Object even... method lookupAllEventTypes (line 441) | private static List> lookupAllEventTypes(Class eventClass) { method addInterfaces (line 459) | static void addInterfaces(List> eventTypes, Class[] interf... method invokeSubscriber (line 474) | void invokeSubscriber(PendingPost pendingPost) { method invokeSubscriber (line 483) | void invokeSubscriber(Subscription subscription, Object event) { method handleSubscriberException (line 493) | private void handleSubscriberException(Subscription subscription, Obje... class PostingThreadState (line 520) | final static class PostingThreadState { method getExecutorService (line 529) | ExecutorService getExecutorService() { type PostCallback (line 534) | interface PostCallback { method onPostCompleted (line 535) | void onPostCompleted(List exceptionEvents); method toString (line 538) | @Override FILE: EventBus/src/org/greenrobot/eventbus/EventBusBuilder.java class EventBusBuilder (line 29) | public class EventBusBuilder { method EventBusBuilder (line 44) | EventBusBuilder() { method logSubscriberExceptions (line 48) | public EventBusBuilder logSubscriberExceptions(boolean logSubscriberEx... method logNoSubscriberMessages (line 54) | public EventBusBuilder logNoSubscriberMessages(boolean logNoSubscriber... method sendSubscriberExceptionEvent (line 60) | public EventBusBuilder sendSubscriberExceptionEvent(boolean sendSubscr... method sendNoSubscriberEvent (line 66) | public EventBusBuilder sendNoSubscriberEvent(boolean sendNoSubscriberE... method throwSubscriberException (line 77) | public EventBusBuilder throwSubscriberException(boolean throwSubscribe... method eventInheritance (line 91) | public EventBusBuilder eventInheritance(boolean eventInheritance) { method executorService (line 101) | public EventBusBuilder executorService(ExecutorService executorService) { method skipMethodVerificationFor (line 111) | public EventBusBuilder skipMethodVerificationFor(Class clazz) { method ignoreGeneratedIndex (line 120) | public EventBusBuilder ignoreGeneratedIndex(boolean ignoreGeneratedInd... method strictMethodVerification (line 126) | public EventBusBuilder strictMethodVerification(boolean strictMethodVe... method addIndex (line 132) | public EventBusBuilder addIndex(SubscriberInfoIndex index) { method installDefaultEventBus (line 146) | public EventBus installDefaultEventBus() { method build (line 158) | public EventBus build() { FILE: EventBus/src/org/greenrobot/eventbus/EventBusException.java class EventBusException (line 24) | public class EventBusException extends RuntimeException { method EventBusException (line 28) | public EventBusException(String detailMessage) { method EventBusException (line 32) | public EventBusException(Throwable throwable) { method EventBusException (line 36) | public EventBusException(String detailMessage, Throwable throwable) { FILE: EventBus/src/org/greenrobot/eventbus/HandlerPoster.java class HandlerPoster (line 23) | final class HandlerPoster extends Handler { method HandlerPoster (line 30) | HandlerPoster(EventBus eventBus, Looper looper, int maxMillisInsideHan... method enqueue (line 37) | void enqueue(Subscription subscription, Object event) { method handleMessage (line 50) | @Override FILE: EventBus/src/org/greenrobot/eventbus/NoSubscriberEvent.java class NoSubscriberEvent (line 23) | public final class NoSubscriberEvent { method NoSubscriberEvent (line 30) | public NoSubscriberEvent(EventBus eventBus, Object originalEvent) { FILE: EventBus/src/org/greenrobot/eventbus/PendingPost.java class PendingPost (line 21) | final class PendingPost { method PendingPost (line 28) | private PendingPost(Object event, Subscription subscription) { method obtainPendingPost (line 33) | static PendingPost obtainPendingPost(Subscription subscription, Object... method releasePendingPost (line 47) | static void releasePendingPost(PendingPost pendingPost) { FILE: EventBus/src/org/greenrobot/eventbus/PendingPostQueue.java class PendingPostQueue (line 19) | final class PendingPostQueue { method enqueue (line 23) | synchronized void enqueue(PendingPost pendingPost) { method poll (line 38) | synchronized PendingPost poll() { method poll (line 49) | synchronized PendingPost poll(int maxMillisToWait) throws InterruptedE... FILE: EventBus/src/org/greenrobot/eventbus/SubscriberExceptionEvent.java class SubscriberExceptionEvent (line 23) | public final class SubscriberExceptionEvent { method SubscriberExceptionEvent (line 36) | public SubscriberExceptionEvent(EventBus eventBus, Throwable throwable... FILE: EventBus/src/org/greenrobot/eventbus/SubscriberMethod.java class SubscriberMethod (line 21) | public class SubscriberMethod { method SubscriberMethod (line 30) | public SubscriberMethod(Method method, Class eventType, ThreadMode ... method equals (line 38) | @Override method checkMethodString (line 53) | private synchronized void checkMethodString() { method hashCode (line 64) | @Override FILE: EventBus/src/org/greenrobot/eventbus/SubscriberMethodFinder.java class SubscriberMethodFinder (line 29) | class SubscriberMethodFinder { method SubscriberMethodFinder (line 48) | SubscriberMethodFinder(List subscriberInfoIndexes... method findSubscriberMethods (line 55) | List findSubscriberMethods(Class subscriberClass) { method findUsingInfo (line 75) | private List findUsingInfo(Class subscriberClass) { method getMethodsAndRelease (line 95) | private List getMethodsAndRelease(FindState findStat... method prepareFindState (line 109) | private FindState prepareFindState() { method getSubscriberInfo (line 122) | private SubscriberInfo getSubscriberInfo(FindState findState) { method findUsingReflection (line 140) | private List findUsingReflection(Class subscriber... method findUsingReflectionInSingleClass (line 150) | private void findUsingReflectionInSingleClass(FindState findState) { method clearCaches (line 187) | static void clearCaches() { class FindState (line 191) | static class FindState { method initForSubscriber (line 202) | void initForSubscriber(Class subscriberClass) { method recycle (line 208) | void recycle() { method checkAdd (line 219) | boolean checkAdd(Method method, Class eventType) { method checkAddWithMethodSignature (line 238) | private boolean checkAddWithMethodSignature(Method method, Class ... method moveToSuperclass (line 256) | void moveToSuperclass() { FILE: EventBus/src/org/greenrobot/eventbus/Subscription.java class Subscription (line 18) | final class Subscription { method Subscription (line 27) | Subscription(Object subscriber, SubscriberMethod subscriberMethod) { method equals (line 33) | @Override method hashCode (line 44) | @Override FILE: EventBus/src/org/greenrobot/eventbus/ThreadMode.java type ThreadMode (line 25) | public enum ThreadMode { FILE: EventBus/src/org/greenrobot/eventbus/meta/AbstractSubscriberInfo.java class AbstractSubscriberInfo (line 25) | public abstract class AbstractSubscriberInfo implements SubscriberInfo { method AbstractSubscriberInfo (line 30) | protected AbstractSubscriberInfo(Class subscriberClass, Class getSubscriberClass(); method getSubscriberMethods (line 24) | SubscriberMethod[] getSubscriberMethods(); method getSuperSubscriberInfo (line 26) | SubscriberInfo getSuperSubscriberInfo(); method shouldCheckSuperclass (line 28) | boolean shouldCheckSuperclass(); FILE: EventBus/src/org/greenrobot/eventbus/meta/SubscriberInfoIndex.java type SubscriberInfoIndex (line 21) | public interface SubscriberInfoIndex { method getSubscriberInfo (line 22) | SubscriberInfo getSubscriberInfo(Class subscriberClass); FILE: EventBus/src/org/greenrobot/eventbus/meta/SubscriberMethodInfo.java class SubscriberMethodInfo (line 20) | public class SubscriberMethodInfo { method SubscriberMethodInfo (line 27) | public SubscriberMethodInfo(String methodName, Class eventType, Thr... method SubscriberMethodInfo (line 36) | public SubscriberMethodInfo(String methodName, Class eventType) { method SubscriberMethodInfo (line 40) | public SubscriberMethodInfo(String methodName, Class eventType, Thr... FILE: EventBus/src/org/greenrobot/eventbus/util/AsyncExecutor.java class AsyncExecutor (line 33) | public class AsyncExecutor { class Builder (line 35) | public static class Builder { method Builder (line 40) | private Builder() { method threadPool (line 43) | public Builder threadPool(Executor threadPool) { method failureEventType (line 48) | public Builder failureEventType(Class failureEventType) { method eventBus (line 53) | public Builder eventBus(EventBus eventBus) { method build (line 58) | public AsyncExecutor build() { method buildForActivityScope (line 62) | public AsyncExecutor buildForActivityScope(Activity activity) { method buildForScope (line 66) | public AsyncExecutor buildForScope(Object executionContext) { type RunnableEx (line 81) | public interface RunnableEx { method run (line 82) | void run() throws Exception; method builder (line 85) | public static Builder builder() { method create (line 89) | public static AsyncExecutor create() { method AsyncExecutor (line 98) | private AsyncExecutor(Executor threadPool, EventBus eventBus, Class... method execute (line 111) | public void execute(final RunnableEx runnable) { FILE: EventBus/src/org/greenrobot/eventbus/util/ErrorDialogConfig.java class ErrorDialogConfig (line 24) | public class ErrorDialogConfig { method ErrorDialogConfig (line 36) | public ErrorDialogConfig(Resources resources, int defaultTitleId, int ... method addMapping (line 43) | public ErrorDialogConfig addMapping(Class clazz, ... method getMessageIdForThrowable (line 48) | public int getMessageIdForThrowable(final Throwable throwable) { method setDefaultDialogIconId (line 58) | public void setDefaultDialogIconId(int defaultDialogIconId) { method setDefaultEventTypeOnDialogClosed (line 62) | public void setDefaultEventTypeOnDialogClosed(Class defaultEventTyp... method disableExceptionLogging (line 66) | public void disableExceptionLogging() { method setTagForLoggingExceptions (line 70) | public void setTagForLoggingExceptions(String tagForLoggingExceptions) { method setEventBus (line 74) | public void setEventBus(EventBus eventBus) { method getEventBus (line 79) | EventBus getEventBus() { FILE: EventBus/src/org/greenrobot/eventbus/util/ErrorDialogFragmentFactory.java class ErrorDialogFragmentFactory (line 28) | public abstract class ErrorDialogFragmentFactory { method ErrorDialogFragmentFactory (line 31) | protected ErrorDialogFragmentFactory(ErrorDialogConfig config) { method prepareErrorFragment (line 38) | protected T prepareErrorFragment(ThrowableFailureEvent event, boolean ... method createErrorFragment (line 73) | protected abstract T createErrorFragment(ThrowableFailureEvent event, ... method getTitleFor (line 76) | protected String getTitleFor(ThrowableFailureEvent event, Bundle argum... method getMessageFor (line 81) | protected String getMessageFor(ThrowableFailureEvent event, Bundle arg... class Support (line 86) | public static class Support extends ErrorDialogFragmentFactory { method ApplicationTest (line 10) | public ApplicationTest() { FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/AutoTinyActivity.java class AutoTinyActivity (line 14) | public class AutoTinyActivity extends AppCompatActivity implements View.... method onCreate (line 18) | @Override method onClick (line 35) | @Override method onOptionsItemSelected (line 47) | @Override FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/AutoTinyListActivity.java class AutoTinyListActivity (line 15) | public class AutoTinyListActivity extends AppCompatActivity { method onCreate (line 20) | @Override method onBackPressed (line 46) | @Override method onPause (line 54) | @Override method onOptionsItemSelected (line 60) | @Override FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/AutoTinyNormalActivity.java class AutoTinyNormalActivity (line 26) | public class AutoTinyNormalActivity extends AppCompatActivity implements... method onCreate (line 30) | @Override method onBackPressed (line 65) | @Override method onPause (line 73) | @Override method onOptionsItemSelected (line 79) | @Override method onScrollStateChanged (line 89) | @Override method onScroll (line 94) | @Override FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/CustomView/JCVideoPlayerStandardAutoComplete.java class JCVideoPlayerStandardAutoComplete (line 12) | public class JCVideoPlayerStandardAutoComplete extends JCVideoPlayerStan... method JCVideoPlayerStandardAutoComplete (line 13) | public JCVideoPlayerStandardAutoComplete(Context context) { method JCVideoPlayerStandardAutoComplete (line 17) | public JCVideoPlayerStandardAutoComplete(Context context, AttributeSet... method onAutoCompletion (line 21) | @Override FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/CustomView/JCVideoPlayerStandardFresco.java class JCVideoPlayerStandardFresco (line 35) | public class JCVideoPlayerStandardFresco extends JCVideoPlayer { method JCVideoPlayerStandardFresco (line 49) | public JCVideoPlayerStandardFresco(Context context) { method JCVideoPlayerStandardFresco (line 53) | public JCVideoPlayerStandardFresco(Context context, AttributeSet attrs) { method init (line 57) | @Override method setUp (line 74) | @Override method getLayoutId (line 97) | @Override method setUiWitStateAndScreen (line 102) | @Override method onTouch (line 135) | @Override method onClick (line 169) | @Override method showWifiDialog (line 203) | @Override method onStartTrackingTouch (line 225) | @Override method onStopTrackingTouch (line 231) | @Override method startPlayLogic (line 237) | private void startPlayLogic() { method onClickUiToggle (line 243) | private void onClickUiToggle() { method setProgressAndTime (line 277) | @Override method resetProgressAndTime (line 284) | @Override method changeUiToNormal (line 292) | public void changeUiToNormal() { method changeUiToPreparingShow (line 309) | public void changeUiToPreparingShow() { method changeUiToPreparingClear (line 325) | private void changeUiToPreparingClear() { method changeUiToPlayingShow (line 341) | private void changeUiToPlayingShow() { method changeUiToPlayingClear (line 359) | private void changeUiToPlayingClear() { method changeUiToPauseShow (line 375) | private void changeUiToPauseShow() { method changeUiToPauseClear (line 393) | private void changeUiToPauseClear() { method changeUiToPlayingBufferingShow (line 409) | private void changeUiToPlayingBufferingShow() { method changeUiToPlayingBufferingClear (line 425) | private void changeUiToPlayingBufferingClear() { method changeUiToCompleteShow (line 443) | private void changeUiToCompleteShow() { method changeUiToCompleteClear (line 461) | private void changeUiToCompleteClear() { method changeUiToError (line 479) | private void changeUiToError() { method setAllControlsVisible (line 497) | private void setAllControlsVisible(int topCon, int bottomCon, int star... method updateStartImage (line 508) | private void updateStartImage() { method showProgressDialog (line 524) | @Override method dismissProgressDialog (line 559) | @Override method showVolumeDialog (line 571) | @Override method dismissVolumeDialog (line 595) | @Override method startDismissControlViewTimer (line 603) | private void startDismissControlViewTimer() { method cancelDismissControlViewTimer (line 610) | private void cancelDismissControlViewTimer() { class DismissControlViewTimerTask (line 620) | protected class DismissControlViewTimerTask extends TimerTask { method run (line 622) | @Override FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/CustomView/JCVideoPlayerStandardShowShareButtonAfterFullscreen.java class JCVideoPlayerStandardShowShareButtonAfterFullscreen (line 16) | public class JCVideoPlayerStandardShowShareButtonAfterFullscreen extends... method JCVideoPlayerStandardShowShareButtonAfterFullscreen (line 20) | public JCVideoPlayerStandardShowShareButtonAfterFullscreen(Context con... method JCVideoPlayerStandardShowShareButtonAfterFullscreen (line 24) | public JCVideoPlayerStandardShowShareButtonAfterFullscreen(Context con... method init (line 28) | @Override method getLayoutId (line 36) | @Override method onClick (line 41) | @Override method setUp (line 49) | @Override FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/CustomView/JCVideoPlayerStandardShowTextureViewAfterAutoComplete.java class JCVideoPlayerStandardShowTextureViewAfterAutoComplete (line 13) | public class JCVideoPlayerStandardShowTextureViewAfterAutoComplete exten... method JCVideoPlayerStandardShowTextureViewAfterAutoComplete (line 14) | public JCVideoPlayerStandardShowTextureViewAfterAutoComplete(Context c... method JCVideoPlayerStandardShowTextureViewAfterAutoComplete (line 18) | public JCVideoPlayerStandardShowTextureViewAfterAutoComplete(Context c... method setUiWitStateAndScreen (line 22) | @Override method onClickUiToggle (line 30) | @Override FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/CustomView/JCVideoPlayerStandardShowTitleAfterFullscreen.java class JCVideoPlayerStandardShowTitleAfterFullscreen (line 13) | public class JCVideoPlayerStandardShowTitleAfterFullscreen extends JCVid... method JCVideoPlayerStandardShowTitleAfterFullscreen (line 14) | public JCVideoPlayerStandardShowTitleAfterFullscreen(Context context) { method JCVideoPlayerStandardShowTitleAfterFullscreen (line 18) | public JCVideoPlayerStandardShowTitleAfterFullscreen(Context context, ... method setUp (line 22) | @Override FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/DemoApplication.java class DemoApplication (line 20) | public class DemoApplication extends Application { method onCreate (line 22) | @Override method initUniversalImageLoader (line 33) | private void initUniversalImageLoader() { method getDefaultDisplayImageOption (line 46) | public static DisplayImageOptions getDefaultDisplayImageOption() { FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/ListViewActivity.java class ListViewActivity (line 14) | public class ListViewActivity extends AppCompatActivity implements View.... method onCreate (line 17) | @Override method onClick (line 39) | @Override method onOptionsItemSelected (line 57) | @Override FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/ListViewMultiHolderActivity.java class ListViewMultiHolderActivity (line 23) | public class ListViewMultiHolderActivity extends AppCompatActivity { method onCreate (line 27) | @Override class VideoListAdapter (line 44) | public class VideoListAdapter extends BaseAdapter { method VideoListAdapter (line 51) | public VideoListAdapter(Context context) { method getCount (line 56) | @Override method getItem (line 61) | @Override method getItemId (line 66) | @Override method getView (line 71) | @Override method getItemViewType (line 110) | @Override method getViewTypeCount (line 115) | @Override class VideoHolder (line 120) | class VideoHolder { class TextViewHolder (line 124) | class TextViewHolder { method onBackPressed (line 129) | @Override method onPause (line 137) | @Override method onOptionsItemSelected (line 143) | @Override FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/ListViewNormalActivity.java class ListViewNormalActivity (line 16) | public class ListViewNormalActivity extends AppCompatActivity { method onCreate (line 23) | @Override method onBackPressed (line 41) | @Override method onResume (line 49) | @Override method onPause (line 56) | @Override method onOptionsItemSelected (line 63) | @Override FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/ListViewViewpagerActivity.java class ListViewViewpagerActivity (line 20) | public class ListViewViewpagerActivity extends AppCompatActivity impleme... method onCreate (line 21) | @Override method onPause (line 50) | @Override method onPageScrolled (line 56) | @Override method onPageSelected (line 61) | @Override method onPageScrollStateChanged (line 66) | @Override class MyAdapter (line 71) | public class MyAdapter extends PagerAdapter { method MyAdapter (line 75) | public MyAdapter(List lists) { method getCount (line 79) | @Override method isViewFromObject (line 85) | @Override method destroyItem (line 91) | @Override method instantiateItem (line 96) | @Override method onBackPressed (line 103) | @Override method onOptionsItemSelected (line 111) | @Override FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/MainActivity.java class MainActivity (line 24) | public class MainActivity extends AppCompatActivity implements View.OnCl... method onCreate (line 35) | @Override method onResume (line 71) | @Override method onPause (line 78) | @Override method onBackPressed (line 85) | @Override method onClick (line 93) | @Override class MyUserActionStandard (line 117) | class MyUserActionStandard implements JCUserActionStandard { method onEvent (line 119) | @Override FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/PlayDirectlyActivity.java class PlayDirectlyActivity (line 17) | public class PlayDirectlyActivity extends AppCompatActivity implements V... method onCreate (line 20) | @Override method onClick (line 39) | @Override method onBackPressed (line 51) | @Override method onPause (line 59) | @Override method onOptionsItemSelected (line 65) | @Override FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/RecyclerViewNormalActivity.java class RecyclerViewNormalActivity (line 18) | public class RecyclerViewNormalActivity extends AppCompatActivity { method onCreate (line 22) | @Override method onBackPressed (line 55) | @Override method onPause (line 63) | @Override method onOptionsItemSelected (line 69) | @Override FILE: JieCaoVideoPlayer-develop/src/main/java/fm/jiecao/jiecaovideoplayer/RecyclerViewVideoAdapter.java class RecyclerViewVideoAdapter (line 15) | public class RecyclerViewVideoAdapter extends RecyclerView.Adapter { method ImageAdapter (line 14) | public ImageAdapter(Listener listener) { method onCreateViewHolder (line 18) | @Override method onBindViewHolder (line 30) | @Override method getItemCount (line 35) | @Override type Listener (line 40) | public interface Listener { method onImageClicked (line 41) | void onImageClicked(View view); FILE: PhotoView-master/src/main/java/uk/co/senab/photoview/sample/ImageViewHolder.java class ImageViewHolder (line 12) | public class ImageViewHolder extends RecyclerView.ViewHolder { method inflate (line 14) | public static ImageViewHolder inflate(ViewGroup parent) { method ImageViewHolder (line 22) | public ImageViewHolder(View view) { method bind (line 27) | private void bind(String title) { FILE: PhotoView-master/src/main/java/uk/co/senab/photoview/sample/LauncherActivity.java class LauncherActivity (line 29) | public class LauncherActivity extends AppCompatActivity { method onCreate (line 33) | @Override class ItemAdapter (line 43) | private static class ItemAdapter extends RecyclerView.Adapter datas) { method getItemCount (line 32) | @Override method onCreateViewHolder (line 45) | @Override method onBindViewHolder (line 55) | @Override method addData (line 72) | public void addData(int position,String data) { method removewData (line 81) | public void removewData(int positon) { class MyViewHolder (line 90) | class MyViewHolder extends RecyclerView.ViewHolder{ method MyViewHolder (line 94) | public MyViewHolder(View itemView) { type OnItemClickListener (line 115) | public interface OnItemClickListener{ method onItemClick (line 120) | public void onItemClick(int postion); method setOnItemClickListener (line 128) | public void setOnItemClickListener(OnItemClickListener listener) { FILE: RecyclerViewDemo/src/test/java/com/atguigu/recyclerviewdemo/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test FILE: SpeechDemo2/src/androidTest/java/com/atguigu/speechdemo2/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: SpeechDemo2/src/main/java/com/atguigu/speechdemo2/JsonParser.java class JsonParser (line 10) | public class JsonParser { method parseIatResult (line 12) | public static String parseIatResult(String json) { method parseGrammarResult (line 37) | public static String parseGrammarResult(String json) { method parseLocalGrammarResult (line 66) | public static String parseLocalGrammarResult(String json) { FILE: SpeechDemo2/src/main/java/com/atguigu/speechdemo2/MainActivity.java class MainActivity (line 26) | public class MainActivity extends AppCompatActivity { method onCreate (line 35) | @Override method textToVoice (line 59) | private void textToVoice() { method onCompleted (line 80) | public void onCompleted(SpeechError error) {} method onBufferProgress (line 84) | public void onBufferProgress(int percent, int beginPos, int endPos, St... method onSpeakBegin (line 86) | public void onSpeakBegin() {} method onSpeakPaused (line 88) | public void onSpeakPaused() {} method onSpeakProgress (line 92) | public void onSpeakProgress(int percent, int beginPos, int endPos) {} method onSpeakResumed (line 94) | public void onSpeakResumed() {} method onEvent (line 96) | public void onEvent(int arg0, int arg1, int arg2, Bundle arg3) {} method showDialogVoice (line 99) | private void showDialogVoice() { class MyRecognizerDialogListener (line 115) | class MyRecognizerDialogListener implements RecognizerDialogListener { method onResult (line 117) | @Override method onError (line 144) | @Override class MyInitListener (line 151) | class MyInitListener implements InitListener { method onInit (line 153) | @Override FILE: SpeechDemo2/src/test/java/com/atguigu/speechdemo2/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test FILE: StartAllVideoPlayer/src/androidTest/java/com/atguigu/startallvideoplayer/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: StartAllVideoPlayer/src/main/java/com/atguigu/startallvideoplayer/MainActivity.java class MainActivity (line 9) | public class MainActivity extends AppCompatActivity { method onCreate (line 11) | @Override method startAllVideo (line 17) | public void startAllVideo(View view) { FILE: StartAllVideoPlayer/src/test/java/com/atguigu/startallvideoplayer/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test FILE: SurfaceViewDemo/src/main/java/com/example/videotest/Constants.java class Constants (line 9) | public class Constants { method getCanvas (line 18) | public static Canvas getCanvas() { method setCanvas (line 22) | public static void setCanvas(Canvas canvas) { FILE: SurfaceViewDemo/src/main/java/com/example/videotest/MainActivity.java class MainActivity (line 17) | public class MainActivity extends Activity implements MediaPlayer.OnComp... method onCreate (line 48) | @Override method initVideoView (line 63) | public void initVideoView(){ method onStart (line 93) | @Override method setVideoViewLayoutParams (line 106) | public void setVideoViewLayoutParams(int paramsType){ method onCompletion (line 130) | @Override method onError (line 137) | @Override method onPrepared (line 180) | @Override method onTouch (line 193) | @Override method onPause (line 203) | @Override method onResume (line 215) | @Override method onDestroy (line 226) | @Override FILE: SurfaceViewDemo/src/main/java/com/example/videotest/MediaPlayUtil.java class MediaPlayUtil (line 6) | public class MediaPlayUtil { method getInitanse (line 19) | public static void getInitanse(String path){ FILE: SurfaceViewDemo/src/main/java/com/example/videotest/SurfaceViewTestActivity.java class SurfaceViewTestActivity (line 39) | public class SurfaceViewTestActivity extends Activity implements MediaPl... method onCreate (line 120) | @Override method initViews (line 132) | public void initViews() { class SurfaceCallback (line 162) | private class SurfaceCallback implements SurfaceHolder.Callback { method surfaceChanged (line 163) | public void surfaceChanged(SurfaceHolder holder, int format, int wid... method surfaceCreated (line 167) | public void surfaceCreated(SurfaceHolder holder) { method surfaceDestroyed (line 173) | public void surfaceDestroyed(SurfaceHolder holder) { method playVideo (line 187) | public void playVideo() { method onPrepared (line 220) | @Override method run (line 265) | public void run() { class SeekBarChangeListener (line 292) | @SuppressWarnings("unused") method onProgressChanged (line 295) | public void onProgressChanged(SeekBar seekBar, int progress, boolean... method onStartTrackingTouch (line 307) | public void onStartTrackingTouch(SeekBar seekBar) { method onStopTrackingTouch (line 312) | public void onStopTrackingTouch(SeekBar seekBar) { method onClick (line 322) | public void onClick(View v) { method onCompletion (line 391) | @Override method onBufferingUpdate (line 402) | public void onBufferingUpdate(MediaPlayer mp, int percent) { method onError (line 417) | @Override method onResume (line 454) | protected void onResume() { method onPause (line 474) | @Override method onSaveInstanceState (line 492) | protected void onSaveInstanceState(Bundle outState) { method onRestoreInstanceState (line 504) | protected void onRestoreInstanceState(Bundle savedInstanceState) { method onConfigurationChanged (line 509) | public void onConfigurationChanged(Configuration newConfig) { method onDestroy (line 516) | @Override method getShowTime (line 545) | @SuppressLint("SimpleDateFormat") method savaScreenShot (line 565) | public void savaScreenShot(long time) { method changeVideoSize (line 626) | public void changeVideoSize() { FILE: app/src/androidTest/java/com/atguigu/mobileplayer1020/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: app/src/main/java/com/atguigu/mobileplayer1020/MainActivity.java class MainActivity (line 27) | public class MainActivity extends AppCompatActivity { method onCreate (line 47) | @Override method initListenter (line 67) | private void initListenter() { method switchFragment (line 103) | private void switchFragment(Fragment currentFragment) { method initFragment (line 147) | private void initFragment() { method onDestroy (line 157) | @Override method isGrantExternalRW (line 169) | public static boolean isGrantExternalRW(Activity activity) { method onResume (line 210) | @Override method onPause (line 218) | @Override method onBackPressed (line 227) | @Override FILE: app/src/main/java/com/atguigu/mobileplayer1020/WelcomeActivity.java class WelcomeActivity (line 9) | public class WelcomeActivity extends AppCompatActivity { method onCreate (line 13) | @Override method startMainActivity (line 32) | private void startMainActivity() { method onTouchEvent (line 45) | @Override method onDestroy (line 52) | @Override FILE: app/src/main/java/com/atguigu/mobileplayer1020/activity/PicassoSampleActivity.java class PicassoSampleActivity (line 18) | public class PicassoSampleActivity extends AppCompatActivity { method onCreate (line 22) | @Override FILE: app/src/main/java/com/atguigu/mobileplayer1020/activity/SearchActivity.java class SearchActivity (line 40) | public class SearchActivity extends AppCompatActivity implements View.On... method findViews (line 56) | private void findViews() { method onCreate (line 69) | @Override method onClick (line 76) | @Override method gotoSearch (line 90) | private void gotoSearch() { method getDataFromNet (line 110) | private void getDataFromNet(String url) { method processData (line 136) | private void processData(String result) { method showDialogVoice (line 148) | private void showDialogVoice() { class MyRecognizerDialogListener (line 164) | class MyRecognizerDialogListener implements RecognizerDialogListener { method onResult (line 166) | @Override method onError (line 194) | @Override class MyInitListener (line 201) | class MyInitListener implements InitListener { method onInit (line 203) | @Override FILE: app/src/main/java/com/atguigu/mobileplayer1020/activity/SystemAudioPlayerActivity.java class SystemAudioPlayerActivity (line 38) | public class SystemAudioPlayerActivity extends AppCompatActivity impleme... method findViews (line 72) | private void findViews() { class MyOnSeekBarChangeListener (line 101) | class MyOnSeekBarChangeListener implements SeekBar.OnSeekBarChangeList... method onProgressChanged (line 103) | @Override method onStartTrackingTouch (line 115) | @Override method onStopTrackingTouch (line 120) | @Override method onClick (line 126) | @Override method changePlaymode (line 174) | private void changePlaymode() { method checkButtonStatu (line 199) | private void checkButtonStatu() { method onServiceConnected (line 228) | @Override method onServiceDisconnected (line 256) | @Override method handleMessage (line 263) | @Override method onCreate (line 303) | @Override method initData (line 318) | private void initData() { class MyReceiver (line 331) | class MyReceiver extends BroadcastReceiver { method onReceive (line 333) | @Override method showViewData (line 347) | @Subscribe(threadMode = ThreadMode.MAIN) method setupVisualizerFxAndUi (line 395) | private void setupVisualizerFxAndUi() { method onPause (line 412) | @Override method onDestroy (line 420) | @Override method startAndBindServide (line 437) | private void startAndBindServide() { method getData (line 446) | private void getData() { FILE: app/src/main/java/com/atguigu/mobileplayer1020/activity/SystemVideoPlayerActivity.java class SystemVideoPlayerActivity (line 40) | public class SystemVideoPlayerActivity extends Activity implements View.... method findViews (line 143) | private void findViews() { method onCreate (line 199) | @Override method initData (line 215) | private void initData() { class MySimpleOnGestureListener (line 239) | class MySimpleOnGestureListener extends GestureDetector.SimpleOnGestur... method onLongPress (line 240) | @Override method onDoubleTap (line 247) | @Override method onSingleTapConfirmed (line 261) | @Override method setVideoType (line 279) | private void setVideoType(int videoTypeDefault) { method showMediaController (line 321) | private void showMediaController() { method hideMediaController (line 331) | private void hideMediaController() { method handleMessage (line 341) | @Override method getSystemTime (line 412) | private String getSystemTime() { class MyBroadcastReceiver (line 417) | class MyBroadcastReceiver extends BroadcastReceiver { method onReceive (line 419) | @Override method setBattery (line 433) | private void setBattery(int level) { method onClick (line 460) | @Override method showSwichPlayerDialog (line 500) | private void showSwichPlayerDialog() { method startAndPause (line 518) | private void startAndPause() { method onRestart (line 533) | @Override method onStart (line 539) | @Override method onResume (line 545) | @Override method onPause (line 551) | @Override method onStop (line 557) | @Override method onDestroy (line 563) | @Override method setData (line 578) | private void setData() { method setLinstener (line 598) | private void setLinstener() { class VoiceOnSeekBarChangeListener (line 641) | class VoiceOnSeekBarChangeListener implements SeekBar.OnSeekBarChangeL... method onProgressChanged (line 643) | @Override method onStartTrackingTouch (line 656) | @Override method onStopTrackingTouch (line 667) | @Override method updateVoiceProgress (line 673) | private void updateVoiceProgress(int progress) { method updateVoice (line 691) | private void updateVoice(int progress) { class VideoOnSeekBarChangeListener (line 708) | class VideoOnSeekBarChangeListener implements SeekBar.OnSeekBarChangeL... method onProgressChanged (line 717) | @Override method onStartTrackingTouch (line 731) | @Override method onStopTrackingTouch (line 742) | @Override class MyOnCompletionListener (line 748) | class MyOnCompletionListener implements MediaPlayer.OnCompletionListen... method onCompletion (line 750) | @Override method setPreVideo (line 759) | private void setPreVideo() { method setNextVideo (line 789) | private void setNextVideo() { method checkButtonStatus (line 825) | private void checkButtonStatus() { method setButtonEnable (line 856) | private void setButtonEnable(boolean isEnable) { class MyOnErrorListener (line 869) | class MyOnErrorListener implements MediaPlayer.OnErrorListener { method onError (line 871) | @Override method startVitamioVideoPlayer (line 888) | private void startVitamioVideoPlayer() { class MyOnPreparedListener (line 915) | class MyOnPreparedListener implements MediaPlayer.OnPreparedListener { method onPrepared (line 922) | @Override method onTouchEvent (line 972) | @Override method setBrightness (line 1036) | public void setBrightness(float brightness) { method getData (line 1060) | private void getData() { method onKeyDown (line 1069) | @Override FILE: app/src/main/java/com/atguigu/mobileplayer1020/activity/VitamioVideoPlayerActivity.java class VitamioVideoPlayerActivity (line 40) | public class VitamioVideoPlayerActivity extends Activity implements View... method findViews (line 139) | private void findViews() { method onCreate (line 195) | @Override method initData (line 212) | private void initData() { class MySimpleOnGestureListener (line 236) | class MySimpleOnGestureListener extends GestureDetector.SimpleOnGestur... method onLongPress (line 237) | @Override method onDoubleTap (line 244) | @Override method onSingleTapConfirmed (line 258) | @Override method setVideoType (line 276) | private void setVideoType(int videoTypeDefault) { method showMediaController (line 318) | private void showMediaController() { method hideMediaController (line 328) | private void hideMediaController() { method handleMessage (line 338) | @Override method getSystemTime (line 409) | private String getSystemTime() { class MyBroadcastReceiver (line 414) | class MyBroadcastReceiver extends BroadcastReceiver { method onReceive (line 416) | @Override method setBattery (line 430) | private void setBattery(int level) { method onClick (line 457) | @Override method showSwichPlayerDialog (line 495) | private void showSwichPlayerDialog() { method startSystemVideoPlayer (line 514) | private void startSystemVideoPlayer() { method startAndPause (line 539) | private void startAndPause() { method onRestart (line 554) | @Override method onStart (line 560) | @Override method onResume (line 566) | @Override method onPause (line 572) | @Override method onStop (line 578) | @Override method onDestroy (line 584) | @Override method setData (line 599) | private void setData() { method setLinstener (line 619) | private void setLinstener() { class VoiceOnSeekBarChangeListener (line 662) | class VoiceOnSeekBarChangeListener implements SeekBar.OnSeekBarChangeL... method onProgressChanged (line 664) | @Override method onStartTrackingTouch (line 677) | @Override method onStopTrackingTouch (line 688) | @Override method updateVoiceProgress (line 694) | private void updateVoiceProgress(int progress) { method updateVoice (line 712) | private void updateVoice(int progress) { class VideoOnSeekBarChangeListener (line 729) | class VideoOnSeekBarChangeListener implements SeekBar.OnSeekBarChangeL... method onProgressChanged (line 738) | @Override method onStartTrackingTouch (line 752) | @Override method onStopTrackingTouch (line 763) | @Override class MyOnCompletionListener (line 769) | class MyOnCompletionListener implements MediaPlayer.OnCompletionListen... method onCompletion (line 771) | @Override method setPreVideo (line 780) | private void setPreVideo() { method setNextVideo (line 810) | private void setNextVideo() { method checkButtonStatus (line 846) | private void checkButtonStatus() { method setButtonEnable (line 877) | private void setButtonEnable(boolean isEnable) { class MyOnErrorListener (line 890) | class MyOnErrorListener implements MediaPlayer.OnErrorListener { method onError (line 892) | @Override method showErrorDialog (line 900) | private void showErrorDialog() { class MyOnPreparedListener (line 913) | class MyOnPreparedListener implements MediaPlayer.OnPreparedListener { method onPrepared (line 920) | @Override method onTouchEvent (line 970) | @Override method getData (line 1010) | private void getData() { method onKeyDown (line 1019) | @Override FILE: app/src/main/java/com/atguigu/mobileplayer1020/adapter/LocalVideoAdapter.java class LocalVideoAdapter (line 23) | public class LocalVideoAdapter extends BaseAdapter { method LocalVideoAdapter (line 33) | public LocalVideoAdapter(Context mContext, ArrayList mediaI... method getCount (line 40) | @Override method getItem (line 45) | @Override method getItemId (line 50) | @Override method getView (line 55) | @Override class ViewHolder (line 88) | static class ViewHolder{ FILE: app/src/main/java/com/atguigu/mobileplayer1020/adapter/NetAudioFragmentAdapter.java class NetAudioFragmentAdapter (line 34) | public class NetAudioFragmentAdapter extends BaseAdapter { method NetAudioFragmentAdapter (line 65) | public NetAudioFragmentAdapter(Context mContext, List mediaIte... method getCount (line 51) | @Override method getItem (line 56) | @Override method getItemId (line 61) | @Override method getView (line 66) | @Override class ViewHolder (line 111) | static class ViewHolder{ FILE: app/src/main/java/com/atguigu/mobileplayer1020/adapter/RecyclerFragmentAdapter.java class RecyclerFragmentAdapter (line 36) | public class RecyclerFragmentAdapter extends RecyclerView.Adapter { method RecyclerFragmentAdapter (line 66) | public RecyclerFragmentAdapter(Context mContext, List item... method getCount (line 51) | @Override method getItem (line 56) | @Override method getItemId (line 61) | @Override method getView (line 66) | @Override class ViewHolder (line 111) | static class ViewHolder{ FILE: app/src/main/java/com/atguigu/mobileplayer1020/app/MyApplication.java class MyApplication (line 13) | public class MyApplication extends Application { method onCreate (line 14) | @Override FILE: app/src/main/java/com/atguigu/mobileplayer1020/base/BaseFragment.java class BaseFragment (line 18) | public abstract class BaseFragment extends Fragment { method onCreate (line 29) | @Override method onCreateView (line 42) | @Nullable method initView (line 55) | public abstract View initView() ; method onActivityCreated (line 64) | @Override method initData (line 75) | public void initData() { method onHiddenChanged (line 85) | @Override method onRefrshData (line 100) | public void onRefrshData() { FILE: app/src/main/java/com/atguigu/mobileplayer1020/bean/LyricBean.java class LyricBean (line 10) | public class LyricBean { method getContent (line 25) | public String getContent() { method setContent (line 29) | public void setContent(String content) { method getTimePoint (line 33) | public long getTimePoint() { method setTimePoint (line 37) | public void setTimePoint(long timePoint) { method getSleepTime (line 41) | public long getSleepTime() { method setSleepTime (line 45) | public void setSleepTime(long sleepTime) { method toString (line 49) | @Override FILE: app/src/main/java/com/atguigu/mobileplayer1020/bean/MediaItem.java class MediaItem (line 11) | public class MediaItem implements Serializable{ method getHeightUrl (line 29) | public String getHeightUrl() { method setHeightUrl (line 33) | public void setHeightUrl(String heightUrl) { method getImageUrl (line 37) | public String getImageUrl() { method setImageUrl (line 41) | public void setImageUrl(String imageUrl) { method getDesc (line 45) | public String getDesc() { method setDesc (line 49) | public void setDesc(String desc) { method getName (line 53) | public String getName() { method setName (line 57) | public void setName(String name) { method getDuration (line 61) | public long getDuration() { method setDuration (line 65) | public void setDuration(long duration) { method getSize (line 69) | public long getSize() { method setSize (line 73) | public void setSize(long size) { method getData (line 77) | public String getData() { method setData (line 81) | public void setData(String data) { method getArtist (line 85) | public String getArtist() { method setArtist (line 89) | public void setArtist(String artist) { method toString (line 93) | @Override FILE: app/src/main/java/com/atguigu/mobileplayer1020/bean/NetAudioBean.java class NetAudioBean (line 11) | public class NetAudioBean { method getInfo (line 21) | public InfoBean getInfo() { method setInfo (line 25) | public void setInfo(InfoBean info) { method getList (line 29) | public List getList() { method setList (line 33) | public void setList(List list) { class InfoBean (line 37) | public static class InfoBean { method getCount (line 46) | public int getCount() { method setCount (line 50) | public void setCount(int count) { method getNp (line 54) | public int getNp() { method setNp (line 58) | public void setNp(int np) { class ListBean (line 63) | public static class ListBean { method getStatus (line 104) | public int getStatus() { method setStatus (line 108) | public void setStatus(int status) { method getComment (line 112) | public String getComment() { method setComment (line 116) | public void setComment(String comment) { method getBookmark (line 120) | public String getBookmark() { method setBookmark (line 124) | public void setBookmark(String bookmark) { method getText (line 128) | public String getText() { method setText (line 132) | public void setText(String text) { method getGif (line 136) | public GifEntity getGif() { method setGif (line 140) | public void setGif(GifEntity gif) { method getUp (line 144) | public String getUp() { method setUp (line 148) | public void setUp(String up) { method getShare_url (line 152) | public String getShare_url() { method setShare_url (line 156) | public void setShare_url(String share_url) { method getDown (line 160) | public int getDown() { method setDown (line 164) | public void setDown(int down) { method getForward (line 168) | public int getForward() { method setForward (line 172) | public void setForward(int forward) { method getU (line 176) | public UEntity getU() { method setU (line 180) | public void setU(UEntity u) { method getPasstime (line 184) | public String getPasstime() { method setPasstime (line 188) | public void setPasstime(String passtime) { method getType (line 192) | public String getType() { method setType (line 196) | public void setType(String type) { method getId (line 200) | public String getId() { method setId (line 204) | public void setId(String id) { method getVideo (line 208) | public VideoEntity getVideo() { method setVideo (line 212) | public void setVideo(VideoEntity video) { method getTop_comment (line 216) | public TopCommentBean getTop_comment() { method setTop_comment (line 220) | public void setTop_comment(TopCommentBean top_comment) { method getImage (line 224) | public ImageEntity getImage() { method setImage (line 228) | public void setImage(ImageEntity image) { method getTags (line 232) | public List getTags() { method setTags (line 236) | public void setTags(List tags) { method getTop_comments (line 240) | public List getTop_comments() { method setTop_comments (line 244) | public void setTop_comments(List top_comments) { class GifEntity (line 248) | public static class GifEntity { method getWidth (line 263) | public int getWidth() { method setWidth (line 267) | public void setWidth(int width) { method getHeight (line 271) | public int getHeight() { method setHeight (line 275) | public void setHeight(int height) { method getImages (line 279) | public List getImages() { method setImages (line 283) | public void setImages(List images) { method getGif_thumbnail (line 287) | public List getGif_thumbnail() { method setGif_thumbnail (line 291) | public void setGif_thumbnail(List gif_thumbnail) { method getDownload_url (line 295) | public List getDownload_url() { method setDownload_url (line 299) | public void setDownload_url(List download_url) { class UEntity (line 304) | public static class UEntity { method getUid (line 327) | public String getUid() { method setUid (line 331) | public void setUid(String uid) { method isIs_vip (line 335) | public boolean isIs_vip() { method setIs_vip (line 339) | public void setIs_vip(boolean is_vip) { method isIs_v (line 343) | public boolean isIs_v() { method setIs_v (line 347) | public void setIs_v(boolean is_v) { method getRoom_url (line 351) | public String getRoom_url() { method setRoom_url (line 355) | public void setRoom_url(String room_url) { method getRoom_name (line 359) | public String getRoom_name() { method setRoom_name (line 363) | public void setRoom_name(String room_name) { method getRoom_role (line 367) | public String getRoom_role() { method setRoom_role (line 371) | public void setRoom_role(String room_role) { method getRoom_icon (line 375) | public String getRoom_icon() { method setRoom_icon (line 379) | public void setRoom_icon(String room_icon) { method getName (line 383) | public String getName() { method setName (line 387) | public void setName(String name) { method getHeader (line 391) | public List getHeader() { method setHeader (line 395) | public void setHeader(List header) { class VideoEntity (line 400) | public static class VideoEntity { method getPlayfcount (line 423) | public int getPlayfcount() { method setPlayfcount (line 427) | public void setPlayfcount(int playfcount) { method getHeight (line 431) | public int getHeight() { method setHeight (line 435) | public void setHeight(int height) { method getWidth (line 439) | public int getWidth() { method setWidth (line 443) | public void setWidth(int width) { method getDuration (line 447) | public int getDuration() { method setDuration (line 451) | public void setDuration(int duration) { method getPlaycount (line 455) | public int getPlaycount() { method setPlaycount (line 459) | public void setPlaycount(int playcount) { method getVideo (line 463) | public List getVideo() { method setVideo (line 467) | public void setVideo(List video) { method getDownload (line 471) | public List getDownload() { method setDownload (line 475) | public void setDownload(List download) { method getThumbnail (line 479) | public List getThumbnail() { method setThumbnail (line 483) | public void setThumbnail(List thumbnail) { method getThumbnail_small (line 487) | public List getThumbnail_small() { method setThumbnail_small (line 491) | public void setThumbnail_small(List thumbnail_small) { class TopCommentBean (line 496) | public static class TopCommentBean { method getVoicetime (line 525) | public int getVoicetime() { method setVoicetime (line 529) | public void setVoicetime(int voicetime) { method getStatus (line 533) | public int getStatus() { method setStatus (line 537) | public void setStatus(int status) { method getHate_count (line 541) | public int getHate_count() { method setHate_count (line 545) | public void setHate_count(int hate_count) { method getCmt_type (line 549) | public String getCmt_type() { method setCmt_type (line 553) | public void setCmt_type(String cmt_type) { method getPrecid (line 557) | public int getPrecid() { method setPrecid (line 561) | public void setPrecid(int precid) { method getContent (line 565) | public String getContent() { method setContent (line 569) | public void setContent(String content) { method getLike_count (line 573) | public int getLike_count() { method setLike_count (line 577) | public void setLike_count(int like_count) { method getU (line 581) | public UEntityX getU() { method setU (line 585) | public void setU(UEntityX u) { method getPreuid (line 589) | public int getPreuid() { method setPreuid (line 593) | public void setPreuid(int preuid) { method getPasstime (line 597) | public String getPasstime() { method setPasstime (line 601) | public void setPasstime(String passtime) { method getVoiceuri (line 605) | public String getVoiceuri() { method setVoiceuri (line 609) | public void setVoiceuri(String voiceuri) { method getId (line 613) | public int getId() { method setId (line 617) | public void setId(int id) { class UEntityX (line 621) | public static class UEntityX { method getUid (line 644) | public String getUid() { method setUid (line 648) | public void setUid(String uid) { method isIs_vip (line 652) | public boolean isIs_vip() { method setIs_vip (line 656) | public void setIs_vip(boolean is_vip) { method getRoom_url (line 660) | public String getRoom_url() { method setRoom_url (line 664) | public void setRoom_url(String room_url) { method getSex (line 668) | public String getSex() { method setSex (line 672) | public void setSex(String sex) { method getRoom_name (line 676) | public String getRoom_name() { method setRoom_name (line 680) | public void setRoom_name(String room_name) { method getRoom_role (line 684) | public String getRoom_role() { method setRoom_role (line 688) | public void setRoom_role(String room_role) { method getRoom_icon (line 692) | public String getRoom_icon() { method setRoom_icon (line 696) | public void setRoom_icon(String room_icon) { method getName (line 700) | public String getName() { method setName (line 704) | public void setName(String name) { method getHeader (line 708) | public List getHeader() { method setHeader (line 712) | public void setHeader(List header) { class ImageEntity (line 718) | public static class ImageEntity { method getHeight (line 737) | public int getHeight() { method setHeight (line 741) | public void setHeight(int height) { method getWidth (line 745) | public int getWidth() { method setWidth (line 749) | public void setWidth(int width) { method getMedium (line 753) | public List getMedium() { method setMedium (line 757) | public void setMedium(List medium) { method getBig (line 761) | public List getBig() { method setBig (line 765) | public void setBig(List big) { method getDownload_url (line 769) | public List getDownload_url() { method setDownload_url (line 773) | public void setDownload_url(List download_url) { method getSmall (line 777) | public List getSmall() { method setSmall (line 781) | public void setSmall(List small) { method getThumbnail_small (line 785) | public List getThumbnail_small() { method setThumbnail_small (line 789) | public void setThumbnail_small(List thumbnail_small) { class TagsBean (line 794) | public static class TagsBean { method getId (line 803) | public int getId() { method setId (line 807) | public void setId(int id) { method getName (line 811) | public String getName() { method setName (line 815) | public void setName(String name) { class TopCommentsBean (line 820) | public static class TopCommentsBean { method getVoicetime (line 849) | public int getVoicetime() { method setVoicetime (line 853) | public void setVoicetime(int voicetime) { method getStatus (line 857) | public int getStatus() { method setStatus (line 861) | public void setStatus(int status) { method getHate_count (line 865) | public int getHate_count() { method setHate_count (line 869) | public void setHate_count(int hate_count) { method getCmt_type (line 873) | public String getCmt_type() { method setCmt_type (line 877) | public void setCmt_type(String cmt_type) { method getPrecid (line 881) | public int getPrecid() { method setPrecid (line 885) | public void setPrecid(int precid) { method getContent (line 889) | public String getContent() { method setContent (line 893) | public void setContent(String content) { method getLike_count (line 897) | public int getLike_count() { method setLike_count (line 901) | public void setLike_count(int like_count) { method getU (line 905) | public UEntityXX getU() { method setU (line 909) | public void setU(UEntityXX u) { method getPreuid (line 913) | public int getPreuid() { method setPreuid (line 917) | public void setPreuid(int preuid) { method getPasstime (line 921) | public String getPasstime() { method setPasstime (line 925) | public void setPasstime(String passtime) { method getVoiceuri (line 929) | public String getVoiceuri() { method setVoiceuri (line 933) | public void setVoiceuri(String voiceuri) { method getId (line 937) | public int getId() { method setId (line 941) | public void setId(int id) { class UEntityXX (line 945) | public static class UEntityXX { method getUid (line 968) | public String getUid() { method setUid (line 972) | public void setUid(String uid) { method isIs_vip (line 976) | public boolean isIs_vip() { method setIs_vip (line 980) | public void setIs_vip(boolean is_vip) { method getRoom_url (line 984) | public String getRoom_url() { method setRoom_url (line 988) | public void setRoom_url(String room_url) { method getSex (line 992) | public String getSex() { method setSex (line 996) | public void setSex(String sex) { method getRoom_name (line 1000) | public String getRoom_name() { method setRoom_name (line 1004) | public void setRoom_name(String room_name) { method getRoom_role (line 1008) | public String getRoom_role() { method setRoom_role (line 1012) | public void setRoom_role(String room_role) { method getRoom_icon (line 1016) | public String getRoom_icon() { method setRoom_icon (line 1020) | public void setRoom_icon(String room_icon) { method getName (line 1024) | public String getName() { method setName (line 1028) | public void setName(String name) { method getHeader (line 1032) | public List getHeader() { method setHeader (line 1036) | public void setHeader(List header) { FILE: app/src/main/java/com/atguigu/mobileplayer1020/bean/SearchBean.java class SearchBean (line 11) | public class SearchBean { method getFlag (line 30) | public String getFlag() { method setFlag (line 34) | public void setFlag(String flag) { method getPageNo (line 38) | public String getPageNo() { method setPageNo (line 42) | public void setPageNo(String pageNo) { method getPageSize (line 46) | public String getPageSize() { method setPageSize (line 50) | public void setPageSize(String pageSize) { method getWd (line 54) | public String getWd() { method setWd (line 58) | public void setWd(String wd) { method getTotal (line 62) | public String getTotal() { method setTotal (line 66) | public void setTotal(String total) { method getItems (line 70) | public List getItems() { method setItems (line 74) | public void setItems(List items) { class ItemsBean (line 78) | public static class ItemsBean { method getItemID (line 113) | public String getItemID() { method setItemID (line 117) | public void setItemID(String itemID) { method getItemTitle (line 121) | public String getItemTitle() { method setItemTitle (line 125) | public void setItemTitle(String itemTitle) { method getItemType (line 129) | public String getItemType() { method setItemType (line 133) | public void setItemType(String itemType) { method getDetailUrl (line 137) | public String getDetailUrl() { method setDetailUrl (line 141) | public void setDetailUrl(String detailUrl) { method getPubTime (line 145) | public String getPubTime() { method setPubTime (line 149) | public void setPubTime(String pubTime) { method getKeywords (line 153) | public String getKeywords() { method setKeywords (line 157) | public void setKeywords(String keywords) { method getCategory (line 161) | public String getCategory() { method setCategory (line 165) | public void setCategory(String category) { method getGuid (line 169) | public String getGuid() { method setGuid (line 173) | public void setGuid(String guid) { method getVideoLength (line 177) | public String getVideoLength() { method setVideoLength (line 181) | public void setVideoLength(String videoLength) { method getSource (line 185) | public String getSource() { method setSource (line 189) | public void setSource(String source) { method getBrief (line 193) | public String getBrief() { method setBrief (line 197) | public void setBrief(String brief) { method getPhotoCount (line 201) | public String getPhotoCount() { method setPhotoCount (line 205) | public void setPhotoCount(String photoCount) { method getSub_column_id (line 209) | public String getSub_column_id() { method setSub_column_id (line 213) | public void setSub_column_id(String sub_column_id) { method getDatecheck (line 217) | public String getDatecheck() { method setDatecheck (line 221) | public void setDatecheck(String datecheck) { method getItemImage (line 225) | public ItemImageEntity getItemImage() { method setItemImage (line 229) | public void setItemImage(ItemImageEntity itemImage) { class ItemImageEntity (line 233) | public static class ItemImageEntity { method getImgUrl1 (line 240) | public String getImgUrl1() { method setImgUrl1 (line 244) | public void setImgUrl1(String imgUrl1) { FILE: app/src/main/java/com/atguigu/mobileplayer1020/fragment/LocalAudioFragment.java class LocalAudioFragment (line 30) | public class LocalAudioFragment extends BaseFragment { method handleMessage (line 41) | @Override method initView (line 62) | @Override class MyOnItemClickListener (line 74) | class MyOnItemClickListener implements AdapterView.OnItemClickListener{ method onItemClick (line 76) | @Override method initData (line 88) | @Override method getDataFromLocal (line 99) | private void getDataFromLocal() { method onRefrshData (line 154) | @Override FILE: app/src/main/java/com/atguigu/mobileplayer1020/fragment/LocalVideoFragment.java class LocalVideoFragment (line 31) | public class LocalVideoFragment extends BaseFragment { method handleMessage (line 42) | @Override method initView (line 63) | @Override class MyOnItemClickListener (line 75) | class MyOnItemClickListener implements AdapterView.OnItemClickListener{ method onItemClick (line 77) | @Override method initData (line 108) | @Override method getDataFromLocal (line 119) | private void getDataFromLocal() { method onRefrshData (line 174) | @Override FILE: app/src/main/java/com/atguigu/mobileplayer1020/fragment/NetAudioFragment.java class NetAudioFragment (line 34) | public class NetAudioFragment extends BaseFragment { method initView (line 48) | @Override method initData (line 82) | @Override method onRefrshData (line 92) | @Override method getDataFromNet (line 99) | private void getDataFromNet() { method processData (line 126) | private void processData(String json) { method onDestroyView (line 148) | @Override FILE: app/src/main/java/com/atguigu/mobileplayer1020/fragment/NetVideoFragment.java class NetVideoFragment (line 38) | public class NetVideoFragment extends BaseFragment { method initView (line 54) | @Override class MyMaterialRefreshListener (line 73) | class MyMaterialRefreshListener extends MaterialRefreshListener { method onRefresh (line 75) | @Override method onRefreshLoadMore (line 86) | @Override class MyOnItemClickListener (line 95) | class MyOnItemClickListener implements AdapterView.OnItemClickListener{ method onItemClick (line 97) | @Override method initData (line 113) | @Override method getDataFromNet (line 128) | private void getDataFromNet() { method processData (line 174) | private void processData(String json) { method parsedJson (line 207) | private ArrayList parsedJson(String json) { method onRefrshData (line 245) | @Override FILE: app/src/main/java/com/atguigu/mobileplayer1020/fragment/RecyclerViewFragment.java class RecyclerViewFragment (line 32) | public class RecyclerViewFragment extends BaseFragment { method initView (line 46) | @Override method initData (line 80) | @Override method onRefrshData (line 90) | @Override method getDataFromNet (line 97) | private void getDataFromNet() { method processData (line 124) | private void processData(String json) { method onDestroyView (line 148) | @Override FILE: app/src/main/java/com/atguigu/mobileplayer1020/service/MusicPlayerService.java class MusicPlayerService (line 36) | public class MusicPlayerService extends Service { method basicTypes (line 46) | @Override method openAudio (line 51) | @Override method start (line 56) | @Override method pause (line 62) | @Override method getAudioName (line 67) | @Override method getArtistName (line 72) | @Override method getCurrentPosition (line 77) | @Override method getDuration (line 82) | @Override method next (line 87) | @Override method pre (line 93) | @Override method getPlayMode (line 98) | @Override method setPlayMode (line 103) | @Override method isPlaying (line 108) | @Override method seekTo (line 113) | @Override method getAudioPath (line 118) | @Override method getAudioSessionId (line 123) | @Override method onBind (line 166) | @Nullable method onCreate (line 172) | @Override method getDataFromLocal (line 183) | private void getDataFromLocal() { method openAudio (line 242) | void openAudio(int position) { class MyOnErrorListener (line 275) | class MyOnErrorListener implements MediaPlayer.OnErrorListener { method onError (line 277) | @Override class MyOnCompletionListener (line 284) | class MyOnCompletionListener implements MediaPlayer.OnCompletionListen... method onCompletion (line 287) | @Override class MyOnPreparedListener (line 295) | class MyOnPreparedListener implements MediaPlayer.OnPreparedListener { method onPrepared (line 297) | @Override method notifyChange (line 306) | private void notifyChange(String action) { method start (line 319) | void start() { method pause (line 351) | void pause() { method getAudioName (line 360) | String getAudioName() { method getArtistName (line 370) | String getArtistName() { method getCurrentPosition (line 381) | int getCurrentPosition() { method getDuration (line 391) | int getDuration() { method next (line 401) | void next() { method openNextAudio (line 410) | private void openNextAudio() { method setNextPostion (line 435) | private void setNextPostion() { method pre (line 465) | void pre() { method setPrePostion (line 472) | private void setPrePostion() { method openPreAudio (line 497) | private void openPreAudio() { method getPlayMode (line 525) | int getPlayMode() { method setPlayMode (line 532) | void setPlayMode(int mode) { FILE: app/src/main/java/com/atguigu/mobileplayer1020/utils/CacheUtils.java class CacheUtils (line 14) | public class CacheUtils { method getString (line 21) | public static String getString(Context mContext, String key) { method putString (line 32) | public static void putString(Context mContext, String key, String valu... method setPlaymode (line 43) | public static void setPlaymode(Context context, String key, int value) { method getPlaymode (line 54) | public static int getPlaymode(Context context, String key) { FILE: app/src/main/java/com/atguigu/mobileplayer1020/utils/Constant.java class Constant (line 9) | public class Constant { FILE: app/src/main/java/com/atguigu/mobileplayer1020/utils/DensityUtil.java class DensityUtil (line 11) | public class DensityUtil { method dip2px (line 16) | public static int dip2px(Context context, float dpValue) { method px2dip (line 24) | public static int px2dip(Context context, float pxValue) { FILE: app/src/main/java/com/atguigu/mobileplayer1020/utils/JsonParser.java class JsonParser (line 10) | public class JsonParser { method parseIatResult (line 12) | public static String parseIatResult(String json) { method parseGrammarResult (line 37) | public static String parseGrammarResult(String json) { method parseLocalGrammarResult (line 66) | public static String parseLocalGrammarResult(String json) { FILE: app/src/main/java/com/atguigu/mobileplayer1020/utils/LyricParaser.java class LyricParaser (line 20) | public class LyricParaser { method getLyricBeens (line 26) | public ArrayList getLyricBeens() { method isExistsLyric (line 34) | public boolean isExistsLyric() { method readFile (line 40) | public void readFile(File file) { method getCharset (line 85) | public String getCharset(File file) { class MyComparator (line 145) | class MyComparator implements Comparator { method compare (line 148) | @Override method analyzeLyrc (line 167) | private String analyzeLyrc(String line) { method stTimeToLong (line 231) | private long stTimeToLong(String timeStr) { method getCountTag (line 262) | private int getCountTag(String line) { FILE: app/src/main/java/com/atguigu/mobileplayer1020/utils/Utils.java class Utils (line 9) | public class Utils { method Utils (line 17) | public Utils() { method stringForTime (line 30) | public String stringForTime(int timeMs) { method isNetUrl (line 53) | public boolean isNetUrl(String url) { method showNetSpeed (line 72) | public String showNetSpeed(Context context) { FILE: app/src/main/java/com/atguigu/mobileplayer1020/view/BaseVisualizerView.java class BaseVisualizerView (line 13) | public class BaseVisualizerView extends View implements Visualizer.OnDat... method BaseVisualizerView (line 56) | public BaseVisualizerView(Context context) { method initView (line 62) | private void initView() { method BaseVisualizerView (line 71) | public BaseVisualizerView(Context context, AttributeSet attrs) { method onLayout (line 76) | @Override method drawCylinder (line 94) | protected void drawCylinder(Canvas canvas, float x, byte value) { method onDraw (line 102) | @Override method setVisualizer (line 113) | public void setVisualizer(Visualizer visualizer) { method onFftDataCapture (line 131) | @Override method onWaveFormDataCapture (line 164) | @Override method enableDataProcess (line 174) | public void enableDataProcess(boolean en) { FILE: app/src/main/java/com/atguigu/mobileplayer1020/view/LyricShowView.java class LyricShowView (line 21) | public class LyricShowView extends TextView { method LyricShowView (line 40) | public LyricShowView(Context context, AttributeSet attrs) { method initView (line 49) | private void initView() { method onSizeChanged (line 84) | @Override method onDraw (line 96) | @Override method setNextShowLyric (line 167) | public void setNextShowLyric(int currentPosition) { method setLyrics (line 198) | public void setLyrics(ArrayList lyricBeens) { FILE: app/src/main/java/com/atguigu/mobileplayer1020/view/TitleBarView.java class TitleBarView (line 22) | public class TitleBarView extends LinearLayout implements View.OnClickLi... method TitleBarView (line 29) | public TitleBarView(Context context, AttributeSet attrs) { method onFinishInflate (line 38) | @Override method onClick (line 51) | @Override FILE: app/src/main/java/com/atguigu/mobileplayer1020/view/VideoView.java class VideoView (line 13) | public class VideoView extends android.widget.VideoView { method VideoView (line 14) | public VideoView(Context context, AttributeSet attrs) { method onMeasure (line 24) | @Override method setViewSize (line 37) | public void setViewSize(int screenWidth, int screeHeight) { FILE: app/src/main/java/com/atguigu/mobileplayer1020/view/VitamioVideoView.java class VitamioVideoView (line 13) | public class VitamioVideoView extends io.vov.vitamio.widget.VideoView { method VitamioVideoView (line 14) | public VitamioVideoView(Context context, AttributeSet attrs) { method onMeasure (line 24) | @Override method setViewSize (line 37) | public void setViewSize(int screenWidth, int screeHeight) { FILE: app/src/test/java/com/atguigu/mobileplayer1020/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test FILE: binderService/src/main/java/com/yanguangfu/binder/MainActivity.java class MainActivity (line 28) | public class MainActivity extends Activity implements OnClickListener { method onCreate (line 36) | @Override method setClickListener (line 50) | private void setClickListener() { method initView (line 60) | private void initView() { method onClick (line 67) | @Override method performAction (line 124) | @Override method onServiceConnected (line 138) | public void onServiceConnected(ComponentName className, IBinder servic... method onServiceDisconnected (line 148) | public void onServiceDisconnected(ComponentName className) { FILE: binderService/src/main/java/com/yanguangfu/binder/MyService.java class MyService (line 18) | public class MyService extends Service { method onCreate (line 24) | @Override method onStart (line 30) | @Override method onBind (line 36) | @Override method onDestroy (line 43) | @Override method onUnbind (line 50) | @Override method onRebind (line 57) | public void onRebind(Intent intent) { method getNames (line 62) | private String getNames(){ method getAges (line 67) | private int getAges(){ method invokCallBack (line 74) | @Override method registerTestCall (line 86) | @Override method getName (line 93) | @Override method getAge (line 100) | @Override FILE: binderService/src/main/java/com/yanguangfu/binder/aidl/Rect1.java class Rect1 (line 6) | public class Rect1 implements Parcelable { method createFromParcel (line 12) | public Rect1 createFromParcel(Parcel in) { method newArray (line 16) | public Rect1[] newArray(int size) { method Rect1 (line 21) | public Rect1() { method Rect1 (line 24) | private Rect1(Parcel in) { method readFromParcel (line 28) | public void readFromParcel(Parcel in) { method describeContents (line 35) | @Override method writeToParcel (line 40) | @Override FILE: jcvideoplayer-lib/src/androidTest/java/fm/jiecao/jcvideoplayer_lib/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: jcvideoplayer-lib/src/main/java/fm/jiecao/jcvideoplayer_lib/JCMediaManager.java class JCMediaManager (line 25) | public class JCMediaManager implements IMediaPlayer.OnPreparedListener, ... method instance (line 48) | public static JCMediaManager instance() { method JCMediaManager (line 55) | public JCMediaManager() { method getVideoSize (line 63) | public Point getVideoSize() { class MediaHandler (line 71) | public class MediaHandler extends Handler { method MediaHandler (line 72) | public MediaHandler(Looper looper) { method handleMessage (line 76) | @Override method prepare (line 129) | public void prepare(final String url, final Map mapHea... method releaseMediaPlayer (line 138) | public void releaseMediaPlayer() { method setDisplay (line 144) | public void setDisplay(Surface holder) { method onPrepared (line 151) | @Override method onCompletion (line 163) | @Override method onBufferingUpdate (line 175) | @Override method onSeekComplete (line 187) | @Override method onError (line 199) | @Override method onInfo (line 212) | @Override method onVideoSizeChanged (line 225) | @Override class FuckBean (line 240) | private class FuckBean { method FuckBean (line 245) | FuckBean(String url, Map mapHeadData, boolean loop) { FILE: jcvideoplayer-lib/src/main/java/fm/jiecao/jcvideoplayer_lib/JCMediaPlayerListener.java type JCMediaPlayerListener (line 6) | public interface JCMediaPlayerListener { method onPrepared (line 7) | void onPrepared(); method onCompletion (line 9) | void onCompletion(); method onAutoCompletion (line 11) | void onAutoCompletion(); method onBufferingUpdate (line 13) | void onBufferingUpdate(int percent); method onSeekComplete (line 15) | void onSeekComplete(); method onError (line 17) | void onError(int what, int extra); method onInfo (line 19) | void onInfo(int what, int extra); method onVideoSizeChanged (line 21) | void onVideoSizeChanged(); method goBackThisListener (line 23) | void goBackThisListener(); method backToOtherListener (line 25) | boolean backToOtherListener(); method onScrollChange (line 27) | void onScrollChange(); method getScreenType (line 29) | int getScreenType(); method getUrl (line 31) | String getUrl(); method getState (line 33) | int getState(); method autoFullscreen (line 35) | void autoFullscreen(float x); method autoQuitFullscreen (line 37) | void autoQuitFullscreen(); FILE: jcvideoplayer-lib/src/main/java/fm/jiecao/jcvideoplayer_lib/JCResizeImageView.java class JCResizeImageView (line 17) | public class JCResizeImageView extends ImageView { method JCResizeImageView (line 24) | public JCResizeImageView(Context context) { method JCResizeImageView (line 29) | public JCResizeImageView(Context context, AttributeSet attrs) { method init (line 34) | protected void init() { method setVideoSize (line 38) | public void setVideoSize(Point videoSize) { method setRotation (line 45) | @Override method onMeasure (line 53) | @Override FILE: jcvideoplayer-lib/src/main/java/fm/jiecao/jcvideoplayer_lib/JCResizeTextureView.java class JCResizeTextureView (line 18) | public class JCResizeTextureView extends TextureView { method JCResizeTextureView (line 26) | public JCResizeTextureView(Context context) { method JCResizeTextureView (line 31) | public JCResizeTextureView(Context context, AttributeSet attrs) { method getBitmap (line 36) | @Override method getBitmap (line 45) | @Override method getBitmap (line 54) | @Override method init (line 63) | private void init() { method setVideoSize (line 67) | public void setVideoSize(Point videoSize) { method setRotation (line 74) | @Override method setHasUpdated (line 85) | public void setHasUpdated() { method onMeasure (line 89) | @Override FILE: jcvideoplayer-lib/src/main/java/fm/jiecao/jcvideoplayer_lib/JCUserAction.java type JCUserAction (line 7) | public interface JCUserAction { method onEvent (line 27) | void onEvent(int type, String url, int screen, Object... objects); FILE: jcvideoplayer-lib/src/main/java/fm/jiecao/jcvideoplayer_lib/JCUserActionStandard.java type JCUserActionStandard (line 7) | public interface JCUserActionStandard extends JCUserAction { FILE: jcvideoplayer-lib/src/main/java/fm/jiecao/jcvideoplayer_lib/JCUtils.java class JCUtils (line 18) | public class JCUtils { method stringForTime (line 20) | public static String stringForTime(int timeMs) { method isWifiConnected (line 43) | public static boolean isWifiConnected(Context context) { method scanForActivity (line 55) | public static Activity scanForActivity(Context context) { method getAppCompActivity (line 73) | public static AppCompatActivity getAppCompActivity(Context context) { method dip2px (line 83) | public static int dip2px(Context context, float dpValue) { FILE: jcvideoplayer-lib/src/main/java/fm/jiecao/jcvideoplayer_lib/JCVideoPlayer.java class JCVideoPlayer (line 45) | public abstract class JCVideoPlayer extends FrameLayout implements JCMed... method JCVideoPlayer (line 116) | public JCVideoPlayer(Context context) { method JCVideoPlayer (line 121) | public JCVideoPlayer(Context context, AttributeSet attrs) { method init (line 126) | public void init(Context context) { method setUp (line 151) | public boolean setUp(String url, int screen, Object... objects) { method getScreenType (line 175) | @Override method getUrl (line 180) | @Override method getState (line 185) | @Override method setUp (line 190) | public boolean setUp(String url, int screen, Map mapHe... method onClick (line 199) | @Override method prepareVideo (line 247) | public void prepareVideo() { method onTouch (line 262) | @Override method addTextureView (line 346) | public void addTextureView() { method setUiWitStateAndScreen (line 369) | public void setUiWitStateAndScreen(int state) { method startProgressTimer (line 400) | public void startProgressTimer() { method cancelProgressTimer (line 407) | public void cancelProgressTimer() { method onPrepared (line 416) | @Override method clearFullscreenLayout (line 430) | public void clearFullscreenLayout() { method onAutoCompletion (line 444) | @Override method onCompletion (line 455) | @Override method backToOtherListener (line 481) | @Override method autoFullscreen (line 524) | @Override method autoQuitFullscreen (line 541) | @Override method goBackThisListener (line 552) | @Override method onBufferingUpdate (line 563) | @Override method onSeekComplete (line 572) | @Override method onError (line 576) | @Override method onInfo (line 585) | @Override method onVideoSizeChanged (line 608) | @Override method onSurfaceTextureAvailable (line 615) | @Override method onSurfaceTextureSizeChanged (line 622) | @Override method onSurfaceTextureDestroyed (line 630) | @Override method onSurfaceTextureUpdated (line 636) | @Override method onProgressChanged (line 648) | @Override method onStartTrackingTouch (line 652) | @Override method onStopTrackingTouch (line 663) | @Override method backPress (line 680) | public static boolean backPress() { method startWindowFullscreen (line 688) | public void startWindowFullscreen() { method startWindowTiny (line 733) | public void startWindowTiny() { class ProgressTimerTask (line 766) | public class ProgressTimerTask extends TimerTask { method run (line 767) | @Override method getCurrentPositionWhenPlaying (line 783) | public int getCurrentPositionWhenPlaying() { method getDuration (line 796) | public int getDuration() { method setTextAndProgress (line 807) | public void setTextAndProgress(int secProgress) { method setProgressAndTime (line 814) | public void setProgressAndTime(int progress, int secProgress, int curr... method resetProgressAndTime (line 824) | public void resetProgressAndTime() { method onAudioFocusChange (line 832) | @Override method release (line 853) | public void release() { method isCurrentMediaListener (line 868) | public boolean isCurrentMediaListener() { method isCurrenPlayingUrl (line 873) | public boolean isCurrenPlayingUrl() { method releaseAllVideos (line 877) | public static void releaseAllVideos() { method setJcUserAction (line 883) | public static void setJcUserAction(JCUserAction jcUserEvent) { method onEvent (line 887) | public void onEvent(int type) { method onScrollChange (line 893) | @Override method onScroll (line 915) | public static void onScroll() {//这里就应该保证,listener的正确的完整的赋值,调用非播放的控件 method startFullscreen (line 926) | public static void startFullscreen(Context context, Class _class, Stri... method hideSupportActionBar (line 960) | public static void hideSupportActionBar(Context context) { method showSupportActionBar (line 974) | public static void showSupportActionBar(Context context) { class JCAutoFullscreenListener (line 987) | public static class JCAutoFullscreenListener implements SensorEventLis... method onSensorChanged (line 988) | @Override method onAccuracyChanged (line 1004) | @Override method obtainCache (line 1010) | private void obtainCache() { method refreshCache (line 1020) | public void refreshCache() { method clearCacheImage (line 1030) | public void clearCacheImage() { method showWifiDialog (line 1035) | public void showWifiDialog() { method showProgressDialog (line 1038) | public void showProgressDialog(float deltaX, method dismissProgressDialog (line 1043) | public void dismissProgressDialog() { method showVolumeDialog (line 1047) | public void showVolumeDialog(float deltaY, int volumePercent) { method dismissVolumeDialog (line 1051) | public void dismissVolumeDialog() { method getLayoutId (line 1056) | public abstract int getLayoutId(); FILE: jcvideoplayer-lib/src/main/java/fm/jiecao/jcvideoplayer_lib/JCVideoPlayerManager.java class JCVideoPlayerManager (line 11) | public class JCVideoPlayerManager { method putScrollListener (line 16) | public static void putScrollListener(JCMediaPlayerListener listener) { method putListener (line 22) | public static void putListener(JCMediaPlayerListener listener) { method checkAndPutListener (line 26) | public static void checkAndPutListener(JCMediaPlayerListener listener) { method popListener (line 47) | public static JCMediaPlayerListener popListener() { method getFirst (line 54) | public static JCMediaPlayerListener getFirst() { method completeAll (line 61) | public static void completeAll() { FILE: jcvideoplayer-lib/src/main/java/fm/jiecao/jcvideoplayer_lib/JCVideoPlayerSimple.java class JCVideoPlayerSimple (line 14) | public class JCVideoPlayerSimple extends JCVideoPlayer { method JCVideoPlayerSimple (line 16) | public JCVideoPlayerSimple(Context context) { method JCVideoPlayerSimple (line 20) | public JCVideoPlayerSimple(Context context, AttributeSet attrs) { method getLayoutId (line 24) | @Override method setUp (line 29) | @Override method setUiWitStateAndScreen (line 43) | @Override method updateStartImage (line 64) | private void updateStartImage() { method onClick (line 74) | @Override method onProgressChanged (line 83) | @Override method backToOtherListener (line 94) | @Override FILE: jcvideoplayer-lib/src/main/java/fm/jiecao/jcvideoplayer_lib/JCVideoPlayerStandard.java class JCVideoPlayerStandard (line 28) | public class JCVideoPlayerStandard extends JCVideoPlayer { method JCVideoPlayerStandard (line 43) | public JCVideoPlayerStandard(Context context) { method JCVideoPlayerStandard (line 47) | public JCVideoPlayerStandard(Context context, AttributeSet attrs) { method init (line 51) | @Override method setUp (line 68) | @Override method getLayoutId (line 92) | @Override method setUiWitStateAndScreen (line 97) | @Override method onTouch (line 131) | @Override method onClick (line 166) | @Override method showWifiDialog (line 202) | @Override method onStartTrackingTouch (line 224) | @Override method onStopTrackingTouch (line 230) | @Override method startPlayLogic (line 236) | public void startPlayLogic() { method onClickUiToggle (line 241) | public void onClickUiToggle() { method setProgressAndTime (line 275) | @Override method resetProgressAndTime (line 282) | @Override method changeUiToNormal (line 290) | public void changeUiToNormal() { method changeUiToPreparingShow (line 308) | public void changeUiToPreparingShow() { method changeUiToPreparingClear (line 325) | public void changeUiToPreparingClear() { method onPrepared (line 343) | @Override method changeUiToPlayingShow (line 351) | public void changeUiToPlayingShow() { method changeUiToPlayingClear (line 370) | public void changeUiToPlayingClear() { method changeUiToPauseShow (line 387) | public void changeUiToPauseShow() { method changeUiToPauseClear (line 406) | public void changeUiToPauseClear() { method changeUiToPlayingBufferingShow (line 423) | public void changeUiToPlayingBufferingShow() { method changeUiToPlayingBufferingClear (line 440) | public void changeUiToPlayingBufferingClear() { method changeUiToCompleteShow (line 459) | public void changeUiToCompleteShow() { method changeUiToCompleteClear (line 478) | public void changeUiToCompleteClear() { method changeUiToError (line 497) | public void changeUiToError() { method setAllControlsVisible (line 517) | public void setAllControlsVisible(int topCon, int bottomCon, int start... method updateStartImage (line 532) | public void updateStartImage() { method showProgressDialog (line 549) | @Override method dismissProgressDialog (line 584) | @Override method showVolumeDialog (line 596) | @Override method dismissVolumeDialog (line 620) | @Override method startDismissControlViewTimer (line 628) | public void startDismissControlViewTimer() { method cancelDismissControlViewTimer (line 635) | public void cancelDismissControlViewTimer() { class DismissControlViewTimerTask (line 645) | public class DismissControlViewTimerTask extends TimerTask { method run (line 647) | @Override FILE: jcvideoplayer-lib/src/test/java/fm/jiecao/jcvideoplayer_lib/ExampleUnitTest.java class ExampleUnitTest (line 10) | public class ExampleUnitTest { method addition_isCorrect (line 11) | @Test FILE: speechDemo/src/main/java/com/iflytek/ise/result/FinalResult.java class FinalResult (line 13) | public class FinalResult extends Result { method toString (line 19) | @Override FILE: speechDemo/src/main/java/com/iflytek/ise/result/ReadSentenceResult.java class ReadSentenceResult (line 15) | public class ReadSentenceResult extends Result { method ReadSentenceResult (line 17) | public ReadSentenceResult() { method toString (line 21) | @Override FILE: speechDemo/src/main/java/com/iflytek/ise/result/ReadSyllableResult.java class ReadSyllableResult (line 15) | public class ReadSyllableResult extends Result { method ReadSyllableResult (line 17) | public ReadSyllableResult() { method toString (line 22) | @Override FILE: speechDemo/src/main/java/com/iflytek/ise/result/ReadWordResult.java class ReadWordResult (line 15) | public class ReadWordResult extends Result { method ReadWordResult (line 17) | public ReadWordResult() { method toString (line 21) | @Override FILE: speechDemo/src/main/java/com/iflytek/ise/result/Result.java class Result (line 17) | public class Result { FILE: speechDemo/src/main/java/com/iflytek/ise/result/entity/Phone.java class Phone (line 15) | public class Phone { method getStdSymbol (line 96) | public String getStdSymbol() { method getStdSymbol (line 100) | public static String getStdSymbol(String content) { FILE: speechDemo/src/main/java/com/iflytek/ise/result/entity/Sentence.java class Sentence (line 15) | public class Sentence { FILE: speechDemo/src/main/java/com/iflytek/ise/result/entity/Syll.java class Syll (line 15) | public class Syll { method getStdSymbol (line 50) | public String getStdSymbol() { FILE: speechDemo/src/main/java/com/iflytek/ise/result/entity/Word.java class Word (line 15) | public class Word { FILE: speechDemo/src/main/java/com/iflytek/ise/result/util/ResultFormatUtil.java class ResultFormatUtil (line 20) | public class ResultFormatUtil { method formatDetails_EN (line 28) | public static String formatDetails_EN(ArrayList sentences) { method formatDetails_CN (line 82) | public static String formatDetails_CN(ArrayList sentences) { FILE: speechDemo/src/main/java/com/iflytek/ise/result/util/ResultTranslateUtil.java class ResultTranslateUtil (line 15) | public class ResultTranslateUtil { method getDpMessageInfo (line 32) | public static String getDpMessageInfo(int dp_message) { method getContent (line 36) | public static String getContent(String content) { FILE: speechDemo/src/main/java/com/iflytek/ise/result/xml/XmlResultParser.java class XmlResultParser (line 34) | public class XmlResultParser { method parse (line 36) | public Result parse(String xml) { method parseResult (line 85) | private Result parseResult(XmlPullParser pullParser) { method readTotalResult (line 179) | private void readTotalResult(Result result, XmlPullParser pullParser) { method createPhone (line 189) | private Phone createPhone(XmlPullParser pullParser) { method createSyll (line 200) | private Syll createSyll(XmlPullParser pullParser) { method createWord (line 212) | private Word createWord(XmlPullParser pullParser) { method createSentence (line 227) | private Sentence createSentence(XmlPullParser pullParser) { method getLanguage (line 239) | private String getLanguage(XmlPullParser pullParser) { method getExceptInfo (line 243) | private String getExceptInfo(XmlPullParser pullParser) { method getIsRejected (line 247) | private boolean getIsRejected(XmlPullParser pullParser) { method getSymbol (line 256) | private String getSymbol(XmlPullParser pullParser) { method getFloat (line 260) | private float getFloat(XmlPullParser pullParser, String attrName) { method getContent (line 268) | private String getContent(XmlPullParser pullParser) { method getInt (line 272) | private int getInt(XmlPullParser pullParser, String attrName) { FILE: speechDemo/src/main/java/com/iflytek/speech/setting/IatSettings.java class IatSettings (line 16) | public class IatSettings extends PreferenceActivity implements OnPrefere... method onCreate (line 22) | @SuppressWarnings("deprecation") method onPreferenceChange (line 35) | @Override FILE: speechDemo/src/main/java/com/iflytek/speech/setting/IseSettings.java class IseSettings (line 23) | public class IseSettings extends PreferenceActivity { method onCreate (line 35) | @Override method initUI (line 46) | private void initUI() { method showTip (line 195) | private void showTip(String str) { FILE: speechDemo/src/main/java/com/iflytek/speech/setting/TtsSettings.java class TtsSettings (line 17) | public class TtsSettings extends PreferenceActivity implements OnPrefere... method onCreate (line 24) | @SuppressWarnings("deprecation") method onPreferenceChange (line 43) | @Override FILE: speechDemo/src/main/java/com/iflytek/speech/setting/UnderstanderSettings.java class UnderstanderSettings (line 17) | public class UnderstanderSettings extends PreferenceActivity implements ... method onCreate (line 24) | @SuppressWarnings("deprecation") method onPreferenceChange (line 37) | @Override method onResume (line 42) | @Override method onPause (line 50) | @Override FILE: speechDemo/src/main/java/com/iflytek/speech/util/ApkInstaller.java class ApkInstaller (line 18) | public class ApkInstaller { method ApkInstaller (line 21) | public ApkInstaller(Activity activity) { method install (line 25) | public void install(){ method processInstall (line 50) | private boolean processInstall(Context context ,String url,String asse... FILE: speechDemo/src/main/java/com/iflytek/speech/util/FucUtil.java class FucUtil (line 18) | public class FucUtil { method readFile (line 23) | public static String readFile(Context mContext,String file,String code) method splitBuffer (line 47) | public ArrayList splitBuffer(byte[] buffer,int length,int spsize) method checkLocalResource (line 78) | public static String checkLocalResource(){ method readAudioFile (line 128) | public static byte[] readAudioFile(Context context, String filename) { FILE: speechDemo/src/main/java/com/iflytek/speech/util/JsonParser.java class JsonParser (line 12) | public class JsonParser { method parseIatResult (line 14) | public static String parseIatResult(String json) { method parseGrammarResult (line 39) | public static String parseGrammarResult(String json) { method parseLocalGrammarResult (line 68) | public static String parseLocalGrammarResult(String json) { FILE: speechDemo/src/main/java/com/iflytek/speech/util/SettingTextWatcher.java class SettingTextWatcher (line 14) | public class SettingTextWatcher implements TextWatcher { method SettingTextWatcher (line 22) | public SettingTextWatcher(Context context,EditTextPreference e,int min... method onTextChanged (line 29) | @Override method beforeTextChanged (line 36) | @Override method afterTextChanged (line 41) | @Override method isNumeric (line 65) | public static boolean isNumeric(String str){ FILE: speechDemo/src/main/java/com/iflytek/speech/util/XmlParser.java class XmlParser (line 14) | public class XmlParser { method parseNluResult (line 16) | public static String parseNluResult(String xml) FILE: speechDemo/src/main/java/com/iflytek/voicedemo/AsrDemo.java class AsrDemo (line 36) | public class AsrDemo extends Activity implements OnClickListener{ method onCreate (line 58) | @SuppressLint("ShowToast") method initLayout (line 85) | private void initLayout() { method onClick (line 123) | @Override method onInit (line 217) | @Override method onLexiconUpdated (line 230) | @Override method onBuildFinish (line 244) | @Override method onBuildFinish (line 257) | @Override method onContactQueryFinish (line 275) | @Override method onVolumeChanged (line 286) | @Override method onResult (line 292) | @Override method onEndOfSpeech (line 310) | @Override method onBeginOfSpeech (line 316) | @Override method onError (line 322) | @Override method onEvent (line 327) | @Override method showTip (line 341) | private void showTip(final String str) { method setParam (line 356) | public boolean setParam(){ method onDestroy (line 389) | @Override method onResume (line 397) | @Override method onPause (line 405) | @Override FILE: speechDemo/src/main/java/com/iflytek/voicedemo/IatDemo.java class IatDemo (line 44) | public class IatDemo extends Activity implements OnClickListener { method onCreate (line 62) | @SuppressLint("ShowToast") method initLayout (line 87) | private void initLayout() { method onClick (line 148) | @Override method onInit (line 253) | @Override method onLexiconUpdated (line 267) | @Override method onBeginOfSpeech (line 282) | @Override method onError (line 288) | @Override method onEndOfSpeech (line 296) | @Override method onResult (line 302) | @Override method onVolumeChanged (line 312) | @Override method onEvent (line 318) | @Override method printResult (line 329) | private void printResult(RecognizerResult results) { method onResult (line 356) | public void onResult(RecognizerResult results, boolean isLast) { method onError (line 363) | public void onError(SpeechError error) { method onContactQueryFinish (line 374) | @Override method showTip (line 395) | private void showTip(final String str) { method setParam (line 406) | public void setParam() { method onDestroy (line 442) | @Override method onResume (line 450) | @Override method onPause (line 458) | @Override FILE: speechDemo/src/main/java/com/iflytek/voicedemo/IseDemo.java class IseDemo (line 30) | public class IseDemo extends Activity implements OnClickListener { method onResult (line 55) | @Override method onError (line 73) | @Override method onBeginOfSpeech (line 85) | @Override method onEndOfSpeech (line 91) | @Override method onVolumeChanged (line 97) | @Override method onEvent (line 103) | @Override method onCreate (line 114) | @Override method initUI (line 125) | private void initUI() { method onClick (line 138) | @Override method onActivityResult (line 189) | @Override method onDestroy (line 198) | @Override method setEvaText (line 209) | private void setEvaText() { method showTip (line 238) | private void showTip(String str) { method setParams (line 244) | private void setParams() { method onResume (line 273) | @Override method onPause (line 281) | @Override FILE: speechDemo/src/main/java/com/iflytek/voicedemo/MainActivity.java class MainActivity (line 19) | public class MainActivity extends Activity implements OnClickListener { method onCreate (line 24) | @SuppressLint("ShowToast") method onClick (line 35) | @Override class SimpleAdapter (line 80) | private class SimpleAdapter extends BaseAdapter { method getView (line 81) | public View getView(int position, View convertView, ViewGroup parent) { method getCount (line 96) | @Override method getItem (line 101) | @Override method getItemId (line 106) | @Override method showTip (line 112) | private void showTip(final String str) { method onResume (line 117) | @Override method onPause (line 125) | @Override FILE: speechDemo/src/main/java/com/iflytek/voicedemo/SpeechApp.java class SpeechApp (line 7) | public class SpeechApp extends Application { method onCreate (line 9) | @Override FILE: speechDemo/src/main/java/com/iflytek/voicedemo/TtsDemo.java class TtsDemo (line 31) | public class TtsDemo extends Activity implements OnClickListener { method onCreate (line 57) | @SuppressLint("ShowToast") method initLayout (line 80) | private void initLayout() { method onClick (line 115) | @Override method showPresonSelectDialog (line 180) | private void showPresonSelectDialog() { method onInit (line 219) | @Override method onSpeakBegin (line 237) | @Override method onSpeakPaused (line 242) | @Override method onSpeakResumed (line 247) | @Override method onBufferProgress (line 252) | @Override method onSpeakProgress (line 261) | @Override method onCompleted (line 269) | @Override method onEvent (line 278) | @Override method showTip (line 289) | private void showTip(final String str) { method setParam (line 299) | private void setParam(){ method onDestroy (line 333) | @Override method onResume (line 341) | @Override method onPause (line 348) | @Override FILE: speechDemo/src/main/java/com/iflytek/voicedemo/UnderstanderDemo.java class UnderstanderDemo (line 29) | public class UnderstanderDemo extends Activity implements OnClickListener { method onCreate (line 40) | @SuppressLint("ShowToast") method initLayout (line 62) | private void initLayout(){ method onInit (line 80) | @Override method onInit (line 94) | @Override method onClick (line 105) | @Override method onResult (line 165) | @Override method onError (line 179) | @Override method onResult (line 192) | @Override method onVolumeChanged (line 207) | @Override method onEndOfSpeech (line 213) | @Override method onBeginOfSpeech (line 219) | @Override method onError (line 225) | @Override method onEvent (line 230) | @Override method onDestroy (line 240) | @Override method showTip (line 251) | private void showTip(final String str) { method setParam (line 261) | public void setParam(){ method onResume (line 287) | @Override method onPause (line 295) | @Override FILE: vitamio-sample/gen/io/vov/vitamio/R.java class R (line 9) | public final class R { class color (line 10) | public static final class color { class drawable (line 15) | public static final class drawable { class id (line 30) | public static final class id { class layout (line 37) | public static final class layout { class string (line 40) | public static final class string { class style (line 55) | public static final class style { FILE: vitamio-sample/gen/io/vov/vitamio/demo/BuildConfig.java class BuildConfig (line 4) | public final class BuildConfig { FILE: vitamio-sample/gen/io/vov/vitamio/demo/R.java class R (line 10) | public final class R { class attr (line 11) | public static final class attr { class color (line 13) | public static final class color { class drawable (line 18) | public static final class drawable { class id (line 37) | public static final class id { class layout (line 61) | public static final class layout { class raw (line 72) | public static final class raw { class string (line 75) | public static final class string { class style (line 106) | public static final class style { FILE: vitamio-sample/src/io/vov/vitamio/demo/MediaMetadataRetrieverDemo.java class MediaMetadataRetrieverDemo (line 27) | public class MediaMetadataRetrieverDemo extends Activity { method onCreate (line 30) | @Override FILE: vitamio-sample/src/io/vov/vitamio/demo/MediaPlayerDemo.java class MediaPlayerDemo (line 26) | public class MediaPlayerDemo extends Activity { method onCreate (line 41) | @Override method onClick (line 59) | public void onClick(View v) { method onClick (line 67) | public void onClick(View v) { method onClick (line 76) | public void onClick(View v) { method onClick (line 84) | public void onClick(View v) { method onClick (line 93) | public void onClick(View v) { FILE: vitamio-sample/src/io/vov/vitamio/demo/MediaPlayerDemo_Audio.java class MediaPlayerDemo_Audio (line 32) | public class MediaPlayerDemo_Audio extends Activity { method onCreate (line 46) | @Override method playAudio (line 56) | private void playAudio(Integer media) { method createMediaPlayer (line 92) | public MediaPlayer createMediaPlayer(Context context, int resid) { method onDestroy (line 113) | @Override FILE: vitamio-sample/src/io/vov/vitamio/demo/MediaPlayerDemo_Video.java class MediaPlayerDemo_Video (line 36) | public class MediaPlayerDemo_Video extends Activity implements OnBufferi... method onCreate (line 59) | @Override method playVideo (line 72) | private void playVideo(Integer Media) { method onBufferingUpdate (line 125) | public void onBufferingUpdate(MediaPlayer arg0, int percent) { method onCompletion (line 130) | public void onCompletion(MediaPlayer arg0) { method onVideoSizeChanged (line 134) | public void onVideoSizeChanged(MediaPlayer mp, int width, int height) { method onPrepared (line 148) | public void onPrepared(MediaPlayer mediaplayer) { method surfaceChanged (line 156) | public void surfaceChanged(SurfaceHolder surfaceholder, int i, int j, ... method surfaceDestroyed (line 161) | public void surfaceDestroyed(SurfaceHolder surfaceholder) { method surfaceCreated (line 165) | public void surfaceCreated(SurfaceHolder holder) { method onPause (line 171) | @Override method onDestroy (line 178) | @Override method releaseMediaPlayer (line 185) | private void releaseMediaPlayer() { method doCleanUp (line 192) | private void doCleanUp() { method startVideoPlayback (line 199) | private void startVideoPlayback() { FILE: vitamio-sample/src/io/vov/vitamio/demo/MediaPlayerDemo_setSurface.java class MediaPlayerDemo_setSurface (line 37) | @SuppressLint("NewApi") method onCreate (line 56) | @Override method playVideo (line 66) | @SuppressLint("NewApi") method onBufferingUpdate (line 99) | public void onBufferingUpdate(MediaPlayer arg0, int percent) { method onCompletion (line 104) | public void onCompletion(MediaPlayer arg0) { method onPrepared (line 108) | public void onPrepared(MediaPlayer mediaplayer) { method onPause (line 116) | @Override method onDestroy (line 123) | @Override method releaseMediaPlayer (line 130) | private void releaseMediaPlayer() { method doCleanUp (line 137) | private void doCleanUp() { method startVideoPlayback (line 144) | private void startVideoPlayback() { method adjustAspectRatio (line 153) | private void adjustAspectRatio(int videoWidth, int videoHeight) { method onSurfaceTextureAvailable (line 181) | @Override method onSurfaceTextureSizeChanged (line 186) | @Override method onSurfaceTextureDestroyed (line 191) | @Override method onSurfaceTextureUpdated (line 196) | @Override FILE: vitamio-sample/src/io/vov/vitamio/demo/MediaPlayerSubtitle.java class MediaPlayerSubtitle (line 36) | public class MediaPlayerSubtitle extends Activity implements Callback, O... method onCreate (line 44) | @Override method playVideo (line 56) | private void playVideo() { method surfaceChanged (line 87) | @Override method surfaceCreated (line 93) | @Override method surfaceDestroyed (line 99) | @Override method startVPback (line 105) | private void startVPback() { method onPrepared (line 110) | @Override method onPause (line 119) | @Override method relaMediaPlay (line 126) | private void relaMediaPlay() { method onDestroy (line 135) | @Override method onTimedText (line 143) | @Override method onTimedTextUpdate (line 149) | @Override FILE: vitamio-sample/src/io/vov/vitamio/demo/VideoSubtitleList.java class VideoSubtitleList (line 33) | public class VideoSubtitleList extends ListActivity { method onCreate (line 35) | @Override method getData (line 42) | protected List> getData() { method addItem (line 49) | protected void addItem(List> data, String name, In... method onListItemClick (line 56) | @Override FILE: vitamio-sample/src/io/vov/vitamio/demo/VideoViewBuffer.java class VideoViewBuffer (line 35) | public class VideoViewBuffer extends Activity implements OnInfoListener,... method onCreate (line 47) | @Override method onInfo (line 87) | @Override method onBufferingUpdate (line 114) | @Override FILE: vitamio-sample/src/io/vov/vitamio/demo/VideoViewDemo.java class VideoViewDemo (line 30) | public class VideoViewDemo extends Activity { method onCreate (line 40) | @Override method playfunction (line 53) | void playfunction(){ FILE: vitamio-sample/src/io/vov/vitamio/demo/VideoViewSubtitle.java class VideoViewSubtitle (line 30) | public class VideoViewSubtitle extends Activity { method onCreate (line 39) | @Override method onPause (line 86) | @Override method onResume (line 93) | @Override method changeLayout (line 103) | public void changeLayout(View view) { FILE: vitamio-sample/src/io/vov/vitamio/demo/VitamioListActivity.java class VitamioListActivity (line 38) | public class VitamioListActivity extends ListActivity { method onCreate (line 40) | @Override method getData (line 48) | protected List> getData() { method addItem (line 58) | protected void addItem(List> data, String name, In... method onListItemClick (line 65) | @SuppressWarnings("unchecked") method onResume (line 73) | @Override method onPause (line 79) | @Override FILE: vitamio/gen/io/vov/vitamio/BuildConfig.java class BuildConfig (line 4) | public final class BuildConfig { FILE: vitamio/gen/io/vov/vitamio/R.java class R (line 10) | public final class R { class attr (line 11) | public static final class attr { class color (line 13) | public static final class color { class drawable (line 18) | public static final class drawable { class id (line 33) | public static final class id { class layout (line 40) | public static final class layout { class string (line 43) | public static final class string { class style (line 58) | public static final class style { FILE: vitamio/src/io/vov/vitamio/EGL.java class EGL (line 33) | public class EGL { method EGL (line 43) | public EGL() { method initialize (line 49) | public boolean initialize(Surface surface) { method release (line 54) | public void release() { method start (line 59) | public void start() { method createSurface (line 82) | public GL createSurface(Surface surface) { method swap (line 115) | public boolean swap() { method destroySurface (line 134) | public void destroySurface() { method finish (line 142) | public void finish() { method throwEglException (line 153) | private void throwEglException(String function) { method throwEglException (line 157) | private void throwEglException(String function, int error) { class EGLWindowSurfaceFactory (line 163) | private static class EGLWindowSurfaceFactory { method createWindowSurface (line 165) | public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display,... method destroySurface (line 169) | public void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface... class EGLContextFactory (line 174) | private class EGLContextFactory { method createContext (line 177) | public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLCo... method destroyContext (line 183) | public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext... class EGLConfigChooser (line 191) | private abstract class EGLConfigChooser { method EGLConfigChooser (line 194) | public EGLConfigChooser(int[] configSpec) { method chooseConfig (line 198) | public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { method chooseConfig (line 221) | abstract EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, EGLCo... method filterConfigSpec (line 223) | private int[] filterConfigSpec(int[] configSpec) { class ComponentSizeChooser (line 234) | private class ComponentSizeChooser extends EGLConfigChooser { method ComponentSizeChooser (line 243) | public ComponentSizeChooser(int redSize, int greenSize, int blueSize... method chooseConfig (line 254) | @Override method findConfigAttrib (line 272) | private int findConfigAttrib(EGL10 egl, EGLDisplay display, EGLConfi... class SimpleEGLConfigChooser (line 281) | private class SimpleEGLConfigChooser extends ComponentSizeChooser { method SimpleEGLConfigChooser (line 282) | public SimpleEGLConfigChooser() { FILE: vitamio/src/io/vov/vitamio/MediaFile.java class MediaFile (line 24) | public class MediaFile { class MediaFileType (line 66) | protected static class MediaFileType { method MediaFileType (line 70) | MediaFileType(int fileType, String mimeType) { method addFileType (line 79) | static void addFileType(String extension, int fileType, String mimeTyp... method isAudioFileType (line 155) | public static boolean isAudioFileType(int fileType) { method isVideoFileType (line 159) | public static boolean isVideoFileType(int fileType) { method getFileType (line 163) | public static MediaFileType getFileType(String path) { method getFileTypeForMimeType (line 170) | public static int getFileTypeForMimeType(String mimeType) { FILE: vitamio/src/io/vov/vitamio/MediaFormat.java class MediaFormat (line 77) | public final class MediaFormat { method MediaFormat (line 265) | MediaFormat(Map map) { method MediaFormat (line 272) | public MediaFormat() { method getMap (line 276) | Map getMap() { method containsKey (line 283) | public final boolean containsKey(String name) { method getInteger (line 290) | public final int getInteger(String name) { method getInteger (line 299) | public final int getInteger(String name, int defaultValue) { method getLong (line 311) | public final long getLong(String name) { method getFloat (line 318) | public final float getFloat(String name) { method getString (line 325) | public final String getString(String name) { method getByteBuffer (line 332) | public final ByteBuffer getByteBuffer(String name) { method setInteger (line 339) | public final void setInteger(String name, int value) { method setLong (line 346) | public final void setLong(String name, long value) { method setFloat (line 353) | public final void setFloat(String name, float value) { method setString (line 360) | public final void setString(String name, String value) { method setByteBuffer (line 367) | public final void setByteBuffer(String name, ByteBuffer bytes) { method createAudioFormat (line 377) | public static final MediaFormat createAudioFormat( method createSubtitleFormat (line 397) | public static final MediaFormat createSubtitleFormat( method createVideoFormat (line 413) | public static final MediaFormat createVideoFormat( method toString (line 425) | @Override FILE: vitamio/src/io/vov/vitamio/MediaMetadataRetriever.java class MediaMetadataRetriever (line 44) | public class MediaMetadataRetriever { method MediaMetadataRetriever (line 58) | public MediaMetadataRetriever(Context ctx) { method loadFFmpeg_native (line 62) | private static native boolean loadFFmpeg_native(String ffmpegPath); method setDataSource (line 64) | public void setDataSource(Context context, Uri uri) throws IOException... method setDataSource (line 89) | public native void setDataSource(String path) throws IOException, Ille... method setDataSource (line 92) | public native void setDataSource(FileDescriptor fd) throws IOException... method extractMetadata (line 106) | public native String extractMetadata(String keyCode) throws IllegalSta... method getFrameAtTime (line 108) | public native Bitmap getFrameAtTime(long timeUs) throws IllegalStateEx... method getEmbeddedPicture (line 117) | public native byte[] getEmbeddedPicture() throws IllegalStateException; method _release (line 119) | private native void _release(); method native_setup (line 121) | private native void native_setup(); method native_init (line 123) | private static native final void native_init(); method native_finalize (line 125) | private native final void native_finalize(); method release (line 127) | public void release() { method finalize (line 132) | @Override method closeFD (line 141) | private void closeFD() { FILE: vitamio/src/io/vov/vitamio/MediaPlayer.java class MediaPlayer (line 65) | public class MediaPlayer { method MediaPlayer (line 198) | public MediaPlayer(Context ctx) { method MediaPlayer (line 214) | public MediaPlayer(Context ctx, boolean preferHWDecoder) { method postEventFromNative (line 277) | private static void postEventFromNative(Object mediaplayer_ref, int wh... method loadVAO_native (line 293) | private static native boolean loadVAO_native(String vaoPath); method loadVVO_native (line 295) | private static native boolean loadVVO_native(String vvoPath); method loadOMX_native (line 297) | private static native boolean loadOMX_native(String omxPath); method unloadOMX_native (line 299) | private static native void unloadOMX_native(); method loadFFmpeg_native (line 301) | private static native boolean loadFFmpeg_native(String ffmpegPath); method _setVideoSurface (line 303) | private native void _setVideoSurface(Surface surface); method setDisplay (line 312) | public void setDisplay(SurfaceHolder sh) { method setSurface (line 329) | public void setSurface(Surface surface) { method setDataSource (line 357) | public void setDataSource(String path) throws IOException, IllegalArgu... method setDataSource (line 368) | public void setDataSource(Context context, Uri uri) throws IOException... method setDataSource (line 372) | public void setDataSource(Context context, Uri uri, Map headers) method setDataSource (line 429) | public void setDataSource(String path, String[] keys, String[] values)... method setDataSegments (line 451) | public void setDataSegments(String[] uris, String cacheDir) { method setOnHWRenderFailedListener (line 455) | public void setOnHWRenderFailedListener(OnHWRenderFailedListener l) { method _setDataSource (line 468) | private native void _setDataSource(String path, String[] keys, String[... method setDataSource (line 478) | public native void setDataSource(FileDescriptor fd) throws IOException... method _setDataSegmentsSource (line 485) | private native void _setDataSegmentsSource(String[] segments, String c... method prepare (line 496) | public native void prepare() throws IOException, IllegalStateException; method prepareAsync (line 508) | public native void prepareAsync() throws IllegalStateException; method start (line 517) | public void start() throws IllegalStateException { method _start (line 528) | private native void _start() throws IllegalStateException; method stop (line 535) | public void stop() throws IllegalStateException { method _stop (line 542) | private native void _stop() throws IllegalStateException; method pause (line 549) | public void pause() throws IllegalStateException { method _pause (line 556) | private native void _pause() throws IllegalStateException; method setWakeMode (line 575) | @SuppressLint("Wakelock") method setScreenOnWhilePlaying (line 602) | public void setScreenOnWhilePlaying(boolean screenOn) { method stayAwake (line 609) | @SuppressLint("Wakelock") method updateSurfaceScreenOn (line 622) | private void updateSurfaceScreenOn() { method getVideoWidth (line 636) | public native int getVideoWidth(); method getVideoWidth_a (line 638) | private native int getVideoWidth_a(); method getVideoHeight (line 649) | public native int getVideoHeight(); method getVideoHeight_a (line 651) | private native int getVideoHeight_a(); method isPlaying (line 658) | public native boolean isPlaying(); method setUseCache (line 665) | public native void setUseCache(boolean cache); method setCacheDirectory (line 671) | public native void setCacheDirectory(String directory); method setAdaptiveStream (line 679) | public native void setAdaptiveStream(boolean adaptive); method seekTo (line 687) | public native void seekTo(long msec) throws IllegalStateException; method getCurrentPosition (line 694) | public native long getCurrentPosition(); method getCurrentFrame (line 701) | public native Bitmap getCurrentFrame(); method getDuration (line 708) | public native long getDuration(); method getMetadata (line 715) | public Metadata getMetadata() { method release (line 736) | public void release() { method _release (line 757) | private native void _release(); method reset (line 764) | public void reset() { method _reset (line 774) | private native void _reset(); method closeFD (line 776) | private void closeFD() { method setLooping (line 792) | public native void setLooping(boolean looping); method isLooping (line 799) | public native boolean isLooping(); method setAudioAmplify (line 805) | public native void setAudioAmplify(float ratio); method setVolume (line 807) | public native void setVolume(float leftVolume, float rightVolume); method native_getTrackInfo (line 809) | private native final boolean native_getTrackInfo(SparseArray t... method native_getMetadata (line 811) | private native final boolean native_getMetadata(Map me... method native_init (line 813) | private native final void native_init(); method native_finalize (line 815) | private native final void native_finalize(); method getTrackInfo (line 824) | public TrackInfo[] getTrackInfo(String encoding) { method getInbandTrackInfo (line 848) | private TrackInfo[] getInbandTrackInfo(String encoding) { method getTrackInfo (line 871) | public TrackInfo[] getTrackInfo() { method parseTrackInfo (line 875) | private SparseArray parseTrackInfo(byte[] tracks, String ... method findTrackFromTrackInfo (line 910) | public SparseArray findTrackFromTrackInfo(int mediaTrackT... method addTimedTextSource (line 924) | public native void addTimedTextSource(String path); method selectTrack (line 944) | public void selectTrack(int index) { method deselectTrack (line 961) | public void deselectTrack(int index) { method selectOrDeselectBandTrack (line 965) | private void selectOrDeselectBandTrack(int index, boolean select) { method selectOrDeselectTrack (line 978) | private native void selectOrDeselectTrack(int index, boolean select); method finalize (line 980) | @Override method setOnPreparedListener (line 991) | public void setOnPreparedListener(OnPreparedListener listener) { method setOnCompletionListener (line 1001) | public void setOnCompletionListener(OnCompletionListener listener) { method setOnBufferingUpdateListener (line 1011) | public void setOnBufferingUpdateListener(OnBufferingUpdateListener lis... method setOnCachingUpdateListener (line 1021) | public void setOnCachingUpdateListener(OnCachingUpdateListener listene... method updateCacheStatus (line 1025) | private void updateCacheStatus(int type, int info, long[] segments) { method setOnSeekCompleteListener (line 1041) | public void setOnSeekCompleteListener(OnSeekCompleteListener listener) { method setOnVideoSizeChangedListener (line 1050) | public void setOnVideoSizeChangedListener(OnVideoSizeChangedListener l... method setOnErrorListener (line 1060) | public void setOnErrorListener(OnErrorListener listener) { method setOnInfoListener (line 1064) | public void setOnInfoListener(OnInfoListener listener) { method setOnTimedTextListener (line 1073) | public void setOnTimedTextListener(OnTimedTextListener listener) { method updateSub (line 1077) | private void updateSub(int subType, byte[] bytes, String encoding, int... method _releaseVideoSurface (line 1101) | protected native void _releaseVideoSurface(); method releaseDisplay (line 1106) | public void releaseDisplay() { method getVideoAspectRatio (line 1119) | public native float getVideoAspectRatio(); method setVideoQuality (line 1131) | public native void setVideoQuality(int quality); method setVideoChroma (line 1141) | public native void setVideoChroma(int chroma); method setDeinterlace (line 1148) | public native void setDeinterlace(boolean deinterlace); method setBufferSize (line 1155) | public native void setBufferSize(long bufSize); method audioInitedOk (line 1157) | public native void audioInitedOk(long bufSize); method setPlaybackSpeed (line 1164) | public native void setPlaybackSpeed(float speed); method isBuffering (line 1171) | public native boolean isBuffering(); method getBufferProgress (line 1177) | public native int getBufferProgress(); method getMetaEncoding (line 1184) | public native String getMetaEncoding(); method setMetaEncoding (line 1191) | public native void setMetaEncoding(String encoding); method getAudioTrack (line 1198) | public native int getAudioTrack(); method getVideoTrack (line 1205) | public native int getVideoTrack(); method setTimedTextShown (line 1212) | public native void setTimedTextShown(boolean shown); method setTimedTextEncoding (line 1219) | public native void setTimedTextEncoding(String encoding); method getTimedTextLocation (line 1227) | public native int getTimedTextLocation(); method getTimedTextPath (line 1234) | public native String getTimedTextPath(); method getTimedTextTrack (line 1241) | public native int getTimedTextTrack(); method audioTrackInit (line 1245) | @SuppressLint("NewApi") method audioTrackInit (line 1252) | public int audioTrackInit() { method audioTrackSetVolume (line 1266) | private void audioTrackSetVolume(float leftVolume, float rightVolume) { method audioTrackWrite (line 1271) | private void audioTrackWrite(byte[] audioData, int offsetInBytes, int ... method audioTrackStart (line 1283) | private void audioTrackStart() { method audioTrackPause (line 1288) | private void audioTrackPause() { method audioTrackRelease (line 1293) | private void audioTrackRelease() { method getAudioSessionId (line 1302) | public int getAudioSessionId() { method surfaceInit (line 1306) | private ByteBuffer surfaceInit() { method surfaceRender (line 1322) | private void surfaceRender() { method surfaceRelease (line 1338) | private void surfaceRelease() { type OnHWRenderFailedListener (line 1346) | public interface OnHWRenderFailedListener { method onFailed (line 1347) | public void onFailed(); type OnPreparedListener (line 1350) | public interface OnPreparedListener { method onPrepared (line 1356) | void onPrepared(MediaPlayer mp); type OnCompletionListener (line 1359) | public interface OnCompletionListener { method onCompletion (line 1365) | void onCompletion(MediaPlayer mp); type OnBufferingUpdateListener (line 1368) | public interface OnBufferingUpdateListener { method onBufferingUpdate (line 1377) | void onBufferingUpdate(MediaPlayer mp, int percent); type OnCachingUpdateListener (line 1380) | public interface OnCachingUpdateListener { method onCachingUpdate (line 1390) | void onCachingUpdate(MediaPlayer mp, long[] segments); method onCachingSpeed (line 1398) | void onCachingSpeed(MediaPlayer mp, int speed); method onCachingStart (line 1404) | void onCachingStart(MediaPlayer mp); method onCachingComplete (line 1409) | void onCachingComplete(MediaPlayer mp); method onCachingNotAvailable (line 1421) | void onCachingNotAvailable(MediaPlayer mp, int info); type OnSeekCompleteListener (line 1424) | public interface OnSeekCompleteListener { method onSeekComplete (line 1430) | public void onSeekComplete(MediaPlayer mp); type OnVideoSizeChangedListener (line 1433) | public interface OnVideoSizeChangedListener { method onVideoSizeChanged (line 1441) | public void onVideoSizeChanged(MediaPlayer mp, int width, int height); type OnErrorListener (line 1444) | public interface OnErrorListener { method onError (line 1461) | boolean onError(MediaPlayer mp, int what, int extra); type OnInfoListener (line 1464) | public interface OnInfoListener { method onInfo (line 1483) | boolean onInfo(MediaPlayer mp, int what, int extra); type OnTimedTextListener (line 1486) | public interface OnTimedTextListener { method onTimedText (line 1492) | public void onTimedText(String text); method onTimedTextUpdate (line 1501) | public void onTimedTextUpdate(byte[] pixels, int width, int height); class TrackInfo (line 1509) | static public class TrackInfo { method TrackInfo (line 1518) | TrackInfo(int trackType, SparseArray trackInfoArray) { method getTrackType (line 1529) | public int getTrackType() { method getTrackInfoArray (line 1538) | public SparseArray getTrackInfoArray() { class EventHandler (line 1545) | @SuppressLint("HandlerLeak") method EventHandler (line 1550) | public EventHandler(MediaPlayer mp, Looper looper) { method release (line 1555) | public void release() { method onInfo (line 1559) | private void onInfo(Message msg) { method onBufferingUpdate (line 1591) | private void onBufferingUpdate(Message msg) { method handleMessage (line 1610) | @Override FILE: vitamio/src/io/vov/vitamio/MediaScanner.java class MediaScanner (line 40) | public class MediaScanner { method MediaScanner (line 51) | public MediaScanner(Context ctx) { method loadFFmpeg_native (line 56) | private static native boolean loadFFmpeg_native(String ffmpegPath); method initialize (line 58) | private void initialize() { method prescan (line 62) | private void prescan(String filePath) throws RemoteException { method postscan (line 111) | private void postscan(String[] directories) throws RemoteException { method inScanDirectory (line 132) | private boolean inScanDirectory(String path, String[] directories) { method scanDirectories (line 140) | public void scanDirectories(String[] directories) { method scanSingleFile (line 170) | public Uri scanSingleFile(String path, String mimeType) { method processDirectory (line 191) | private native void processDirectory(String path, String extensions); method processFile (line 193) | private native boolean processFile(String path, String mimeType); method native_init (line 195) | private native final void native_init(MediaScannerClient client); method release (line 197) | public native void release(); method native_finalize (line 199) | private native final void native_finalize(); method finalize (line 201) | @Override class FileCacheEntry (line 210) | private static class FileCacheEntry { method FileCacheEntry (line 218) | FileCacheEntry(Uri tableUri, long rowId, String path, long lastModif... method toString (line 227) | @Override class MyMediaScannerClient (line 233) | private class MyMediaScannerClient implements MediaScannerClient { method beginFile (line 247) | public FileCacheEntry beginFile(String path, long lastModified, long... method scanFile (line 295) | public void scanFile(String path, long lastModified, long fileSize) { method doScanFile (line 300) | public Uri doScanFile(String path, long lastModified, long fileSize,... method parseSubstring (line 320) | private int parseSubstring(String s, int start, int defaultValue) { method handleStringTag (line 340) | public void handleStringTag(String name, byte[] valueBytes, String v... method setMimeType (line 370) | public void setMimeType(String mimeType) { method toValues (line 376) | private ContentValues toValues() { method endFile (line 397) | private Uri endFile(FileCacheEntry entry) throws RemoteException { method addNoMediaFolder (line 440) | public void addNoMediaFolder(String path) { FILE: vitamio/src/io/vov/vitamio/MediaScannerClient.java type MediaScannerClient (line 23) | public interface MediaScannerClient { method scanFile (line 24) | public void scanFile(String path, long lastModified, long fileSize); method addNoMediaFolder (line 26) | public void addNoMediaFolder(String path); method handleStringTag (line 28) | public void handleStringTag(String name, byte[] value, String valueEnc... method setMimeType (line 30) | public void setMimeType(String mimeType); FILE: vitamio/src/io/vov/vitamio/Metadata.java class Metadata (line 29) | public class Metadata { method parse (line 69) | public boolean parse(Map meta, String encoding) { method has (line 160) | public boolean has(final int metadataId) { method getString (line 167) | public String getString(final int key) { method getInt (line 179) | public int getInt(final int key) { method getBoolean (line 187) | public boolean getBoolean(final int key) { method getLong (line 195) | public long getLong(final int key) { method getDouble (line 203) | public double getDouble(final int key) { method getByteArray (line 211) | public byte[] getByteArray(final int key) { method checkMetadataId (line 215) | private boolean checkMetadataId(final int val) { FILE: vitamio/src/io/vov/vitamio/ThumbnailUtils.java class ThumbnailUtils (line 35) | public class ThumbnailUtils { method createVideoThumbnail (line 45) | public static Bitmap createVideoThumbnail(Context ctx, String filePath... method extractThumbnail (line 72) | public static Bitmap extractThumbnail(Bitmap source, int width, int he... method extractThumbnail (line 76) | public static Bitmap extractThumbnail(Bitmap source, int width, int he... method transform (line 91) | private static Bitmap transform(Matrix scaler, Bitmap source, int targ... FILE: vitamio/src/io/vov/vitamio/VIntent.java class VIntent (line 22) | public class VIntent { FILE: vitamio/src/io/vov/vitamio/Vitamio.java class Vitamio (line 34) | public class Vitamio { method isInitialized (line 44) | public static boolean isInitialized(Context ctx) { method getVitamioPackage (line 50) | public static String getVitamioPackage() { method getLibraryPath (line 55) | public static final String getLibraryPath() { FILE: vitamio/src/io/vov/vitamio/VitamioLicense.java class VitamioLicense (line 22) | public class VitamioLicense { FILE: vitamio/src/io/vov/vitamio/activity/InitActivity.java class InitActivity (line 33) | public class InitActivity extends Activity { method onCreate (line 38) | protected void onCreate(Bundle savedInstanceState) { class UIHandler (line 70) | private static class UIHandler extends Handler { method UIHandler (line 73) | public UIHandler(Context c) { method handleMessage (line 77) | public void handleMessage(Message msg) { FILE: vitamio/src/io/vov/vitamio/provider/MediaStore.java class MediaStore (line 36) | public final class MediaStore { method getMediaScannerUri (line 55) | public static Uri getMediaScannerUri() { method getVolumeUri (line 59) | public static Uri getVolumeUri() { type MediaColumns (line 63) | public interface MediaColumns extends BaseColumns { class Audio (line 79) | public static final class Audio { type AudioColumns (line 80) | public interface AudioColumns extends MediaColumns { class Media (line 90) | public static final class Media implements AudioColumns { class Video (line 96) | public static final class Video { type VideoColumns (line 98) | public interface VideoColumns extends MediaColumns { class Media (line 116) | public static final class Media implements VideoColumns { class Thumbnails (line 150) | public static class Thumbnails implements BaseColumns { method cancelThumbnailRequest (line 174) | public static void cancelThumbnailRequest(ContentResolver cr, long... method getThumbnail (line 178) | public static Bitmap getThumbnail(Context ctx, ContentResolver cr,... method getThumbnail (line 182) | public static Bitmap getThumbnail(Context ctx, ContentResolver cr,... method getThumbnailPath (line 186) | public static String getThumbnailPath(Context ctx, ContentResolver... method cancelThumbnailRequest (line 190) | public static void cancelThumbnailRequest(ContentResolver cr, long... class InternalThumbnails (line 196) | private static class InternalThumbnails implements BaseColumns { method getMiniThumbFromFile (line 204) | private static Bitmap getMiniThumbFromFile(Cursor c, Uri baseUri, Co... method cancelThumbnailRequest (line 223) | static void cancelThumbnailRequest(ContentResolver cr, long origId, ... method getThumbnailPath (line 234) | static String getThumbnailPath(Context ctx, ContentResolver cr, long... method getThumbnail (line 250) | static Bitmap getThumbnail(Context ctx, ContentResolver cr, long ori... FILE: vitamio/src/io/vov/vitamio/provider/MiniThumbFile.java class MiniThumbFile (line 34) | public class MiniThumbFile { method MiniThumbFile (line 44) | public MiniThumbFile(Uri uri) { method reset (line 49) | protected static synchronized void reset() { method instance (line 55) | protected static synchronized MiniThumbFile instance(Uri uri) { method randomAccessFilePath (line 66) | private String randomAccessFilePath(int version) { method removeOldFile (line 71) | private void removeOldFile() { method miniThumbDataFile (line 82) | private RandomAccessFile miniThumbDataFile() { method deactivate (line 107) | protected synchronized void deactivate() { method getMagic (line 117) | protected synchronized long getMagic(long id) { method saveMiniThumbToFile (line 147) | protected synchronized void saveMiniThumbToFile(byte[] data, long id, ... method getMiniThumbFromFile (line 183) | protected synchronized byte[] getMiniThumbFromFile(long id, byte[] dat... FILE: vitamio/src/io/vov/vitamio/utils/Base64.java class Base64 (line 25) | public class Base64 { class Coder (line 69) | static abstract class Coder { method process (line 86) | public abstract boolean process(byte[] input, int offset, int len, b... method maxOutputSize (line 93) | public abstract int maxOutputSize(int len); method decode (line 115) | public static byte[] decode(String str, int flags) { method decode (line 133) | public static byte[] decode(byte[] input, int flags) { method decode (line 153) | public static byte[] decode(byte[] input, int offset, int len, int fla... class Decoder (line 174) | static class Decoder extends Coder { method Decoder (line 239) | public Decoder(int flags, byte[] output) { method maxOutputSize (line 251) | public int maxOutputSize(int len) { method process (line 261) | public boolean process(byte[] input, int offset, int len, boolean fi... method encodeToString (line 452) | public static String encodeToString(byte[] input, int flags) { method encodeToString (line 473) | public static String encodeToString(byte[] input, int offset, int len,... method encode (line 491) | public static byte[] encode(byte[] input, int flags) { method encode (line 507) | public static byte[] encode(byte[] input, int offset, int len, int fla... class Encoder (line 540) | static class Encoder extends Coder { method Encoder (line 579) | public Encoder(int flags, byte[] output) { method maxOutputSize (line 597) | public int maxOutputSize(int len) { method process (line 601) | public boolean process(byte[] input, int offset, int len, boolean fi... method Base64 (line 738) | private Base64() { } FILE: vitamio/src/io/vov/vitamio/utils/CPU.java class CPU (line 28) | public class CPU { method getFeatureString (line 41) | public static String getFeatureString() { method getFeature (line 46) | public static int getFeature() { method getCachedFeature (line 141) | private static int getCachedFeature() { method isDroidXDroid2 (line 166) | public static boolean isDroidXDroid2() { FILE: vitamio/src/io/vov/vitamio/utils/ContextUtils.java class ContextUtils (line 21) | public class ContextUtils { method getVersionCode (line 22) | public static int getVersionCode(Context ctx) { method getDataDir (line 32) | public static String getDataDir(Context ctx) { method fixLastSlash (line 40) | public static String fixLastSlash(String str) { FILE: vitamio/src/io/vov/vitamio/utils/Crypto.java class Crypto (line 33) | public class Crypto { method Crypto (line 36) | public Crypto(String key) { method setupCrypto (line 45) | private void setupCrypto(SecretKey key) { method encrypt (line 57) | public String encrypt(String plaintext) { method md5 (line 70) | public static String md5(String plain) { method generateKey (line 86) | private static byte[] generateKey(String input) { method readKeyFromStream (line 97) | private PublicKey readKeyFromStream(InputStream keyStream) throws IOEx... method rsaEncrypt (line 110) | public String rsaEncrypt(InputStream keyStream, String data) { method rsaEncrypt (line 118) | public String rsaEncrypt(InputStream keyStream, byte[] data) { FILE: vitamio/src/io/vov/vitamio/utils/Device.java class Device (line 28) | public class Device { method getLocale (line 29) | public static String getLocale() { method getDeviceFeatures (line 41) | public static String getDeviceFeatures(Context ctx) { method getIdentifiers (line 45) | @SuppressLint("NewApi") method getSystemFeatures (line 62) | public static String getSystemFeatures() { method getScreenFeatures (line 75) | public static String getScreenFeatures(Context ctx) { method getPair (line 88) | private static String getPair(String key, String value) { FILE: vitamio/src/io/vov/vitamio/utils/FileUtils.java class FileUtils (line 24) | public class FileUtils { method getUniqueFileName (line 27) | public static String getUniqueFileName(String name, String id) { method getCanonical (line 51) | public static String getCanonical(File f) { method getPath (line 68) | public static String getPath(String uri) { method getName (line 77) | public static String getName(String uri) { method deleteDir (line 84) | public static void deleteDir(File f) { FILE: vitamio/src/io/vov/vitamio/utils/IOUtils.java class IOUtils (line 24) | public class IOUtils { method closeSilently (line 28) | public static void closeSilently(Closeable c) { method closeSilently (line 38) | public static void closeSilently(ParcelFileDescriptor c) { method closeSilently (line 48) | public static void closeSilently(Cursor cursor) { FILE: vitamio/src/io/vov/vitamio/utils/Log.java class Log (line 22) | public class Log { method i (line 25) | public static void i(String msg, Object... args) { method d (line 35) | public static void d(String msg, Object... args) { method e (line 45) | public static void e(String msg, Object... args) { method e (line 54) | public static void e(String msg, Throwable t) { FILE: vitamio/src/io/vov/vitamio/utils/ScreenResolution.java class ScreenResolution (line 34) | public class ScreenResolution { method getResolution (line 39) | public static Pair getResolution(Context ctx){ method getRealResolutionOnOldDevice (line 53) | private static Pair getRealResolutionOnOldDevice(Con... method getRealResolution (line 72) | @TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1) FILE: vitamio/src/io/vov/vitamio/utils/StringUtils.java class StringUtils (line 21) | public class StringUtils { method join (line 22) | public static String join(Object[] elements, CharSequence separator) { method join (line 26) | public static String join(Iterable elements, CharSeq... method fixLastSlash (line 42) | public static String fixLastSlash(String str) { method convertToInt (line 49) | public static int convertToInt(String str) throws NumberFormatException { method generateTime (line 69) | public static String generateTime(long time) { FILE: vitamio/src/io/vov/vitamio/widget/CenterLayout.java class CenterLayout (line 25) | @RemoteView method CenterLayout (line 33) | public CenterLayout(Context context) { method CenterLayout (line 37) | public CenterLayout(Context context, AttributeSet attrs) { method CenterLayout (line 41) | public CenterLayout(Context context, AttributeSet attrs, int defStyle) { method onMeasure (line 45) | @Override method onLayout (line 79) | @Override method checkLayoutParams (line 103) | @Override method generateLayoutParams (line 108) | @Override class LayoutParams (line 113) | public static class LayoutParams extends ViewGroup.LayoutParams { method LayoutParams (line 117) | public LayoutParams(int width, int height, int x, int y) { method LayoutParams (line 123) | public LayoutParams(ViewGroup.LayoutParams source) { FILE: vitamio/src/io/vov/vitamio/widget/MediaController.java class MediaController (line 76) | public class MediaController extends FrameLayout { method handleMessage (line 102) | @Override method onClick (line 121) | public void onClick(View v) { method onStartTrackingTouch (line 127) | public void onStartTrackingTouch(SeekBar bar) { method onProgressChanged (line 139) | public void onProgressChanged(SeekBar bar, int progress, boolean fromu... method onStopTrackingTouch (line 153) | public void onStopTrackingTouch(SeekBar bar) { method MediaController (line 168) | public MediaController(Context context, AttributeSet attrs) { method MediaController (line 175) | public MediaController(Context context) { method initController (line 181) | private boolean initController(Context context) { method onFinishInflate (line 187) | @Override method initFloatingWindow (line 193) | private void initFloatingWindow() { method setWindowLayoutType (line 201) | @TargetApi(Build.VERSION_CODES.JELLY_BEAN) method setAnchorView (line 220) | public void setAnchorView(View view) { method makeControllerView (line 238) | protected View makeControllerView() { method initControllerView (line 242) | private void initControllerView(View v) { method setMediaPlayer (line 265) | public void setMediaPlayer(MediaPlayerControl player) { method setInstantSeeking (line 275) | public void setInstantSeeking(boolean seekWhenDragging) { method show (line 279) | public void show() { method setFileName (line 288) | public void setFileName(String name) { method setInfoView (line 300) | public void setInfoView(OutlineTextView v) { method setAnimationStyle (line 318) | public void setAnimationStyle(int animationStyle) { method show (line 329) | public void show(int timeout) { method isShowing (line 359) | public boolean isShowing() { method hide (line 363) | public void hide() { method setOnShownListener (line 383) | public void setOnShownListener(OnShownListener l) { method setOnHiddenListener (line 387) | public void setOnHiddenListener(OnHiddenListener l) { method setProgress (line 391) | private long setProgress() { method onTouchEvent (line 416) | @Override method onTrackballEvent (line 422) | @Override method dispatchKeyEvent (line 428) | @Override method updatePausePlay (line 452) | private void updatePausePlay() { method doPauseResume (line 462) | private void doPauseResume() { method setEnabled (line 470) | @Override type OnShownListener (line 479) | public interface OnShownListener { method onShown (line 480) | public void onShown(); type OnHiddenListener (line 483) | public interface OnHiddenListener { method onHidden (line 484) | public void onHidden(); type MediaPlayerControl (line 487) | public interface MediaPlayerControl { method start (line 488) | void start(); method pause (line 490) | void pause(); method getDuration (line 492) | long getDuration(); method getCurrentPosition (line 494) | long getCurrentPosition(); method seekTo (line 496) | void seekTo(long pos); method isPlaying (line 498) | boolean isPlaying(); method getBufferPercentage (line 500) | int getBufferPercentage(); FILE: vitamio/src/io/vov/vitamio/widget/OutlineTextView.java class OutlineTextView (line 34) | public class OutlineTextView extends TextView { method OutlineTextView (line 46) | public OutlineTextView(Context context) { method OutlineTextView (line 51) | public OutlineTextView(Context context, AttributeSet attrs) { method OutlineTextView (line 56) | public OutlineTextView(Context context, AttributeSet attrs, int defSty... method initPaint (line 61) | private void initPaint() { method setText (line 78) | public void setText(String text) { method setTextSize (line 85) | public void setTextSize(float size) { method setTextColor (line 92) | public void setTextColor(int color) { method setShadowLayer (line 99) | public void setShadowLayer(float radius, float dx, float dy, int color) { method setTypeface (line 108) | public void setTypeface(Typeface tf, int style) { method setTypeface (line 115) | public void setTypeface(Typeface tf) { method onDraw (line 122) | @Override method onMeasure (line 130) | @Override method measureWidth (line 137) | private int measureWidth(int measureSpec) { method measureHeight (line 154) | private int measureHeight(int measureSpec) { FILE: vitamio/src/io/vov/vitamio/widget/VideoView.java class VideoView (line 70) | public class VideoView extends SurfaceView implements MediaController.Me... method onVideoSizeChanged (line 87) | public void onVideoSizeChanged(MediaPlayer mp, int width, int height) { method onPrepared (line 97) | public void onPrepared(MediaPlayer mp) { method surfaceChanged (line 139) | public void surfaceChanged(SurfaceHolder holder, int format, int w, in... method surfaceCreated (line 156) | public void surfaceCreated(SurfaceHolder holder) { method surfaceDestroyed (line 166) | public void surfaceDestroyed(SurfaceHolder holder) { method onCompletion (line 203) | public void onCompletion(MediaPlayer mp) { method onError (line 214) | public boolean onError(MediaPlayer mp, int framework_err, int impl_err) { method onBufferingUpdate (line 240) | public void onBufferingUpdate(MediaPlayer mp, int percent) { method onInfo (line 247) | @Override method onSeekComplete (line 279) | @Override method onTimedTextUpdate (line 287) | @Override method onTimedText (line 294) | @Override method VideoView (line 302) | public VideoView(Context context) { method VideoView (line 307) | public VideoView(Context context, AttributeSet attrs) { method VideoView (line 312) | public VideoView(Context context, AttributeSet attrs, int defStyle) { method onMeasure (line 317) | @Override method setVideoLayout (line 336) | public void setVideoLayout(int layout, float aspectRatio) { method initVideoView (line 367) | @SuppressWarnings("deprecation") method isValid (line 387) | public boolean isValid() { method setVideoPath (line 391) | public void setVideoPath(String path) { method setVideoURI (line 395) | public void setVideoURI(Uri uri) { method setVideoURI (line 399) | public void setVideoURI(Uri uri, Map headers) { method stopPlayback (line 408) | public void stopPlayback() { method openVideo (line 418) | private void openVideo() { method setMediaController (line 471) | public void setMediaController(MediaController controller) { method setMediaBufferingIndicator (line 478) | public void setMediaBufferingIndicator(View mediaBufferingIndicator) { method attachMediaController (line 484) | private void attachMediaController() { method setOnPreparedListener (line 499) | public void setOnPreparedListener(OnPreparedListener l) { method setOnCompletionListener (line 503) | public void setOnCompletionListener(OnCompletionListener l) { method setOnErrorListener (line 507) | public void setOnErrorListener(OnErrorListener l) { method setOnBufferingUpdateListener (line 511) | public void setOnBufferingUpdateListener(OnBufferingUpdateListener l) { method setOnSeekCompleteListener (line 515) | public void setOnSeekCompleteListener(OnSeekCompleteListener l) { method setOnTimedTextListener (line 519) | public void setOnTimedTextListener(OnTimedTextListener l) { method setOnInfoListener (line 523) | public void setOnInfoListener(OnInfoListener l) { method release (line 527) | private void release(boolean cleartargetstate) { method onTouchEvent (line 538) | @Override method onTrackballEvent (line 545) | @Override method onKeyDown (line 552) | @Override method toggleMediaControlsVisiblity (line 585) | private void toggleMediaControlsVisiblity() { method start (line 593) | public void start() { method pause (line 601) | public void pause() { method suspend (line 611) | public void suspend() { method resume (line 619) | public void resume() { method getDuration (line 627) | public long getDuration() { method getCurrentPosition (line 638) | public long getCurrentPosition() { method seekTo (line 644) | public void seekTo(long msec) { method isPlaying (line 653) | public boolean isPlaying() { method getBufferPercentage (line 657) | public int getBufferPercentage() { method setVolume (line 663) | public void setVolume(float leftVolume, float rightVolume) { method getVideoWidth (line 668) | public int getVideoWidth() { method getVideoHeight (line 672) | public int getVideoHeight() { method getVideoAspectRatio (line 676) | public float getVideoAspectRatio() { method setVideoChroma (line 684) | public void setVideoChroma(int chroma) { method setHardwareDecoder (line 689) | public void setHardwareDecoder(boolean hardware) { method setVideoQuality (line 693) | public void setVideoQuality(int quality) { method setBufferSize (line 698) | public void setBufferSize(int bufSize) { method isBuffering (line 702) | public boolean isBuffering() { method getMetaEncoding (line 708) | public String getMetaEncoding() { method setMetaEncoding (line 714) | public void setMetaEncoding(String encoding) { method getAudioTrackMap (line 719) | public SparseArray getAudioTrackMap(String encoding) { method getAudioTrack (line 725) | public int getAudioTrack() { method setAudioTrack (line 731) | public void setAudioTrack(int audioIndex) { method setTimedTextShown (line 736) | public void setTimedTextShown(boolean shown) { method setTimedTextEncoding (line 741) | public void setTimedTextEncoding(String encoding) { method getTimedTextLocation (line 746) | public int getTimedTextLocation() { method addTimedTextSource (line 752) | public void addTimedTextSource(String subPath) { method getTimedTextPath (line 757) | public String getTimedTextPath() { method setSubTrack (line 763) | public void setSubTrack(int trackId) { method getTimedTextTrack (line 768) | public int getTimedTextTrack() { method getSubTrackMap (line 774) | public SparseArray getSubTrackMap(String encoding) { method isInPlaybackState (line 780) | protected boolean isInPlaybackState() { FILE: voicedialog/src/androidTest/java/com/atguigu/voicedialog/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: voicedialog/src/main/java/com/atguigu/voicedialog/ConversationInfo.java class ConversationInfo (line 7) | public class ConversationInfo { method getAskerText (line 14) | public String getAskerText() { method setAskerText (line 18) | public void setAskerText(String askerText) { method getAnswerText (line 22) | public String getAnswerText() { method setAnswerText (line 26) | public void setAnswerText(String answerText) { method getImageID (line 30) | public int getImageID() { method setImageID (line 34) | public void setImageID(int imageID) { method isAsker (line 38) | public boolean isAsker() { method setAsker (line 42) | public void setAsker(boolean isAsker) { method ConversationInfo (line 46) | public ConversationInfo() { method ConversationInfo (line 50) | public ConversationInfo(String askerText, String answerText, int imageID, method toString (line 59) | @Override FILE: voicedialog/src/main/java/com/atguigu/voicedialog/MainActivity.java class MainActivity (line 29) | public class MainActivity extends Activity implements View.OnClickListen... method onCreate (line 37) | @Override method initView (line 44) | private void initView() { method onClick (line 54) | @Override class MyRecognizerDialogListener (line 60) | class MyRecognizerDialogListener implements RecognizerDialogListener{ method onResult (line 65) | @Override method onError (line 150) | @Override method getVoice (line 161) | private String getVoice(String resultString) { class MyAdapter (line 173) | class MyAdapter extends BaseAdapter { method getCount (line 175) | @Override method getView (line 180) | @Override method getItem (line 216) | @Override method getItemId (line 221) | @Override FILE: voicedialog/src/main/java/com/atguigu/voicedialog/MyApplication.java class MyApplication (line 14) | public class MyApplication extends Application { method onCreate (line 15) | @Override FILE: voicedialog/src/main/java/com/atguigu/voicedialog/ResouesUtils.java class ResouesUtils (line 3) | public class ResouesUtils { FILE: voicedialog/src/main/java/com/atguigu/voicedialog/SpeechBean.java class SpeechBean (line 5) | public class SpeechBean { class WS (line 13) | public class WS { class CW (line 20) | public class CW { FILE: voicedialog/src/main/java/com/atguigu/voicedialog/SpeechUtils.java class SpeechUtils (line 16) | public final class SpeechUtils { method SpeechUtils (line 24) | private SpeechUtils(Context context) { method getmIat (line 35) | public SpeechRecognizer getmIat() { method getInstance (line 39) | public static SpeechUtils getInstance(Context context) { method speakText (line 58) | public void speakText(Context context, String text) { class MySynthesizerListener (line 74) | class MySynthesizerListener implements SynthesizerListener { method onBufferProgress (line 76) | @Override method onCompleted (line 81) | @Override method onEvent (line 86) | @Override method onSpeakBegin (line 91) | @Override method onSpeakPaused (line 96) | @Override method onSpeakProgress (line 101) | @Override method onSpeakResumed (line 106) | @Override method showListenVoiceDialog (line 116) | public void showListenVoiceDialog(Context context, RecognizerDialogLis... class MyInitListener (line 129) | class MyInitListener implements InitListener { method onInit (line 131) | @Override FILE: voicedialog/src/test/java/com/atguigu/voicedialog/ExampleUnitTest.java class ExampleUnitTest (line 10) | public class ExampleUnitTest { method addition_isCorrect (line 11) | @Test FILE: xUtils3-master/src/main/java/org/xutils/sample/BaseActivity.java class BaseActivity (line 11) | public class BaseActivity extends AppCompatActivity { method onCreate (line 13) | @Override FILE: xUtils3-master/src/main/java/org/xutils/sample/BaseFragment.java class BaseFragment (line 14) | public class BaseFragment extends Fragment { method onCreateView (line 18) | @Override method onViewCreated (line 24) | @Override FILE: xUtils3-master/src/main/java/org/xutils/sample/BigImageActivity.java class BigImageActivity (line 11) | @ContentView(R.layout.activity_big_image) method onCreate (line 17) | @Override FILE: xUtils3-master/src/main/java/org/xutils/sample/DbFragment.java class DbFragment (line 27) | @ContentView(R.layout.fragment_db) method onDbOpened (line 36) | @Override method onUpgrade (line 43) | @Override method onTestDbClick (line 57) | @Event(R.id.btn_test_db) method onTestDb2Click (line 145) | @Event(R.id.btn_test_db2) FILE: xUtils3-master/src/main/java/org/xutils/sample/DownloadActivity.java class DownloadActivity (line 28) | @ContentView(R.layout.activity_download) method onCreate (line 37) | @Override class DownloadListAdapter (line 46) | private class DownloadListAdapter extends BaseAdapter { method DownloadListAdapter (line 51) | private DownloadListAdapter() { method getCount (line 56) | @Override method getItem (line 62) | @Override method getItemId (line 67) | @Override method getView (line 72) | @Override class DownloadItemViewHolder (line 104) | public class DownloadItemViewHolder extends DownloadViewHolder { method DownloadItemViewHolder (line 114) | public DownloadItemViewHolder(View view, DownloadInfo downloadInfo) { method toggleEvent (line 119) | @Event(R.id.download_stop_btn) method removeEvent (line 149) | @Event(R.id.download_remove_btn) method update (line 159) | @Override method onWaiting (line 165) | @Override method onStarted (line 170) | @Override method onLoading (line 175) | @Override method onSuccess (line 180) | @Override method onError (line 185) | @Override method onCancelled (line 190) | @Override method refresh (line 195) | public void refresh() { FILE: xUtils3-master/src/main/java/org/xutils/sample/HttpFragment.java class HttpFragment (line 29) | @ContentView(R.layout.fragment_http) method onTest1Click (line 39) | @Event(value = R.id.btn_test1, method onTest2Click (line 135) | @Event(value = R.id.btn_test2) method onTest3Click (line 186) | @Event(value = R.id.btn_test3) method onTest4Click (line 198) | @Event(value = R.id.btn_test4) method onTest5Click (line 206) | @Event(value = R.id.btn_test5) FILE: xUtils3-master/src/main/java/org/xutils/sample/ImageFragment.java class ImageFragment (line 32) | @ContentView(R.layout.fragment_image) method onViewCreated (line 48) | @Override method onImageItemClick (line 73) | @Event(value = R.id.lv_img, type = AdapterView.OnItemClickListener.class) method loadImgList (line 80) | private void loadImgList(String url) { class ImageListAdapter (line 107) | private class ImageListAdapter extends BaseAdapter { method ImageListAdapter (line 112) | public ImageListAdapter() { method addSrc (line 118) | public void addSrc(List imgSrcList) { method addSrc (line 122) | public void addSrc(String imgUrl) { method getCount (line 126) | @Override method getItem (line 131) | @Override method getItemId (line 136) | @Override method getView (line 141) | @Override class ImageItemHolder (line 161) | private class ImageItemHolder { class CustomBitmapLoadCallBack (line 169) | public class CustomBitmapLoadCallBack implements Callback.ProgressCall... method CustomBitmapLoadCallBack (line 172) | public CustomBitmapLoadCallBack(ImageItemHolder holder) { method onWaiting (line 176) | @Override method onStarted (line 181) | @Override method onLoading (line 186) | @Override method onSuccess (line 191) | @Override method onError (line 196) | @Override method onCancelled (line 200) | @Override method onFinished (line 205) | @Override method getImgSrcList (line 214) | public static List getImgSrcList(String htmlStr) { FILE: xUtils3-master/src/main/java/org/xutils/sample/MainActivity.java class MainActivity (line 16) | @ContentView(R.layout.activity_main) method onCreate (line 31) | @Override method onCreateOptionsMenu (line 41) | @Override method onOptionsItemSelected (line 48) | @Override class SectionsPagerAdapter (line 67) | public class SectionsPagerAdapter extends FragmentPagerAdapter { method SectionsPagerAdapter (line 69) | public SectionsPagerAdapter(FragmentManager fm) { method getItem (line 73) | @Override method getCount (line 89) | @Override method getPageTitle (line 94) | @Override FILE: xUtils3-master/src/main/java/org/xutils/sample/MyApplication.java class MyApplication (line 14) | public class MyApplication extends Application { method onCreate (line 16) | @Override FILE: xUtils3-master/src/main/java/org/xutils/sample/db/Child.java class Child (line 29) | @Table(name = "child") method getParent (line 50) | public Parent getParent(DbManager db) throws DbException { method getParentId (line 54) | public long getParentId() { method setParentId (line 58) | public void setParentId(long parentId) { method getId (line 62) | public int getId() { method setId (line 66) | public void setId(int id) { method getName (line 70) | public String getName() { method setName (line 74) | public void setName(String name) { method getEmail (line 78) | public String getEmail() { method setEmail (line 82) | public void setEmail(String email) { method getWillIgnore (line 86) | public String getWillIgnore() { method setWillIgnore (line 90) | public void setWillIgnore(String willIgnore) { method getText (line 94) | public String getText() { method setText (line 98) | public void setText(String text) { method toString (line 102) | @Override FILE: xUtils3-master/src/main/java/org/xutils/sample/db/Parent.java class Parent (line 16) | @Table(name = "parent", onCreated = "CREATE UNIQUE INDEX index_name ON p... method getChildren (line 37) | public List getChildren(DbManager db) throws DbException { method getId (line 46) | public int getId() { method setId (line 50) | public void setId(int id) { method isAdmin (line 54) | public boolean isAdmin() { method setAdmin (line 58) | public void setAdmin(boolean admin) { method getTime (line 62) | public Date getTime() { method setTime (line 66) | public void setTime(Date time) { method getDate (line 70) | public java.sql.Date getDate() { method setDate (line 74) | public void setDate(java.sql.Date date) { method getEmail (line 78) | public String getEmail() { method setEmail (line 82) | public void setEmail(String email) { method toString (line 86) | @Override FILE: xUtils3-master/src/main/java/org/xutils/sample/download/DefaultDownloadViewHolder.java class DefaultDownloadViewHolder (line 14) | public class DefaultDownloadViewHolder extends DownloadViewHolder { method DefaultDownloadViewHolder (line 16) | public DefaultDownloadViewHolder(View view, DownloadInfo downloadInfo) { method onWaiting (line 20) | @Override method onStarted (line 25) | @Override method onLoading (line 30) | @Override method onSuccess (line 35) | @Override method onError (line 40) | @Override method onCancelled (line 45) | @Override FILE: xUtils3-master/src/main/java/org/xutils/sample/download/DownloadCallback.java class DownloadCallback (line 13) | class DownloadCallback implements method DownloadCallback (line 24) | public DownloadCallback(DownloadViewHolder viewHolder) { method switchViewHolder (line 28) | public boolean switchViewHolder(DownloadViewHolder viewHolder) { method setDownloadManager (line 43) | public void setDownloadManager(DownloadManager downloadManager) { method setCancelable (line 47) | public void setCancelable(Cancelable cancelable) { method getViewHolder (line 51) | private DownloadViewHolder getViewHolder() { method onWaiting (line 63) | @Override method onStarted (line 77) | @Override method onLoading (line 91) | @Override method onSuccess (line 109) | @Override method onError (line 125) | @Override method onCancelled (line 141) | @Override method onFinished (line 157) | @Override method isStopped (line 162) | private boolean isStopped() { method cancel (line 167) | @Override method isCancelled (line 175) | @Override FILE: xUtils3-master/src/main/java/org/xutils/sample/download/DownloadInfo.java class DownloadInfo (line 11) | @Table(name = "download", onCreated = "CREATE UNIQUE INDEX index_name ON... method DownloadInfo (line 14) | public DownloadInfo() { method getId (line 44) | public long getId() { method setId (line 48) | public void setId(long id) { method getState (line 52) | public DownloadState getState() { method setState (line 56) | public void setState(DownloadState state) { method getUrl (line 60) | public String getUrl() { method setUrl (line 64) | public void setUrl(String url) { method getLabel (line 68) | public String getLabel() { method setLabel (line 72) | public void setLabel(String label) { method getFileSavePath (line 76) | public String getFileSavePath() { method setFileSavePath (line 80) | public void setFileSavePath(String fileSavePath) { method getProgress (line 84) | public int getProgress() { method setProgress (line 88) | public void setProgress(int progress) { method getFileLength (line 92) | public long getFileLength() { method setFileLength (line 96) | public void setFileLength(long fileLength) { method isAutoResume (line 100) | public boolean isAutoResume() { method setAutoResume (line 104) | public void setAutoResume(boolean autoResume) { method isAutoRename (line 108) | public boolean isAutoRename() { method setAutoRename (line 112) | public void setAutoRename(boolean autoRename) { method equals (line 116) | @Override method hashCode (line 128) | @Override FILE: xUtils3-master/src/main/java/org/xutils/sample/download/DownloadManager.java class DownloadManager (line 23) | public final class DownloadManager { method DownloadManager (line 40) | private DownloadManager() { method getInstance (line 61) | public static DownloadManager getInstance() { method updateDownloadInfo (line 72) | public void updateDownloadInfo(DownloadInfo info) throws DbException { method getDownloadListCount (line 76) | public int getDownloadListCount() { method getDownloadInfo (line 80) | public DownloadInfo getDownloadInfo(int index) { method startDownload (line 84) | public synchronized void startDownload(String url, String label, Strin... method stopDownload (line 146) | public void stopDownload(int index) { method stopDownload (line 151) | public void stopDownload(DownloadInfo downloadInfo) { method stopAllDownload (line 158) | public void stopAllDownload() { method removeDownload (line 167) | public void removeDownload(int index) throws DbException { method removeDownload (line 174) | public void removeDownload(DownloadInfo downloadInfo) throws DbExcepti... FILE: xUtils3-master/src/main/java/org/xutils/sample/download/DownloadState.java type DownloadState (line 6) | public enum DownloadState { method DownloadState (line 11) | DownloadState(int value) { method value (line 15) | public int value() { method valueOf (line 19) | public static DownloadState valueOf(int value) { FILE: xUtils3-master/src/main/java/org/xutils/sample/download/DownloadStateConverter.java class DownloadStateConverter (line 11) | public class DownloadStateConverter implements ColumnConverter entityType, Object idValue) throws DbException; method delete (line 66) | void delete(Object entity) throws DbException; method delete (line 68) | void delete(Class entityType) throws DbException; method delete (line 70) | int delete(Class entityType, WhereBuilder whereBuilder) throws DbEx... method update (line 73) | void update(Object entity, String... updateColumnNames) throws DbExcep... method update (line 75) | int update(Class entityType, WhereBuilder whereBuilder, KeyValue...... method findById (line 78) | T findById(Class entityType, Object idValue) throws DbException; method findFirst (line 80) | T findFirst(Class entityType) throws DbException; method findAll (line 82) | List findAll(Class entityType) throws DbException; method selector (line 84) | Selector selector(Class entityType) throws DbException; method findDbModelFirst (line 86) | DbModel findDbModelFirst(SqlInfo sqlInfo) throws DbException; method findDbModelAll (line 88) | List findDbModelAll(SqlInfo sqlInfo) throws DbException; method getTable (line 100) | TableEntity getTable(Class entityType) throws DbException; method dropTable (line 108) | void dropTable(Class entityType) throws DbException; method addColumn (line 118) | void addColumn(Class entityType, String column) throws DbException; method dropDb (line 127) | void dropDb() throws DbException; method close (line 135) | void close() throws IOException; method executeUpdateDelete (line 138) | int executeUpdateDelete(SqlInfo sqlInfo) throws DbException; method executeUpdateDelete (line 140) | int executeUpdateDelete(String sql) throws DbException; method execNonQuery (line 142) | void execNonQuery(SqlInfo sqlInfo) throws DbException; method execNonQuery (line 144) | void execNonQuery(String sql) throws DbException; method execQuery (line 146) | Cursor execQuery(SqlInfo sqlInfo) throws DbException; method execQuery (line 148) | Cursor execQuery(String sql) throws DbException; type DbOpenListener (line 150) | public interface DbOpenListener { method onDbOpened (line 151) | void onDbOpened(DbManager db); type DbUpgradeListener (line 154) | public interface DbUpgradeListener { method onUpgrade (line 155) | void onUpgrade(DbManager db, int oldVersion, int newVersion); type TableCreateListener (line 158) | public interface TableCreateListener { method onTableCreated (line 159) | void onTableCreated(DbManager db, TableEntity table); class DaoConfig (line 162) | public static class DaoConfig { method DaoConfig (line 171) | public DaoConfig() { method setDbDir (line 174) | public DaoConfig setDbDir(File dbDir) { method setDbName (line 179) | public DaoConfig setDbName(String dbName) { method setDbVersion (line 186) | public DaoConfig setDbVersion(int dbVersion) { method setAllowTransaction (line 191) | public DaoConfig setAllowTransaction(boolean allowTransaction) { method setDbOpenListener (line 196) | public DaoConfig setDbOpenListener(DbOpenListener dbOpenListener) { method setDbUpgradeListener (line 201) | public DaoConfig setDbUpgradeListener(DbUpgradeListener dbUpgradeLis... method setTableCreateListener (line 206) | public DaoConfig setTableCreateListener(TableCreateListener tableCre... method getDbDir (line 211) | public File getDbDir() { method getDbName (line 215) | public String getDbName() { method getDbVersion (line 219) | public int getDbVersion() { method isAllowTransaction (line 223) | public boolean isAllowTransaction() { method getDbOpenListener (line 227) | public DbOpenListener getDbOpenListener() { method getDbUpgradeListener (line 231) | public DbUpgradeListener getDbUpgradeListener() { method getTableCreateListener (line 235) | public TableCreateListener getTableCreateListener() { method equals (line 239) | @Override method hashCode (line 250) | @Override method toString (line 257) | @Override FILE: xutils/src/main/java/org/xutils/HttpManager.java type HttpManager (line 11) | public interface HttpManager { method get (line 21) | Callback.Cancelable get(RequestParams entity, Callback.CommonCallb... method post (line 31) | Callback.Cancelable post(RequestParams entity, Callback.CommonCall... method request (line 42) | Callback.Cancelable request(HttpMethod method, RequestParams entit... method getSync (line 54) | T getSync(RequestParams entity, Class resultType) throws Throwa... method postSync (line 65) | T postSync(RequestParams entity, Class resultType) throws Throw... method requestSync (line 77) | T requestSync(HttpMethod method, RequestParams entity, Class re... method requestSync (line 89) | T requestSync(HttpMethod method, RequestParams entity, Callback.Ty... FILE: xutils/src/main/java/org/xutils/ImageManager.java type ImageManager (line 15) | public interface ImageManager { method bind (line 17) | void bind(ImageView view, String url); method bind (line 19) | void bind(ImageView view, String url, ImageOptions options); method bind (line 21) | void bind(ImageView view, String url, Callback.CommonCallback { method LruCache (line 49) | public LruCache(int maxSize) { method resize (line 62) | public void resize(int maxSize) { method get (line 79) | public final V get(K key) { method put (line 133) | public final V put(K key, V value) { method trimToSize (line 163) | public void trimToSize(int maxSize) { method remove (line 194) | public final V remove(K key) { method entryRemoved (line 228) | protected void entryRemoved(boolean evicted, K key, V oldValue, V newV... method create (line 244) | protected V create(K key) { method safeSizeOf (line 248) | private int safeSizeOf(K key, V value) { method sizeOf (line 262) | protected int sizeOf(K key, V value) { method evictAll (line 269) | public final void evictAll() { method size (line 278) | public synchronized final int size() { method maxSize (line 287) | public synchronized final int maxSize() { method hitCount (line 295) | public synchronized final int hitCount() { method missCount (line 303) | public synchronized final int missCount() { method createCount (line 310) | public synchronized final int createCount() { method putCount (line 317) | public synchronized final int putCount() { method evictionCount (line 324) | public synchronized final int evictionCount() { method snapshot (line 332) | public synchronized final Map snapshot() { method toString (line 336) | @Override FILE: xutils/src/main/java/org/xutils/cache/LruDiskCache.java class LruDiskCache (line 29) | public final class LruDiskCache { method getDiskCache (line 49) | public synchronized static LruDiskCache getDiskCache(String dirName) { method LruDiskCache (line 59) | private LruDiskCache(String dirName) { method setMaxSize (line 68) | public LruDiskCache setMaxSize(long maxSize) { method get (line 80) | public DiskCacheEntity get(String key) { method put (line 118) | public void put(DiskCacheEntity entity) { method getDiskCacheFile (line 135) | public DiskCacheFile getDiskCacheFile(String key) throws InterruptedEx... method createDiskCacheFile (line 160) | public DiskCacheFile createDiskCacheFile(DiskCacheEntity entity) throw... method clearCacheFiles (line 182) | public void clearCacheFiles() { method commitDiskCacheFile (line 191) | DiskCacheFile commitDiskCacheFile(DiskCacheFile cacheFile) throws IOEx... method trimSize (line 246) | private void trimSize() { method deleteExpiry (line 315) | private void deleteExpiry() { method deleteNoIndexFiles (line 338) | private void deleteNoIndexFiles() { method deleteFileWithLock (line 366) | private boolean deleteFileWithLock(String path) { FILE: xutils/src/main/java/org/xutils/common/Callback.java type Callback (line 9) | public interface Callback { type CommonCallback (line 11) | public interface CommonCallback extends Callback { method onSuccess (line 12) | void onSuccess(ResultType result); method onError (line 14) | void onError(Throwable ex, boolean isOnCallback); method onCancelled (line 16) | void onCancelled(CancelledException cex); method onFinished (line 18) | void onFinished(); type TypedCallback (line 21) | public interface TypedCallback extends CommonCallback extends CommonCallback extends CacheCallback<... method onlyCache (line 30) | boolean onlyCache(); type PrepareCallback (line 33) | public interface PrepareCallback extends Comm... method prepare (line 34) | ResultType prepare(PrepareType rawData); type ProgressCallback (line 37) | public interface ProgressCallback extends CommonCallback extends Callback { method onSuccess (line 46) | void onSuccess(ItemType item); method onError (line 48) | void onError(ItemType item, Throwable ex, boolean isOnCallback); method onCancelled (line 50) | void onCancelled(ItemType item, CancelledException cex); method onFinished (line 52) | void onFinished(ItemType item); method onAllFinished (line 54) | void onAllFinished(); type Callable (line 57) | public interface Callable { method call (line 58) | void call(ResultType result); type Cancelable (line 61) | public interface Cancelable { method cancel (line 62) | void cancel(); method isCancelled (line 64) | boolean isCancelled(); class CancelledException (line 67) | public static class CancelledException extends RuntimeException { method CancelledException (line 68) | public CancelledException(String detailMessage) { FILE: xutils/src/main/java/org/xutils/common/TaskController.java type TaskController (line 9) | public interface TaskController { method autoPost (line 17) | void autoPost(Runnable runnable); method post (line 25) | void post(Runnable runnable); method postDelayed (line 33) | void postDelayed(Runnable runnable, long delayMillis); method run (line 40) | void run(Runnable runnable); method removeCallbacks (line 47) | void removeCallbacks(Runnable runnable); method start (line 56) | AbsTask start(AbsTask task); method startSync (line 66) | T startSync(AbsTask task) throws Throwable; method startTasks (line 76) | > Callback.Cancelable startTasks(Callback.GroupCa... FILE: xutils/src/main/java/org/xutils/common/task/AbsTask.java class AbsTask (line 14) | public abstract class AbsTask implements Callback.Cancelable { method AbsTask (line 23) | public AbsTask() { method AbsTask (line 27) | public AbsTask(Callback.Cancelable cancelHandler) { method doBackground (line 31) | protected abstract ResultType doBackground() throws Throwable; method onSuccess (line 33) | protected abstract void onSuccess(ResultType result); method onError (line 35) | protected abstract void onError(Throwable ex, boolean isCallbackError); method onWaiting (line 37) | protected void onWaiting() { method onStarted (line 40) | protected void onStarted() { method onUpdate (line 43) | protected void onUpdate(int flag, Object... args) { method onCancelled (line 46) | protected void onCancelled(Callback.CancelledException cex) { method onFinished (line 49) | protected void onFinished() { method getPriority (line 52) | public Priority getPriority() { method getExecutor (line 56) | public Executor getExecutor() { method update (line 60) | protected final void update(int flag, Object... args) { method cancelWorks (line 69) | protected void cancelWorks() { method isCancelFast (line 77) | protected boolean isCancelFast() { method cancel (line 81) | @Override method isCancelled (line 101) | @Override method isFinished (line 107) | public final boolean isFinished() { method getState (line 111) | public final State getState() { method getResult (line 115) | public final ResultType getResult() { method setState (line 120) | void setState(State state) { method setTaskProxy (line 125) | final void setTaskProxy(TaskProxy taskProxy) { method setResult (line 130) | final void setResult(ResultType result) { type State (line 134) | public enum State { method State (line 138) | private State(int value) { method value (line 142) | public int value() { FILE: xutils/src/main/java/org/xutils/common/task/Priority.java type Priority (line 7) | public enum Priority { FILE: xutils/src/main/java/org/xutils/common/task/PriorityExecutor.java class PriorityExecutor (line 17) | public class PriorityExecutor implements Executor { method newThread (line 27) | @Override method compare (line 34) | @Override method compare (line 48) | @Override method PriorityExecutor (line 68) | public PriorityExecutor(boolean fifo) { method PriorityExecutor (line 76) | public PriorityExecutor(int poolSize, boolean fifo) { method getPoolSize (line 88) | public int getPoolSize() { method setPoolSize (line 92) | public void setPoolSize(int poolSize) { method getThreadPoolExecutor (line 98) | public ThreadPoolExecutor getThreadPoolExecutor() { method isBusy (line 102) | public boolean isBusy() { method execute (line 106) | @Override FILE: xutils/src/main/java/org/xutils/common/task/PriorityRunnable.java class PriorityRunnable (line 7) | class PriorityRunnable implements Runnable { method PriorityRunnable (line 14) | public PriorityRunnable(Priority priority, Runnable runnable) { method run (line 19) | @Override FILE: xutils/src/main/java/org/xutils/common/task/TaskControllerImpl.java class TaskControllerImpl (line 16) | public final class TaskControllerImpl implements TaskController { method TaskControllerImpl (line 18) | private TaskControllerImpl() { method registerInstance (line 23) | public static void registerInstance() { method start (line 41) | @Override method startSync (line 57) | @Override method startTasks (line 76) | @SuppressWarnings("unchecked") method autoPost (line 178) | @Override method post (line 193) | @Override method postDelayed (line 205) | @Override method run (line 216) | @Override method removeCallbacks (line 230) | @Override FILE: xutils/src/main/java/org/xutils/common/task/TaskProxy.java class TaskProxy (line 18) | class TaskProxy extends AbsTask { method TaskProxy (line 28) | TaskProxy(AbsTask task) { method doBackground (line 40) | @Override method onWaiting (line 85) | @Override method onStarted (line 91) | @Override method onSuccess (line 97) | @Override method onError (line 103) | @Override method onUpdate (line 109) | @Override method onCancelled (line 115) | @Override method onFinished (line 121) | @Override method setState (line 126) | @Override method getPriority (line 132) | @Override method getExecutor (line 137) | @Override class ArgsObj (line 143) | private static class ArgsObj { method ArgsObj (line 147) | public ArgsObj(TaskProxy taskProxy, Object... args) { class InternalHandler (line 162) | final static class InternalHandler extends Handler { method InternalHandler (line 164) | private InternalHandler() { method handleMessage (line 168) | @Override FILE: xutils/src/main/java/org/xutils/common/util/DensityUtil.java class DensityUtil (line 6) | public final class DensityUtil { method DensityUtil (line 12) | private DensityUtil() { method getDensity (line 15) | public static float getDensity() { method dip2px (line 22) | public static int dip2px(float dpValue) { method px2dip (line 26) | public static int px2dip(float pxValue) { method getScreenWidth (line 30) | public static int getScreenWidth() { method getScreenHeight (line 38) | public static int getScreenHeight() { FILE: xutils/src/main/java/org/xutils/common/util/DoubleKeyValueMap.java class DoubleKeyValueMap (line 29) | public class DoubleKeyValueMap { method DoubleKeyValueMap (line 33) | public DoubleKeyValueMap() { method put (line 37) | public void put(K1 key1, K2 key2, V value) { method getFirstKeys (line 55) | public Set getFirstKeys() { method get (line 59) | public ConcurrentHashMap get(K1 key1) { method get (line 63) | public V get(K1 key1, K2 key2) { method getAllValues (line 68) | public Collection getAllValues(K1 key1) { method getAllValues (line 73) | public Collection getAllValues() { method containsKey (line 88) | public boolean containsKey(K1 key1, K2 key2) { method containsKey (line 95) | public boolean containsKey(K1 key1) { method size (line 99) | public int size() { method remove (line 109) | public void remove(K1 key1) { method remove (line 113) | public void remove(K1 key1, K2 key2) { method clear (line 123) | public void clear() { FILE: xutils/src/main/java/org/xutils/common/util/FileUtil.java class FileUtil (line 12) | public class FileUtil { method FileUtil (line 14) | private FileUtil() { method getCacheDir (line 17) | public static File getCacheDir(String dirName) { method isDiskAvailable (line 42) | public static boolean isDiskAvailable() { method getDiskAvailableSize (line 52) | public static long getDiskAvailableSize() { method existsSdcard (line 63) | public static Boolean existsSdcard() { method getFileOrDirSize (line 67) | public static long getFileOrDirSize(File file) { method copy (line 89) | public static boolean copy(String fromPath, String toPath) { FILE: xutils/src/main/java/org/xutils/common/util/IOUtil.java class IOUtil (line 19) | public class IOUtil { method IOUtil (line 21) | private IOUtil() { method closeQuietly (line 24) | public static void closeQuietly(Closeable closeable) { method closeQuietly (line 34) | public static void closeQuietly(Cursor cursor) { method readBytes (line 44) | public static byte[] readBytes(InputStream in) throws IOException { method readBytes (line 62) | public static byte[] readBytes(InputStream in, long skip, int size) th... method readStr (line 77) | public static String readStr(InputStream in) throws IOException { method readStr (line 81) | public static String readStr(InputStream in, String charset) throws IO... method writeStr (line 97) | public static void writeStr(OutputStream out, String str) throws IOExc... method writeStr (line 101) | public static void writeStr(OutputStream out, String str, String chars... method copy (line 109) | public static void copy(InputStream in, OutputStream out) throws IOExc... method deleteFileOrDir (line 124) | public static boolean deleteFileOrDir(File path) { FILE: xutils/src/main/java/org/xutils/common/util/KeyValue.java class KeyValue (line 18) | public class KeyValue { method KeyValue (line 22) | public KeyValue(String key, Object value) { method getValueStr (line 27) | public String getValueStr() { method equals (line 31) | @Override method hashCode (line 42) | @Override method toString (line 47) | @Override FILE: xutils/src/main/java/org/xutils/common/util/LogUtil.java class LogUtil (line 31) | public class LogUtil { method LogUtil (line 35) | private LogUtil() { method generateTag (line 38) | private static String generateTag() { method d (line 48) | public static void d(String content) { method d (line 55) | public static void d(String content, Throwable tr) { method e (line 62) | public static void e(String content) { method e (line 69) | public static void e(String content, Throwable tr) { method i (line 76) | public static void i(String content) { method i (line 83) | public static void i(String content, Throwable tr) { method v (line 90) | public static void v(String content) { method v (line 97) | public static void v(String content, Throwable tr) { method w (line 104) | public static void w(String content) { method w (line 111) | public static void w(String content, Throwable tr) { method w (line 118) | public static void w(Throwable tr) { method wtf (line 126) | public static void wtf(String content) { method wtf (line 133) | public static void wtf(String content, Throwable tr) { method wtf (line 140) | public static void wtf(Throwable tr) { FILE: xutils/src/main/java/org/xutils/common/util/MD5.java class MD5 (line 12) | public final class MD5 { method MD5 (line 14) | private MD5() { method toHexString (line 20) | public static String toHexString(byte[] bytes) { method md5 (line 30) | public static String md5(File file) throws IOException { method md5 (line 52) | public static String md5(String string) { FILE: xutils/src/main/java/org/xutils/common/util/ParameterizedTypeUtil.java class ParameterizedTypeUtil (line 9) | public class ParameterizedTypeUtil { method ParameterizedTypeUtil (line 11) | private ParameterizedTypeUtil() { method getParameterizedType (line 14) | public static Type getParameterizedType( method getTrueType (line 70) | private static Type getTrueType( FILE: xutils/src/main/java/org/xutils/common/util/ProcessLock.java class ProcessLock (line 24) | public final class ProcessLock implements Closeable { method ProcessLock (line 44) | private ProcessLock(String lockName, File file, FileLock fileLock, Clo... method tryLock (line 59) | public static ProcessLock tryLock(final String lockName, final boolean... method tryLock (line 71) | public static ProcessLock tryLock(final String lockName, final boolean... method isValid (line 97) | public boolean isValid() { method release (line 104) | public void release() { method close (line 111) | @Override method isValid (line 116) | private static boolean isValid(FileLock fileLock) { method release (line 120) | private static void release(String lockName, FileLock fileLock, File f... method customHash (line 147) | private static String customHash(String str) { method tryLockInternal (line 157) | private static ProcessLock tryLockInternal(final String lockName, fina... method toString (line 220) | @Override method finalize (line 225) | @Override FILE: xutils/src/main/java/org/xutils/config/DbConfigs.java type DbConfigs (line 11) | public enum DbConfigs { method onDbOpened (line 16) | @Override method onUpgrade (line 22) | @Override method onDbOpened (line 36) | @Override method onUpgrade (line 42) | @Override method DbConfigs (line 54) | DbConfigs(DbManager.DaoConfig config) { method getConfig (line 58) | public DbManager.DaoConfig getConfig() { FILE: xutils/src/main/java/org/xutils/db/CursorUtils.java class CursorUtils (line 26) | final class CursorUtils { method getEntity (line 28) | public static T getEntity(TableEntity table, final Cursor curso... method getDbModel (line 42) | public static DbModel getDbModel(final Cursor cursor) { FILE: xutils/src/main/java/org/xutils/db/DbManagerImpl.java class DbManagerImpl (line 43) | public final class DbManagerImpl extends DbBase { method DbManagerImpl (line 56) | private DbManagerImpl(DaoConfig config) { method getInstance (line 69) | public synchronized static DbManager getInstance(DaoConfig daoConfig) { method getDatabase (line 106) | @Override method getDaoConfig (line 111) | @Override method saveOrUpdate (line 118) | @Override method replace (line 143) | @Override method save (line 168) | @Override method saveBindingId (line 193) | @Override method deleteById (line 222) | @Override method delete (line 237) | @Override method delete (line 262) | @Override method delete (line 267) | @Override method update (line 284) | @Override method update (line 309) | @Override method findById (line 328) | @Override method findFirst (line 352) | @Override method findAll (line 357) | @Override method selector (line 362) | @Override method findDbModelFirst (line 367) | @Override method findDbModelAll (line 384) | @Override method openOrCreateDatabase (line 405) | private SQLiteDatabase openOrCreateDatabase(DaoConfig config) { method saveOrUpdateWithoutTransaction (line 419) | private void saveOrUpdateWithoutTransaction(TableEntity table, Obje... method saveBindingIdWithoutTransaction (line 432) | private boolean saveBindingIdWithoutTransaction(TableEntity table, ... method getLastAutoIncrementId (line 450) | private long getLastAutoIncrementId(String tableName) throws DbExcepti... method close (line 467) | @Override method beginTransaction (line 477) | private void beginTransaction() { method setTransactionSuccessful (line 487) | private void setTransactionSuccessful() { method endTransaction (line 493) | private void endTransaction() { method executeUpdateDelete (line 500) | @Override method executeUpdateDelete (line 519) | @Override method execNonQuery (line 538) | @Override method execNonQuery (line 557) | @Override method execQuery (line 566) | @Override method execQuery (line 575) | @Override FILE: xutils/src/main/java/org/xutils/db/DbModelSelector.java class DbModelSelector (line 35) | public final class DbModelSelector { method DbModelSelector (line 43) | private DbModelSelector(TableEntity table) { method DbModelSelector (line 47) | protected DbModelSelector(Selector selector, String groupByColumnNa... method DbModelSelector (line 52) | protected DbModelSelector(Selector selector, String[] columnExpress... method from (line 58) | static DbModelSelector from(TableEntity table) { method where (line 62) | public DbModelSelector where(WhereBuilder whereBuilder) { method where (line 67) | public DbModelSelector where(String columnName, String op, Object valu... method and (line 72) | public DbModelSelector and(String columnName, String op, Object value) { method and (line 77) | public DbModelSelector and(WhereBuilder where) { method or (line 82) | public DbModelSelector or(String columnName, String op, Object value) { method or (line 87) | public DbModelSelector or(WhereBuilder where) { method expr (line 92) | public DbModelSelector expr(String expr) { method groupBy (line 97) | public DbModelSelector groupBy(String columnName) { method having (line 102) | public DbModelSelector having(WhereBuilder whereBuilder) { method select (line 107) | public DbModelSelector select(String... columnExpressions) { method orderBy (line 112) | public DbModelSelector orderBy(String columnName) { method orderBy (line 117) | public DbModelSelector orderBy(String columnName, boolean desc) { method limit (line 122) | public DbModelSelector limit(int limit) { method offset (line 127) | public DbModelSelector offset(int offset) { method getTable (line 132) | public TableEntity getTable() { method findFirst (line 136) | public DbModel findFirst() throws DbException { method findAll (line 156) | public List findAll() throws DbException { method toString (line 179) | @Override FILE: xutils/src/main/java/org/xutils/db/Selector.java class Selector (line 34) | public final class Selector { method Selector (line 43) | private Selector(TableEntity table) { method from (line 48) | static Selector from(TableEntity table) { method where (line 52) | public Selector where(WhereBuilder whereBuilder) { method where (line 57) | public Selector where(String columnName, String op, Object value) { method and (line 62) | public Selector and(String columnName, String op, Object value) { method and (line 67) | public Selector and(WhereBuilder where) { method or (line 72) | public Selector or(String columnName, String op, Object value) { method or (line 77) | public Selector or(WhereBuilder where) { method expr (line 82) | public Selector expr(String expr) { method groupBy (line 90) | public DbModelSelector groupBy(String columnName) { method select (line 94) | public DbModelSelector select(String... columnExpressions) { method orderBy (line 98) | public Selector orderBy(String columnName) { method orderBy (line 106) | public Selector orderBy(String columnName, boolean desc) { method limit (line 114) | public Selector limit(int limit) { method offset (line 119) | public Selector offset(int offset) { method getTable (line 124) | public TableEntity getTable() { method getWhereBuilder (line 128) | public WhereBuilder getWhereBuilder() { method getOrderByList (line 132) | public List getOrderByList() { method getLimit (line 136) | public int getLimit() { method getOffset (line 140) | public int getOffset() { method findFirst (line 144) | public T findFirst() throws DbException { method findAll (line 163) | public List findAll() throws DbException { method count (line 184) | public long count() throws DbException { method toString (line 195) | @Override class OrderBy (line 218) | public static class OrderBy { method OrderBy (line 222) | public OrderBy(String columnName) { method OrderBy (line 226) | public OrderBy(String columnName, boolean desc) { method toString (line 231) | @Override FILE: xutils/src/main/java/org/xutils/db/converter/BooleanColumnConverter.java class BooleanColumnConverter (line 12) | public class BooleanColumnConverter implements ColumnConverter { method getFieldValue (line 13) | @Override method fieldValue2DbValue (line 18) | @Override method getColumnDbType (line 24) | @Override FILE: xutils/src/main/java/org/xutils/db/converter/ByteArrayColumnConverter.java class ByteArrayColumnConverter (line 12) | public class ByteArrayColumnConverter implements ColumnConverter { method getFieldValue (line 13) | @Override method fieldValue2DbValue (line 18) | @Override method getColumnDbType (line 23) | @Override FILE: xutils/src/main/java/org/xutils/db/converter/ByteColumnConverter.java class ByteColumnConverter (line 12) | public class ByteColumnConverter implements ColumnConverter { method getFieldValue (line 13) | @Override method fieldValue2DbValue (line 18) | @Override method getColumnDbType (line 23) | @Override FILE: xutils/src/main/java/org/xutils/db/converter/CharColumnConverter.java class CharColumnConverter (line 12) | public class CharColumnConverter implements ColumnConverter { method getFieldValue (line 13) | @Override method fieldValue2DbValue (line 18) | @Override method getColumnDbType (line 24) | @Override FILE: xutils/src/main/java/org/xutils/db/converter/ColumnConverter.java type ColumnConverter (line 12) | public interface ColumnConverter { method getFieldValue (line 14) | T getFieldValue(final Cursor cursor, int index); method fieldValue2DbValue (line 16) | Object fieldValue2DbValue(T fieldValue); method getColumnDbType (line 18) | ColumnDbType getColumnDbType(); FILE: xutils/src/main/java/org/xutils/db/converter/ColumnConverterFactory.java class ColumnConverterFactory (line 14) | public final class ColumnConverterFactory { method ColumnConverterFactory (line 16) | private ColumnConverterFactory() { method getColumnConverter (line 19) | public static ColumnConverter getColumnConverter(Class columnType) { method getDbColumnType (line 43) | public static ColumnDbType getDbColumnType(Class columnType) { method registerColumnConverter (line 48) | public static void registerColumnConverter(Class columnType, ColumnCon... method isSupportColumnConverter (line 52) | public static boolean isSupportColumnConverter(Class columnType) { FILE: xutils/src/main/java/org/xutils/db/converter/DateColumnConverter.java class DateColumnConverter (line 14) | public class DateColumnConverter implements ColumnConverter { method getFieldValue (line 15) | @Override method fieldValue2DbValue (line 20) | @Override method getColumnDbType (line 26) | @Override FILE: xutils/src/main/java/org/xutils/db/converter/DoubleColumnConverter.java class DoubleColumnConverter (line 12) | public class DoubleColumnConverter implements ColumnConverter { method getFieldValue (line 13) | @Override method fieldValue2DbValue (line 18) | @Override method getColumnDbType (line 23) | @Override FILE: xutils/src/main/java/org/xutils/db/converter/FloatColumnConverter.java class FloatColumnConverter (line 12) | public class FloatColumnConverter implements ColumnConverter { method getFieldValue (line 13) | @Override method fieldValue2DbValue (line 18) | @Override method getColumnDbType (line 23) | @Override FILE: xutils/src/main/java/org/xutils/db/converter/IntegerColumnConverter.java class IntegerColumnConverter (line 12) | public class IntegerColumnConverter implements ColumnConverter { method getFieldValue (line 13) | @Override method fieldValue2DbValue (line 18) | @Override method getColumnDbType (line 23) | @Override FILE: xutils/src/main/java/org/xutils/db/converter/LongColumnConverter.java class LongColumnConverter (line 12) | public class LongColumnConverter implements ColumnConverter { method getFieldValue (line 13) | @Override method fieldValue2DbValue (line 18) | @Override method getColumnDbType (line 23) | @Override FILE: xutils/src/main/java/org/xutils/db/converter/ShortColumnConverter.java class ShortColumnConverter (line 12) | public class ShortColumnConverter implements ColumnConverter { method getFieldValue (line 13) | @Override method fieldValue2DbValue (line 18) | @Override method getColumnDbType (line 23) | @Override FILE: xutils/src/main/java/org/xutils/db/converter/SqlDateColumnConverter.java class SqlDateColumnConverter (line 12) | public class SqlDateColumnConverter implements ColumnConverter { method getFieldValue (line 13) | @Override method fieldValue2DbValue (line 18) | @Override method getColumnDbType (line 23) | @Override FILE: xutils/src/main/java/org/xutils/db/sqlite/ColumnDbType.java type ColumnDbType (line 6) | public enum ColumnDbType { method ColumnDbType (line 12) | ColumnDbType(String value) { method toString (line 16) | @Override FILE: xutils/src/main/java/org/xutils/db/sqlite/SqlInfo.java class SqlInfo (line 29) | public final class SqlInfo { method SqlInfo (line 34) | public SqlInfo() { method SqlInfo (line 37) | public SqlInfo(String sql) { method getSql (line 41) | public String getSql() { method setSql (line 45) | public void setSql(String sql) { method addBindArg (line 49) | public void addBindArg(KeyValue kv) { method addBindArgs (line 56) | public void addBindArgs(List bindArgs) { method buildStatement (line 64) | public SQLiteStatement buildStatement(SQLiteDatabase database) { method getBindArgs (line 98) | public Object[] getBindArgs() { method getBindArgsAsStrArray (line 109) | public String[] getBindArgsAsStrArray() { FILE: xutils/src/main/java/org/xutils/db/sqlite/SqlInfoBuilder.java class SqlInfoBuilder (line 33) | public final class SqlInfoBuilder { method SqlInfoBuilder (line 38) | private SqlInfoBuilder() { method buildInsertSqlInfo (line 43) | public static SqlInfo buildInsertSqlInfo(TableEntity table, Object ... method buildReplaceSqlInfo (line 82) | public static SqlInfo buildReplaceSqlInfo(TableEntity table, Object... method buildDeleteSqlInfo (line 121) | public static SqlInfo buildDeleteSqlInfo(TableEntity table, Object ... method buildDeleteSqlInfoById (line 139) | public static SqlInfo buildDeleteSqlInfoById(TableEntity table, Obj... method buildDeleteSqlInfo (line 156) | public static SqlInfo buildDeleteSqlInfo(TableEntity table, WhereBu... method buildUpdateSqlInfo (line 169) | public static SqlInfo buildUpdateSqlInfo(TableEntity table, Object ... method buildUpdateSqlInfo (line 204) | public static SqlInfo buildUpdateSqlInfo(TableEntity table, WhereBu... method buildCreateTableSqlInfo (line 227) | public static SqlInfo buildCreateTableSqlInfo(TableEntity table) th... method entity2KeyValueList (line 255) | public static List entity2KeyValueList(TableEntity table,... method column2KeyValue (line 269) | private static KeyValue column2KeyValue(Object entity, ColumnEntity co... FILE: xutils/src/main/java/org/xutils/db/sqlite/WhereBuilder.java class WhereBuilder (line 33) | public class WhereBuilder { method WhereBuilder (line 37) | private WhereBuilder() { method b (line 46) | public static WhereBuilder b() { method b (line 58) | public static WhereBuilder b(String columnName, String op, Object valu... method and (line 72) | public WhereBuilder and(String columnName, String op, Object value) { method and (line 83) | public WhereBuilder and(WhereBuilder where) { method or (line 96) | public WhereBuilder or(String columnName, String op, Object value) { method or (line 107) | public WhereBuilder or(WhereBuilder where) { method expr (line 112) | public WhereBuilder expr(String expr) { method getWhereItemSize (line 117) | public int getWhereItemSize() { method toString (line 121) | @Override method appendCondition (line 133) | private void appendCondition(String conj, String columnName, String op... FILE: xutils/src/main/java/org/xutils/db/table/ColumnEntity.java class ColumnEntity (line 29) | public final class ColumnEntity { method ColumnEntity (line 42) | ColumnEntity(Class entityType, Field field, Column column) { method setValueFromCursor (line 65) | public void setValueFromCursor(Object entity, Cursor cursor, int index) { method getColumnValue (line 84) | @SuppressWarnings("unchecked") method setAutoIdValue (line 93) | public void setAutoIdValue(Object entity, long value) { method getFieldValue (line 114) | public Object getFieldValue(Object entity) { method getName (line 134) | public String getName() { method getProperty (line 138) | public String getProperty() { method isId (line 142) | public boolean isId() { method isAutoId (line 146) | public boolean isAutoId() { method getColumnField (line 150) | public Field getColumnField() { method getColumnConverter (line 154) | public ColumnConverter getColumnConverter() { method getColumnDbType (line 158) | public ColumnDbType getColumnDbType() { method toString (line 162) | @Override FILE: xutils/src/main/java/org/xutils/db/table/ColumnUtils.java class ColumnUtils (line 26) | public final class ColumnUtils { method ColumnUtils (line 28) | private ColumnUtils() { method isAutoIdType (line 47) | public static boolean isAutoIdType(Class fieldType) { method isInteger (line 51) | public static boolean isInteger(Class fieldType) { method isBoolean (line 55) | public static boolean isBoolean(Class fieldType) { method convert2DbValueIfNeeded (line 59) | @SuppressWarnings("unchecked") method findGetMethod (line 71) | static Method findGetMethod(Class entityType, Field field) { method findSetMethod (line 95) | static Method findSetMethod(Class entityType, Field field) { method findBooleanGetMethod (line 119) | private static Method findBooleanGetMethod(Class entityType, final ... method findBooleanSetMethod (line 134) | private static Method findBooleanSetMethod(Class entityType, final ... FILE: xutils/src/main/java/org/xutils/db/table/DbBase.java class DbBase (line 19) | public abstract class DbBase implements DbManager { method getTable (line 23) | @Override method dropTable (line 41) | @Override method dropDb (line 50) | @Override method addColumn (line 78) | @Override method createTableIfNotExist (line 92) | protected void createTableIfNotExist(TableEntity table) throws DbEx... method removeTable (line 112) | protected void removeTable(Class entityType) { FILE: xutils/src/main/java/org/xutils/db/table/DbModel.java class DbModel (line 23) | public final class DbModel { method getString (line 31) | public String getString(String columnName) { method getInt (line 35) | public int getInt(String columnName) { method getBoolean (line 39) | public boolean getBoolean(String columnName) { method getDouble (line 47) | public double getDouble(String columnName) { method getFloat (line 51) | public float getFloat(String columnName) { method getLong (line 55) | public long getLong(String columnName) { method getDate (line 59) | public Date getDate(String columnName) { method getSqlDate (line 64) | public java.sql.Date getSqlDate(String columnName) { method add (line 69) | public void add(String columnName, String valueStr) { method getDataMap (line 76) | public HashMap getDataMap() { method isEmpty (line 84) | public boolean isEmpty(String columnName) { FILE: xutils/src/main/java/org/xutils/db/table/TableEntity.java class TableEntity (line 29) | public final class TableEntity { method TableEntity (line 44) | TableEntity(DbManager db, Class entityType) throws Throwable { method createEntity (line 62) | public T createEntity() throws Throwable { method tableIsExist (line 66) | public boolean tableIsExist() throws DbException { method getDb (line 91) | public DbManager getDb() { method getName (line 95) | public String getName() { method getEntityType (line 99) | public Class getEntityType() { method getOnCreated (line 103) | public String getOnCreated() { method getId (line 107) | public ColumnEntity getId() { method getColumnMap (line 111) | public LinkedHashMap getColumnMap() { method isCheckedDatabase (line 115) | boolean isCheckedDatabase() { method setCheckedDatabase (line 119) | void setCheckedDatabase(boolean checkedDatabase) { method toString (line 123) | @Override FILE: xutils/src/main/java/org/xutils/db/table/TableUtils.java class TableUtils (line 27) | final class TableUtils { method TableUtils (line 29) | private TableUtils() { method findColumnMap (line 33) | static synchronized LinkedHashMap findColumnMap(... method addColumns2Map (line 39) | private static void addColumns2Map(Class entityType, HashMap getHeaders() { method getQueryStringParams (line 249) | public List getQueryStringParams() { method getBodyParams (line 254) | public List getBodyParams() { method getFileParams (line 259) | public List getFileParams() { method getStringParams (line 264) | public List getStringParams() { method getStringParameter (line 272) | public String getStringParameter(String name) { method getParams (line 290) | public List getParams(String name) { method clearParams (line 316) | public void clearParams() { method removeParameter (line 324) | public void removeParameter(String name) { method setRequestBody (line 354) | public void setRequestBody(RequestBody requestBody) { method getRequestBody (line 358) | public RequestBody getRequestBody() throws IOException { method toJSONString (line 402) | public String toJSONString() { method toString (line 420) | @Override method checkBodyParams (line 448) | private void checkBodyParams() { method params2Json (line 480) | private void params2Json(final JSONObject jsonObject, final List implements Callback.TypedCallback... method DefaultSyncCallback (line 80) | public DefaultSyncCallback(Class resultType) { method getLoadType (line 84) | @Override method onSuccess (line 89) | @Override method onError (line 94) | @Override method onCancelled (line 99) | @Override method onFinished (line 104) | @Override FILE: xutils/src/main/java/org/xutils/http/HttpMethod.java type HttpMethod (line 7) | public enum HttpMethod { method HttpMethod (line 22) | HttpMethod(String value) { method toString (line 26) | @Override method permitsRetry (line 31) | public static boolean permitsRetry(HttpMethod method) { method permitsCache (line 35) | public static boolean permitsCache(HttpMethod method) { method permitsRequestBody (line 39) | public static boolean permitsRequestBody(HttpMethod method) { FILE: xutils/src/main/java/org/xutils/http/HttpTask.java class HttpTask (line 36) | public class HttpTask extends AbsTask implements... method HttpTask (line 73) | public HttpTask(RequestParams params, Callback.Cancelable cancelHandler, method resolveLoadType (line 124) | private void resolveLoadType() { method createNewRequest (line 136) | private UriRequest createNewRequest() throws Throwable { method checkDownloadTask (line 148) | private void checkDownloadTask() { method doBackground (line 188) | @Override method onUpdate (line 375) | @Override method onWaiting (line 421) | @Override method onStarted (line 431) | @Override method onSuccess (line 441) | @Override method onError (line 450) | @Override method onCancelled (line 459) | @Override method onFinished (line 467) | @Override method clearRawResult (line 481) | private void clearRawResult() { method cancelWorks (line 488) | @Override method isCancelFast (line 498) | @Override method closeRequestSync (line 503) | private void closeRequestSync() { method getExecutor (line 508) | @Override method getPriority (line 513) | @Override method updateProgress (line 528) | @Override method toString (line 556) | @Override class RequestWorker (line 568) | private final class RequestWorker { method RequestWorker (line 572) | private RequestWorker() { method request (line 575) | public void request() { FILE: xutils/src/main/java/org/xutils/http/ProgressHandler.java type ProgressHandler (line 9) | public interface ProgressHandler { method updateProgress (line 16) | boolean updateProgress(long total, long current, boolean forceUpdateUI); FILE: xutils/src/main/java/org/xutils/http/RequestParams.java class RequestParams (line 23) | public class RequestParams extends BaseParams { method RequestParams (line 57) | public RequestParams() { method RequestParams (line 64) | public RequestParams(String uri) { method RequestParams (line 74) | public RequestParams(String uri, ParamsBuilder builder, String[] signs... method init (line 85) | void init() throws Throwable { method getUri (line 115) | public String getUri() { method getCacheKey (line 119) | public String getCacheKey() { method setSslSocketFactory (line 131) | public void setSslSocketFactory(SSLSocketFactory sslSocketFactory) { method getSslSocketFactory (line 135) | public SSLSocketFactory getSslSocketFactory() { method isUseCookie (line 144) | public boolean isUseCookie() { method setUseCookie (line 153) | public void setUseCookie(boolean useCookie) { method getProxy (line 157) | public Proxy getProxy() { method setProxy (line 161) | public void setProxy(Proxy proxy) { method getPriority (line 165) | public Priority getPriority() { method setPriority (line 169) | public void setPriority(Priority priority) { method getConnectTimeout (line 173) | public int getConnectTimeout() { method setConnectTimeout (line 177) | public void setConnectTimeout(int connectTimeout) { method getCacheDirName (line 183) | public String getCacheDirName() { method setCacheDirName (line 187) | public void setCacheDirName(String cacheDirName) { method getCacheSize (line 191) | public long getCacheSize() { method setCacheSize (line 195) | public void setCacheSize(long cacheSize) { method getCacheMaxAge (line 204) | public long getCacheMaxAge() { method setCacheMaxAge (line 213) | public void setCacheMaxAge(long cacheMaxAge) { method getExecutor (line 222) | public Executor getExecutor() { method setExecutor (line 231) | public void setExecutor(Executor executor) { method isAutoResume (line 238) | public boolean isAutoResume() { method setAutoResume (line 247) | public void setAutoResume(boolean autoResume) { method isAutoRename (line 254) | public boolean isAutoRename() { method setAutoRename (line 263) | public void setAutoRename(boolean autoRename) { method getSaveFilePath (line 270) | public String getSaveFilePath() { method setSaveFilePath (line 279) | public void setSaveFilePath(String saveFilePath) { method getMaxRetryCount (line 283) | public int getMaxRetryCount() { method setMaxRetryCount (line 287) | public void setMaxRetryCount(int maxRetryCount) { method isCancelFast (line 296) | public boolean isCancelFast() { method setCancelFast (line 305) | public void setCancelFast(boolean cancelFast) { method getLoadingUpdateMaxTimeSpan (line 309) | public int getLoadingUpdateMaxTimeSpan() { method setLoadingUpdateMaxTimeSpan (line 318) | public void setLoadingUpdateMaxTimeSpan(int loadingUpdateMaxTimeSpan) { method getHttpRetryHandler (line 322) | public HttpRetryHandler getHttpRetryHandler() { method setHttpRetryHandler (line 326) | public void setHttpRetryHandler(HttpRetryHandler httpRetryHandler) { method getRedirectHandler (line 330) | public RedirectHandler getRedirectHandler() { method setRedirectHandler (line 339) | public void setRedirectHandler(RedirectHandler redirectHandler) { method getRequestTracker (line 343) | public RequestTracker getRequestTracker() { method setRequestTracker (line 347) | public void setRequestTracker(RequestTracker requestTracker) { method initEntityParams (line 351) | private void initEntityParams() { method getHttpRequest (line 362) | private HttpRequest getHttpRequest() { method toString (line 379) | @Override FILE: xutils/src/main/java/org/xutils/http/RequestParamsHelper.java class RequestParamsHelper (line 19) | final class RequestParamsHelper { method RequestParamsHelper (line 23) | private RequestParamsHelper() { type ParseKVListener (line 26) | interface ParseKVListener { method onParseKV (line 27) | void onParseKV(String name, Object value); method parseKV (line 31) | static void parseKV(Object entity, Class type, ParseKVListener list... method parseJSONObject (line 64) | static Object parseJSONObject(Object value) throws JSONException { FILE: xutils/src/main/java/org/xutils/http/RequestTrackerWrapper.java class RequestTrackerWrapper (line 11) | final class RequestTrackerWrapper implements RequestTracker { method RequestTrackerWrapper (line 15) | public RequestTrackerWrapper(RequestTracker base) { method onWaiting (line 19) | @Override method onStart (line 28) | @Override method onRequestCreated (line 37) | @Override method onCache (line 46) | @Override method onSuccess (line 55) | @Override method onCancelled (line 64) | @Override method onError (line 73) | @Override method onFinished (line 82) | @Override FILE: xutils/src/main/java/org/xutils/http/app/DefaultParamsBuilder.java class DefaultParamsBuilder (line 18) | public class DefaultParamsBuilder implements ParamsBuilder { method DefaultParamsBuilder (line 20) | public DefaultParamsBuilder() { method buildUri (line 30) | @Override method buildCacheKey (line 43) | @Override method getSSLSocketFactory (line 66) | @Override method buildParams (line 76) | @Override method buildSign (line 86) | @Override method getTrustAllSSLSocketFactory (line 93) | public static SSLSocketFactory getTrustAllSSLSocketFactory() { FILE: xutils/src/main/java/org/xutils/http/app/HttpRetryHandler.java class HttpRetryHandler (line 24) | public class HttpRetryHandler { method HttpRetryHandler (line 45) | public HttpRetryHandler() { method setMaxRetryCount (line 48) | public void setMaxRetryCount(int maxRetryCount) { method canRetry (line 52) | public boolean canRetry(UriRequest request, Throwable ex, int count) { FILE: xutils/src/main/java/org/xutils/http/app/InputStreamResponseParser.java class InputStreamResponseParser (line 9) | public abstract class InputStreamResponseParser implements ResponseParser { method parse (line 11) | public abstract Object parse(Type resultType, Class resultClass, In... method parse (line 18) | @Override FILE: xutils/src/main/java/org/xutils/http/app/ParamsBuilder.java type ParamsBuilder (line 13) | public interface ParamsBuilder { method buildUri (line 22) | String buildUri(RequestParams params, HttpRequest httpRequest) throws ... method buildCacheKey (line 32) | String buildCacheKey(RequestParams params, String[] cacheKeys); method getSSLSocketFactory (line 39) | SSLSocketFactory getSSLSocketFactory() throws Throwable; method buildParams (line 46) | void buildParams(RequestParams params) throws Throwable; method buildSign (line 54) | void buildSign(RequestParams params, String[] signs) throws Throwable; FILE: xutils/src/main/java/org/xutils/http/app/RedirectHandler.java type RedirectHandler (line 10) | public interface RedirectHandler { method getRedirectParams (line 18) | RequestParams getRedirectParams(UriRequest request) throws Throwable; FILE: xutils/src/main/java/org/xutils/http/app/RequestInterceptListener.java type RequestInterceptListener (line 12) | public interface RequestInterceptListener { method beforeRequest (line 14) | void beforeRequest(UriRequest request) throws Throwable; method afterRequest (line 16) | void afterRequest(UriRequest request) throws Throwable; FILE: xutils/src/main/java/org/xutils/http/app/RequestTracker.java type RequestTracker (line 18) | public interface RequestTracker { method onWaiting (line 20) | void onWaiting(RequestParams params); method onStart (line 22) | void onStart(RequestParams params); method onRequestCreated (line 24) | void onRequestCreated(UriRequest request); method onCache (line 26) | void onCache(UriRequest request, Object result); method onSuccess (line 28) | void onSuccess(UriRequest request, Object result); method onCancelled (line 30) | void onCancelled(UriRequest request); method onError (line 32) | void onError(UriRequest request, Throwable ex, boolean isCallbackError); method onFinished (line 34) | void onFinished(UriRequest request); FILE: xutils/src/main/java/org/xutils/http/app/ResponseParser.java type ResponseParser (line 12) | public interface ResponseParser { method checkResponse (line 20) | void checkResponse(UriRequest request) throws Throwable; method parse (line 31) | Object parse(Type resultType, Class resultClass, String result) thr... FILE: xutils/src/main/java/org/xutils/http/body/BodyItemWrapper.java class BodyItemWrapper (line 9) | public final class BodyItemWrapper { method BodyItemWrapper (line 15) | public BodyItemWrapper(Object value, String contentType) { method BodyItemWrapper (line 19) | public BodyItemWrapper(Object value, String contentType, String fileNa... method getValue (line 29) | public Object getValue() { method getFileName (line 33) | public String getFileName() { method getContentType (line 37) | public String getContentType() { FILE: xutils/src/main/java/org/xutils/http/body/FileBody.java class FileBody (line 13) | public class FileBody extends InputStreamBody { method FileBody (line 18) | public FileBody(File file) throws IOException { method FileBody (line 22) | public FileBody(File file, String contentType) throws IOException { method setContentType (line 28) | @Override method getContentType (line 33) | @Override method getFileContentType (line 41) | public static String getFileContentType(File file) { FILE: xutils/src/main/java/org/xutils/http/body/InputStreamBody.java class InputStreamBody (line 20) | public class InputStreamBody implements ProgressBody { method InputStreamBody (line 30) | public InputStreamBody(InputStream inputStream) { method InputStreamBody (line 34) | public InputStreamBody(InputStream inputStream, String contentType) { method setProgressHandler (line 40) | @Override method getContentLength (line 45) | @Override method setContentType (line 50) | @Override method getContentType (line 55) | @Override method writeTo (line 60) | @Override method getInputStreamLength (line 86) | public static long getInputStreamLength(InputStream inputStream) { FILE: xutils/src/main/java/org/xutils/http/body/MultipartBody.java class MultipartBody (line 24) | public class MultipartBody implements ProgressBody { method MultipartBody (line 37) | public MultipartBody(List multipartParams, String charset) { method setProgressHandler (line 56) | @Override method generateContentType (line 61) | private void generateContentType() { method getContentLength (line 67) | @Override method setContentType (line 78) | @Override method getContentType (line 84) | @Override method writeTo (line 89) | @Override method writeEntry (line 119) | private void writeEntry(OutputStream out, String name, Object value) t... method writeLine (line 167) | private void writeLine(OutputStream out, byte[]... bs) throws IOExcept... method writeFile (line 176) | private void writeFile(OutputStream out, File file) throws IOException { method writeStreamAndCloseIn (line 184) | private void writeStreamAndCloseIn(OutputStream out, InputStream in) t... method buildContentDisposition (line 204) | private static byte[] buildContentDisposition(String name, String file... method buildContentType (line 213) | private static byte[] buildContentType(Object value, String contentTyp... class CounterOutputStream (line 228) | private class CounterOutputStream extends OutputStream { method CounterOutputStream (line 232) | public CounterOutputStream() { method addFile (line 235) | public void addFile(File file) { method addStream (line 240) | public void addStream(InputStream inputStream) { method write (line 250) | @Override method write (line 256) | @Override method write (line 262) | @Override FILE: xutils/src/main/java/org/xutils/http/body/ProgressBody.java type ProgressBody (line 9) | public interface ProgressBody extends RequestBody { method setProgressHandler (line 10) | void setProgressHandler(ProgressHandler progressHandler); FILE: xutils/src/main/java/org/xutils/http/body/RequestBody.java type RequestBody (line 9) | public interface RequestBody { method getContentLength (line 11) | long getContentLength(); method setContentType (line 13) | void setContentType(String contentType); method getContentType (line 15) | String getContentType(); method writeTo (line 17) | void writeTo(OutputStream out) throws IOException; FILE: xutils/src/main/java/org/xutils/http/body/StringBody.java class StringBody (line 13) | public class StringBody implements RequestBody { method StringBody (line 19) | public StringBody(String str, String charset) throws UnsupportedEncodi... method getContentLength (line 26) | @Override method setContentType (line 31) | @Override method getContentType (line 36) | @Override method writeTo (line 41) | @Override FILE: xutils/src/main/java/org/xutils/http/body/UrlEncodedParamsBody.java class UrlEncodedParamsBody (line 16) | public class UrlEncodedParamsBody implements RequestBody { method UrlEncodedParamsBody (line 21) | public UrlEncodedParamsBody(List params, String charset) thr... method getContentLength (line 44) | @Override method setContentType (line 49) | @Override method getContentType (line 53) | @Override method writeTo (line 58) | @Override FILE: xutils/src/main/java/org/xutils/http/cookie/CookieEntity.java class CookieEntity (line 15) | @Table(name = "cookie", method CookieEntity (line 51) | public CookieEntity() { method CookieEntity (line 54) | public CookieEntity(URI uri, HttpCookie cookie) { method toHttpCookie (line 80) | public HttpCookie toHttpCookie() { method getId (line 98) | public long getId() { method setId (line 102) | public void setId(long id) { method getUri (line 106) | public String getUri() { method setUri (line 110) | public void setUri(String uri) { method isExpired (line 114) | public boolean isExpired() { FILE: xutils/src/main/java/org/xutils/http/cookie/DbCookieStore.java type DbCookieStore (line 25) | public enum DbCookieStore implements CookieStore { method DbCookieStore (line 36) | DbCookieStore() { method add (line 48) | @Override method get (line 73) | @Override method getCookies (line 137) | @Override method getURIs (line 162) | @Override method remove (line 197) | @Override method removeAll (line 234) | @Override method trimSize (line 244) | private void trimSize() { method getEffectiveURI (line 283) | private URI getEffectiveURI(final URI uri) { FILE: xutils/src/main/java/org/xutils/http/loader/BooleanLoader.java class BooleanLoader (line 12) | class BooleanLoader extends Loader { method newInstance (line 14) | @Override method load (line 19) | @Override method load (line 24) | @Override method loadFromCache (line 30) | @Override method save2Cache (line 35) | @Override FILE: xutils/src/main/java/org/xutils/http/loader/ByteArrayLoader.java class ByteArrayLoader (line 13) | class ByteArrayLoader extends Loader { method newInstance (line 15) | @Override method load (line 20) | @Override method load (line 25) | @Override method loadFromCache (line 31) | @Override method save2Cache (line 36) | @Override FILE: xutils/src/main/java/org/xutils/http/loader/FileLoader.java class FileLoader (line 41) | public class FileLoader extends Loader { method newInstance (line 54) | @Override method setParams (line 59) | @Override method load (line 68) | @Override method load (line 166) | @Override method initDiskCacheFile (line 268) | private void initDiskCacheFile(final UriRequest request) throws Throwa... method autoRename (line 285) | private File autoRename(File loadedFile) { method getResponseFileName (line 300) | private static String getResponseFileName(UriRequest request) { method isSupportRange (line 329) | private static boolean isSupportRange(UriRequest request) { method loadFromCache (line 339) | @Override method save2Cache (line 344) | @Override FILE: xutils/src/main/java/org/xutils/http/loader/IntegerLoader.java class IntegerLoader (line 12) | class IntegerLoader extends Loader { method newInstance (line 13) | @Override method load (line 18) | @Override method load (line 23) | @Override method loadFromCache (line 29) | @Override method save2Cache (line 34) | @Override FILE: xutils/src/main/java/org/xutils/http/loader/JSONArrayLoader.java class JSONArrayLoader (line 17) | class JSONArrayLoader extends Loader { method newInstance (line 22) | @Override method setParams (line 27) | @Override method load (line 37) | @Override method load (line 43) | @Override method loadFromCache (line 49) | @Override method save2Cache (line 61) | @Override FILE: xutils/src/main/java/org/xutils/http/loader/JSONObjectLoader.java class JSONObjectLoader (line 17) | class JSONObjectLoader extends Loader { method newInstance (line 22) | @Override method setParams (line 27) | @Override method load (line 37) | @Override method load (line 43) | @Override method loadFromCache (line 49) | @Override method save2Cache (line 61) | @Override FILE: xutils/src/main/java/org/xutils/http/loader/Loader.java class Loader (line 19) | public abstract class Loader { method setParams (line 24) | public void setParams(final RequestParams params) { method setProgressHandler (line 28) | public void setProgressHandler(final ProgressHandler callbackHandler) { method saveStringCache (line 32) | protected void saveStringCache(UriRequest request, String resultStr) { method newInstance (line 45) | public abstract Loader newInstance(); method load (line 47) | public abstract T load(final InputStream in) throws Throwable; method load (line 49) | public abstract T load(final UriRequest request) throws Throwable; method loadFromCache (line 51) | public abstract T loadFromCache(final DiskCacheEntity cacheEntity) thr... method save2Cache (line 53) | public abstract void save2Cache(final UriRequest request); FILE: xutils/src/main/java/org/xutils/http/loader/LoaderFactory.java class LoaderFactory (line 16) | public final class LoaderFactory { method LoaderFactory (line 18) | private LoaderFactory() { method getLoader (line 40) | @SuppressWarnings("unchecked") method registerLoader (line 52) | public static void registerLoader(Type type, Loader loader) { FILE: xutils/src/main/java/org/xutils/http/loader/ObjectLoader.java class ObjectLoader (line 25) | class ObjectLoader extends Loader { method ObjectLoader (line 34) | public ObjectLoader(Type objectType) { method newInstance (line 85) | @Override method setParams (line 90) | @Override method load (line 100) | @Override method load (line 112) | @Override method loadFromCache (line 122) | @Override method save2Cache (line 134) | @Override FILE: xutils/src/main/java/org/xutils/http/loader/StringLoader.java class StringLoader (line 16) | class StringLoader extends Loader { method newInstance (line 21) | @Override method setParams (line 26) | @Override method load (line 36) | @Override method load (line 42) | @Override method loadFromCache (line 48) | @Override method save2Cache (line 57) | @Override FILE: xutils/src/main/java/org/xutils/http/request/AssetsRequest.java class AssetsRequest (line 22) | public class AssetsRequest extends UriRequest { method AssetsRequest (line 27) | public AssetsRequest(RequestParams params, Type loadType) throws Throw... method sendRequest (line 31) | @Override method isLoading (line 36) | @Override method getCacheKey (line 41) | @Override method loadResult (line 46) | @Override method loadResultFromCache (line 51) | @Override method clearCacheHeader (line 68) | @Override method getInputStream (line 73) | @Override method close (line 85) | @Override method getContentLength (line 91) | @Override method getResponseCode (line 102) | @Override method getResponseMessage (line 107) | @Override method getExpiration (line 112) | @Override method getLastModified (line 117) | @Override method getETag (line 122) | @Override method getResponseHeader (line 127) | @Override method getResponseHeaders (line 132) | @Override method getHeaderFieldDate (line 137) | @Override method getAssetsLastModified (line 146) | protected long getAssetsLastModified() { FILE: xutils/src/main/java/org/xutils/http/request/HttpRequest.java class HttpRequest (line 48) | public class HttpRequest extends UriRequest { method HttpRequest (line 60) | HttpRequest(RequestParams params, Type loadType) throws Throwable { method buildQueryUrl (line 65) | @Override method getRequestUri (line 99) | @Override method sendRequest (line 116) | @Override method isLoading (line 256) | @Override method getCacheKey (line 261) | @Override method loadResult (line 274) | @Override method loadResultFromCache (line 286) | @Override method clearCacheHeader (line 310) | @Override method getInputStream (line 316) | @Override method close (line 325) | @Override method getContentLength (line 337) | @Override method getResponseCode (line 361) | @Override method getResponseMessage (line 374) | @Override method getExpiration (line 383) | @Override method getLastModified (line 428) | @Override method getETag (line 433) | @Override method getResponseHeader (line 439) | @Override method getResponseHeaders (line 445) | @Override method getHeaderFieldDate (line 451) | @Override method toGMTString (line 457) | private static String toGMTString(Date date) { FILE: xutils/src/main/java/org/xutils/http/request/LocalFileRequest.java class LocalFileRequest (line 19) | public class LocalFileRequest extends UriRequest { method LocalFileRequest (line 23) | LocalFileRequest(RequestParams params, Type loadType) throws Throwable { method sendRequest (line 27) | @Override method isLoading (line 32) | @Override method getCacheKey (line 37) | @Override method loadResult (line 42) | @Override method loadResultFromCache (line 50) | @Override method clearCacheHeader (line 55) | @Override method save2Cache (line 60) | @Override method getFile (line 65) | private File getFile() { method getInputStream (line 76) | @Override method close (line 84) | @Override method getContentLength (line 90) | @Override method getResponseCode (line 95) | @Override method getResponseMessage (line 100) | @Override method getExpiration (line 105) | @Override method getLastModified (line 110) | @Override method getETag (line 115) | @Override method getResponseHeader (line 120) | @Override method getResponseHeaders (line 125) | @Override method getHeaderFieldDate (line 130) | @Override FILE: xutils/src/main/java/org/xutils/http/request/UriRequest.java class UriRequest (line 22) | public abstract class UriRequest implements Closeable { method UriRequest (line 32) | UriRequest(RequestParams params, Type loadType) throws Throwable { method buildQueryUrl (line 39) | protected String buildQueryUrl(RequestParams params) { method setProgressHandler (line 43) | public void setProgressHandler(ProgressHandler progressHandler) { method setCallingClassLoader (line 48) | public void setCallingClassLoader(ClassLoader callingClassLoader) { method setRequestInterceptListener (line 52) | public void setRequestInterceptListener(RequestInterceptListener reque... method getParams (line 56) | public RequestParams getParams() { method getRequestUri (line 60) | public String getRequestUri() { method sendRequest (line 69) | public abstract void sendRequest() throws Throwable; method isLoading (line 71) | public abstract boolean isLoading(); method getCacheKey (line 73) | public abstract String getCacheKey(); method loadResult (line 81) | public Object loadResult() throws Throwable { method loadResultFromCache (line 91) | public abstract Object loadResultFromCache() throws Throwable; method clearCacheHeader (line 93) | public abstract void clearCacheHeader(); method save2Cache (line 95) | public void save2Cache() { method getInputStream (line 108) | public abstract InputStream getInputStream() throws IOException; method close (line 110) | @Override method getContentLength (line 113) | public abstract long getContentLength(); method getResponseCode (line 115) | public abstract int getResponseCode() throws IOException; method getResponseMessage (line 117) | public abstract String getResponseMessage() throws IOException; method getExpiration (line 119) | public abstract long getExpiration(); method getLastModified (line 121) | public abstract long getLastModified(); method getETag (line 123) | public abstract String getETag(); method getResponseHeader (line 125) | public abstract String getResponseHeader(String name); method getResponseHeaders (line 127) | public abstract Map> getResponseHeaders(); method getHeaderFieldDate (line 129) | public abstract long getHeaderFieldDate(String name, long defaultValue); method toString (line 131) | @Override FILE: xutils/src/main/java/org/xutils/http/request/UriRequestFactory.java class UriRequestFactory (line 17) | public final class UriRequestFactory { method UriRequestFactory (line 24) | private UriRequestFactory() { method getUriRequest (line 27) | public static UriRequest getUriRequest(RequestParams params, Type load... method registerDefaultTrackerClass (line 62) | public static void registerDefaultTrackerClass(Class thisCls) { method injectObject (line 134) | @SuppressWarnings("ConstantConditions") FILE: xutils/src/main/java/org/xutils/x.java class x (line 21) | public final class x { method x (line 23) | private x() { method isDebug (line 26) | public static boolean isDebug() { method app (line 30) | public static Application app() { method task (line 46) | public static TaskController task() { method http (line 50) | public static HttpManager http() { method image (line 57) | public static ImageManager image() { method view (line 64) | public static ViewInjector view() { method getDb (line 71) | public static DbManager getDb(DbManager.DaoConfig daoConfig) { class Ext (line 75) | public static class Ext { method Ext (line 83) | private Ext() { method init (line 86) | public static void init(Application app) { method setDebug (line 93) | public static void setDebug(boolean debug) { method setTaskController (line 97) | public static void setTaskController(TaskController taskController) { method setHttpManager (line 103) | public static void setHttpManager(HttpManager httpManager) { method setImageManager (line 107) | public static void setImageManager(ImageManager imageManager) { method setViewInjector (line 111) | public static void setViewInjector(ViewInjector viewInjector) { class MockApplication (line 116) | private static class MockApplication extends Application { method MockApplication (line 117) | public MockApplication(Context baseContext) { FILE: xutils/src/main/java_compat/android/backport/webp/WebPFactory.java class WebPFactory (line 13) | @SuppressWarnings("JniMissingFunction") method WebPFactory (line 27) | private WebPFactory() { method available (line 30) | public static boolean available() { method decodeByteArray (line 41) | public static Bitmap decodeByteArray(byte[] data, BitmapFactory.Option... method decodeFile (line 56) | public static Bitmap decodeFile(String path, BitmapFactory.Options opt... method encodeBitmap (line 71) | public static byte[] encodeBitmap(Bitmap bitmap, int quality) { method nativeDecodeByteArray (line 88) | private static native Bitmap nativeDecodeByteArray(byte[] data, Bitmap... method nativeDecodeFile (line 97) | private static native Bitmap nativeDecodeFile(String path, BitmapFacto... method nativeEncodeBitmap (line 106) | private static native byte[] nativeEncodeBitmap(Bitmap bitmap, int qua...