SYMBOL INDEX (501 symbols across 41 files) FILE: app/src/androidTest/java/com/example/administrator/weixinninegridlayout/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: app/src/main/java/com/weixinninegridlayout/CustomImageView.java class CustomImageView (line 19) | public class CustomImageView extends ImageView { method CustomImageView (line 23) | public CustomImageView(Context context, AttributeSet attrs) { method CustomImageView (line 27) | public CustomImageView(Context context) { method onTouchEvent (line 32) | @Override method onAttachedToWindow (line 57) | @Override method onDetachedFromWindow (line 64) | @Override method setImageUrl (line 73) | public void setImageUrl(String url) { FILE: app/src/main/java/com/weixinninegridlayout/Image.java class Image (line 6) | public class Image { method Image (line 11) | public Image(String url, int width, int height) { method getUrl (line 18) | public String getUrl() { method setUrl (line 22) | public void setUrl(String url) { method getWidth (line 26) | public int getWidth() { method setWidth (line 30) | public void setWidth(int width) { method getHeight (line 34) | public int getHeight() { method setHeight (line 38) | public void setHeight(int height) { method toString (line 42) | @Override FILE: app/src/main/java/com/weixinninegridlayout/L.java class L (line 6) | public final class L { method L (line 7) | private L() { method v (line 11) | public static void v(Throwable t) { method v (line 15) | public static void v(Object format, Object... args) { method v (line 19) | public static void v(Throwable t, Object format, Object... args) { method d (line 23) | public static void d(Throwable t) { method d (line 27) | public static void d(Object format, Object... args) { method d (line 31) | public static void d(Throwable t, Object format, Object... args) { method i (line 35) | public static void i(Throwable t) { method i (line 39) | public static void i(Object format, Object... args) { method i (line 43) | public static void i(Throwable t, Object format, Object... args) { method w (line 47) | public static void w(Throwable t) { method w (line 51) | public static void w(Object format, Object... args) { method w (line 55) | public static void w(Throwable t, Object format, Object... args) { method e (line 59) | public static void e(Throwable t) { method e (line 63) | public static void e(Object format, Object... args) { method e (line 67) | public static void e(Throwable t, Object format, Object... args) { method log (line 71) | private static void log(final int pType, final Throwable t, final Obje... FILE: app/src/main/java/com/weixinninegridlayout/MainActivity.java class MainActivity (line 13) | public class MainActivity extends ActionBarActivity { method onCreate (line 29) | @Override method initData (line 40) | private void initData() { FILE: app/src/main/java/com/weixinninegridlayout/MainAdapter.java class MainAdapter (line 14) | public class MainAdapter extends BaseAdapter { method MainAdapter (line 18) | public MainAdapter(Context context, List> datalist) { method getCount (line 23) | @Override method getItem (line 28) | @Override method getItemId (line 33) | @Override method getView (line 38) | @Override method handlerOneImage (line 70) | private void handlerOneImage(ViewHolder viewHolder, Image image) { class ViewHolder (line 100) | class ViewHolder { FILE: app/src/main/java/com/weixinninegridlayout/NineGridlayout.java class NineGridlayout (line 17) | public class NineGridlayout extends ViewGroup { method NineGridlayout (line 28) | public NineGridlayout(Context context) { method NineGridlayout (line 32) | public NineGridlayout(Context context, AttributeSet attrs) { method onMeasure (line 38) | @Override method onLayout (line 43) | @Override method layoutChildrenView (line 47) | private void layoutChildrenView(){ method findPosition (line 73) | private int[] findPosition(int childNum) { method getGap (line 87) | public int getGap() { method setGap (line 91) | public void setGap(int gap) { method setImagesData (line 96) | public void setImagesData(List lists) { method generateChildrenLayout (line 143) | private void generateChildrenLayout(int length) { method generateImageView (line 159) | private CustomImageView generateImageView() { FILE: app/src/main/java/com/weixinninegridlayout/ScreenTools.java class ScreenTools (line 6) | public class ScreenTools { method ScreenTools (line 11) | private ScreenTools(Context context) { method instance (line 15) | public static ScreenTools instance(Context context) { method dip2px (line 21) | public int dip2px(float f) { method dip2px (line 25) | public int dip2px(int i) { method get480Height (line 29) | public int get480Height(int i) { method getDensity (line 33) | public float getDensity(Context context) { method getScal (line 37) | public int getScal() { method getScreenDensityDpi (line 41) | public int getScreenDensityDpi() { method getScreenHeight (line 45) | public int getScreenHeight() { method getScreenWidth (line 49) | public int getScreenWidth() { method getXdpi (line 54) | public float getXdpi() { method getYdpi (line 58) | public float getYdpi() { method px2dip (line 62) | public int px2dip(float f) { method px2dip (line 67) | public int px2dip(int i) { FILE: picasso/Action.java class Action (line 23) | abstract class Action { class RequestWeakReference (line 24) | static class RequestWeakReference extends WeakReference { method RequestWeakReference (line 27) | public RequestWeakReference(Action action, T referent, ReferenceQueu... method Action (line 45) | Action(Picasso picasso, T target, Request request, boolean skipCache, ... method complete (line 57) | abstract void complete(Bitmap result, Picasso.LoadedFrom from); method error (line 59) | abstract void error(); method cancel (line 61) | void cancel() { method getRequest (line 65) | Request getRequest() { method getTarget (line 69) | T getTarget() { method getKey (line 73) | String getKey() { method isCancelled (line 77) | boolean isCancelled() { method willReplay (line 81) | boolean willReplay() { method getPicasso (line 85) | Picasso getPicasso() { FILE: picasso/AssetRequestHandler.java class AssetRequestHandler (line 29) | class AssetRequestHandler extends RequestHandler { method AssetRequestHandler (line 36) | public AssetRequestHandler(Context context) { method canHandleRequest (line 40) | @Override public boolean canHandleRequest(Request data) { method load (line 46) | @Override public Result load(Request data) throws IOException { method decodeAsset (line 51) | Bitmap decodeAsset(Request data, String filePath) throws IOException { FILE: picasso/BitmapHunter.java class BitmapHunter (line 38) | class BitmapHunter implements Runnable { method initialValue (line 47) | @Override protected StringBuilder initialValue() { method BitmapHunter (line 70) | BitmapHunter(Picasso picasso, Dispatcher dispatcher, Cache cache, Stat... method run (line 84) | @Override public void run() { method hunt (line 118) | Bitmap hunt() throws IOException { method attach (line 170) | void attach(Action action) { method detach (line 197) | void detach(Action action) { method cancel (line 209) | boolean cancel() { method isCancelled (line 216) | boolean isCancelled() { method shouldSkipMemoryCache (line 220) | boolean shouldSkipMemoryCache() { method shouldRetry (line 224) | boolean shouldRetry(boolean airplaneMode, NetworkInfo info) { method supportsReplay (line 233) | boolean supportsReplay() { method getResult (line 237) | Bitmap getResult() { method getKey (line 241) | String getKey() { method getData (line 245) | Request getData() { method getAction (line 249) | Action getAction() { method getPicasso (line 253) | Picasso getPicasso() { method getActions (line 257) | List getActions() { method getException (line 261) | Exception getException() { method getLoadedFrom (line 265) | Picasso.LoadedFrom getLoadedFrom() { method updateThreadName (line 269) | static void updateThreadName(Request data) { method forRequest (line 279) | static BitmapHunter forRequest(Picasso picasso, Dispatcher dispatcher, method applyCustomTransformations (line 295) | static Bitmap applyCustomTransformations(List transfor... method transformResult (line 346) | static Bitmap transformResult(Request data, Bitmap result, int exifRot... FILE: picasso/Cache.java type Cache (line 27) | public interface Cache { method get (line 29) | Bitmap get(String key); method set (line 32) | void set(String key, Bitmap bitmap); method size (line 35) | int size(); method maxSize (line 38) | int maxSize(); method clear (line 41) | void clear(); method get (line 45) | @Override public Bitmap get(String key) { method set (line 49) | @Override public void set(String key, Bitmap bitmap) { method size (line 53) | @Override public int size() { method maxSize (line 57) | @Override public int maxSize() { method clear (line 61) | @Override public void clear() { FILE: picasso/Callback.java type Callback (line 18) | public interface Callback { method onSuccess (line 19) | void onSuccess(); method onError (line 21) | void onError(); class EmptyCallback (line 23) | public static class EmptyCallback implements Callback { method onSuccess (line 25) | @Override public void onSuccess() { method onError (line 28) | @Override public void onError() { FILE: picasso/ContactsPhotoRequestHandler.java class ContactsPhotoRequestHandler (line 36) | class ContactsPhotoRequestHandler extends RequestHandler { method ContactsPhotoRequestHandler (line 62) | ContactsPhotoRequestHandler(Context context) { method canHandleRequest (line 66) | @Override public boolean canHandleRequest(Request data) { method load (line 73) | @Override public Result load(Request data) throws IOException { method getInputStream (line 83) | private InputStream getInputStream(Request data) throws IOException { method decodeStream (line 107) | private Bitmap decodeStream(InputStream stream, Request data) throws I... class ContactPhotoStreamIcs (line 124) | @TargetApi(ICE_CREAM_SANDWICH) method get (line 126) | static InputStream get(ContentResolver contentResolver, Uri uri) { FILE: picasso/ContentStreamRequestHandler.java class ContentStreamRequestHandler (line 28) | class ContentStreamRequestHandler extends RequestHandler { method ContentStreamRequestHandler (line 31) | ContentStreamRequestHandler(Context context) { method canHandleRequest (line 35) | @Override public boolean canHandleRequest(Request data) { method load (line 39) | @Override public Result load(Request data) throws IOException { method decodeContentStream (line 43) | protected Bitmap decodeContentStream(Request data) throws IOException { FILE: picasso/DeferredRequestCreator.java class DeferredRequestCreator (line 22) | class DeferredRequestCreator implements ViewTreeObserver.OnPreDrawListen... method DeferredRequestCreator (line 28) | DeferredRequestCreator(RequestCreator creator, ImageView target) { method DeferredRequestCreator (line 32) | DeferredRequestCreator(RequestCreator creator, ImageView target, Callb... method onPreDraw (line 39) | @Override public boolean onPreDraw() { method cancel (line 62) | void cancel() { FILE: picasso/Dispatcher.java class Dispatcher (line 55) | class Dispatcher { method Dispatcher (line 90) | Dispatcher(Context context, ExecutorService service, Handler mainThrea... method shutdown (line 110) | void shutdown() { method dispatchSubmit (line 116) | void dispatchSubmit(Action action) { method dispatchCancel (line 120) | void dispatchCancel(Action action) { method dispatchComplete (line 124) | void dispatchComplete(BitmapHunter hunter) { method dispatchRetry (line 128) | void dispatchRetry(BitmapHunter hunter) { method dispatchFailed (line 132) | void dispatchFailed(BitmapHunter hunter) { method dispatchNetworkStateChange (line 136) | void dispatchNetworkStateChange(NetworkInfo info) { method dispatchAirplaneModeChange (line 140) | void dispatchAirplaneModeChange(boolean airplaneMode) { method performSubmit (line 145) | void performSubmit(Action action) { method performCancel (line 169) | void performCancel(Action action) { method performRetry (line 187) | void performRetry(BitmapHunter hunter) { method performComplete (line 231) | void performComplete(BitmapHunter hunter) { method performBatchComplete (line 242) | void performBatchComplete() { method performError (line 249) | void performError(BitmapHunter hunter, boolean willReplay) { method performAirplaneModeChange (line 258) | void performAirplaneModeChange(boolean airplaneMode) { method performNetworkStateChange (line 262) | void performNetworkStateChange(NetworkInfo info) { method flushFailedActions (line 272) | private void flushFailedActions() { method markForReplay (line 286) | private void markForReplay(BitmapHunter hunter) { method markForReplay (line 301) | private void markForReplay(Action action) { method batch (line 309) | private void batch(BitmapHunter hunter) { method logBatch (line 319) | private void logBatch(List copy) { class DispatcherHandler (line 333) | private static class DispatcherHandler extends Handler { method DispatcherHandler (line 336) | public DispatcherHandler(Looper looper, Dispatcher dispatcher) { method handleMessage (line 341) | @Override public void handleMessage(final Message msg) { class DispatcherThread (line 391) | static class DispatcherThread extends HandlerThread { method DispatcherThread (line 392) | DispatcherThread() { class NetworkBroadcastReceiver (line 397) | static class NetworkBroadcastReceiver extends BroadcastReceiver { method NetworkBroadcastReceiver (line 402) | NetworkBroadcastReceiver(Dispatcher dispatcher) { method register (line 406) | void register() { method unregister (line 415) | void unregister() { method onReceive (line 419) | @Override public void onReceive(Context context, Intent intent) { FILE: picasso/Downloader.java type Downloader (line 24) | public interface Downloader { method load (line 36) | Response load(Uri uri, boolean localCacheOnly) throws IOException; class ResponseException (line 39) | class ResponseException extends IOException { method ResponseException (line 40) | public ResponseException(String message) { class Response (line 46) | class Response { method Response (line 59) | @Deprecated @SuppressWarnings("UnusedDeclaration") method Response (line 71) | @Deprecated @SuppressWarnings("UnusedDeclaration") method Response (line 84) | public Response(Bitmap bitmap, boolean loadedFromCache, long content... method Response (line 102) | public Response(InputStream stream, boolean loadedFromCache, long co... method getInputStream (line 117) | public InputStream getInputStream() { method getBitmap (line 126) | public Bitmap getBitmap() { method getContentLength (line 131) | public long getContentLength() { FILE: picasso/FetchAction.java class FetchAction (line 20) | class FetchAction extends Action { method FetchAction (line 21) | FetchAction(Picasso picasso, Request data, boolean skipCache, String k... method complete (line 25) | @Override void complete(Bitmap result, Picasso.LoadedFrom from) { method error (line 28) | @Override public void error() { FILE: picasso/FileRequestHandler.java class FileRequestHandler (line 31) | class FileRequestHandler extends ContentStreamRequestHandler { method FileRequestHandler (line 33) | FileRequestHandler(Context context) { method canHandleRequest (line 37) | @Override public boolean canHandleRequest(Request data) { method load (line 41) | @Override public Result load(Request data) throws IOException { method getFileExifRotation (line 45) | static int getFileExifRotation(Uri uri) throws IOException { FILE: picasso/GetAction.java class GetAction (line 20) | class GetAction extends Action { method GetAction (line 21) | GetAction(Picasso picasso, Request data, boolean skipCache, String key) { method complete (line 25) | @Override void complete(Bitmap result, Picasso.LoadedFrom from) { method error (line 28) | @Override public void error() { FILE: picasso/ImageViewAction.java class ImageViewAction (line 23) | class ImageViewAction extends Action { method ImageViewAction (line 27) | ImageViewAction(Picasso picasso, ImageView imageView, Request data, bo... method complete (line 33) | @Override public void complete(Bitmap result, Picasso.LoadedFrom from) { method error (line 53) | @Override public void error() { method cancel (line 69) | @Override void cancel() { FILE: picasso/LruCache.java class LruCache (line 24) | public class LruCache implements Cache { method LruCache (line 35) | public LruCache(Context context) { method LruCache (line 40) | public LruCache(int maxSize) { method get (line 48) | @Override public Bitmap get(String key) { method set (line 66) | @Override public void set(String key, Bitmap bitmap) { method trimToSize (line 84) | private void trimToSize(int maxSize) { method evictAll (line 109) | public final void evictAll() { method size (line 114) | public final synchronized int size() { method maxSize (line 119) | public final synchronized int maxSize() { method clear (line 123) | public final synchronized void clear() { method hitCount (line 128) | public final synchronized int hitCount() { method missCount (line 133) | public final synchronized int missCount() { method putCount (line 138) | public final synchronized int putCount() { method evictionCount (line 143) | public final synchronized int evictionCount() { FILE: picasso/MarkableInputStream.java class MarkableInputStream (line 27) | final class MarkableInputStream extends InputStream { method MarkableInputStream (line 37) | public MarkableInputStream(InputStream in) { method MarkableInputStream (line 41) | public MarkableInputStream(InputStream in, int size) { method mark (line 49) | @Override public void mark(int readLimit) { method savePosition (line 59) | public long savePosition(int readLimit) { method setLimit (line 75) | private void setLimit(long limit) { method reset (line 92) | @Override public void reset() throws IOException { method reset (line 97) | public void reset(long token) throws IOException { method skip (line 107) | private void skip(long current, long target) throws IOException { method read (line 121) | @Override public int read() throws IOException { method read (line 129) | @Override public int read(byte[] buffer) throws IOException { method read (line 137) | @Override public int read(byte[] buffer, int offset, int length) throw... method skip (line 145) | @Override public long skip(long byteCount) throws IOException { method available (line 151) | @Override public int available() throws IOException { method close (line 155) | @Override public void close() throws IOException { method markSupported (line 159) | @Override public boolean markSupported() { FILE: picasso/MediaStoreRequestHandler.java class MediaStoreRequestHandler (line 39) | class MediaStoreRequestHandler extends ContentStreamRequestHandler { method MediaStoreRequestHandler (line 44) | MediaStoreRequestHandler(Context context) { method canHandleRequest (line 48) | @Override public boolean canHandleRequest(Request data) { method load (line 54) | @Override public Result load(Request data) throws IOException { method getPicassoKind (line 95) | static PicassoKind getPicassoKind(int targetWidth, int targetHeight) { method getExifOrientation (line 104) | static int getExifOrientation(ContentResolver contentResolver, Uri uri) { type PicassoKind (line 122) | enum PicassoKind { method PicassoKind (line 131) | PicassoKind(int androidKind, int width, int height) { FILE: picasso/NetworkRequestHandler.java class NetworkRequestHandler (line 28) | class NetworkRequestHandler extends RequestHandler { method NetworkRequestHandler (line 38) | public NetworkRequestHandler(Downloader downloader, Stats stats) { method canHandleRequest (line 43) | @Override public boolean canHandleRequest(Request data) { method load (line 48) | @Override public Result load(Request data) throws IOException { method getRetryCount (line 81) | @Override int getRetryCount() { method shouldRetry (line 85) | @Override boolean shouldRetry(boolean airplaneMode, NetworkInfo info) { method supportsReplay (line 89) | @Override boolean supportsReplay() { method decodeStream (line 93) | private Bitmap decodeStream(InputStream stream, Request data) throws I... FILE: picasso/Picasso.java class Picasso (line 54) | public class Picasso { type Listener (line 57) | public interface Listener { method onImageLoadFailed (line 62) | void onImageLoadFailed(Picasso picasso, Uri uri, Exception exception); type RequestTransformer (line 75) | public interface RequestTransformer { method transformRequest (line 81) | Request transformRequest(Request request); method transformRequest (line 85) | @Override public Request transformRequest(Request request) { method handleMessage (line 93) | @Override public void handleMessage(Message msg) { method Picasso (line 135) | Picasso(Context context, Dispatcher dispatcher, Cache cache, Listener ... method cancelRequest (line 172) | public void cancelRequest(ImageView view) { method cancelRequest (line 177) | public void cancelRequest(Target target) { method cancelRequest (line 185) | public void cancelRequest(RemoteViews remoteViews, int viewId) { method load (line 199) | public RequestCreator load(Uri uri) { method load (line 219) | public RequestCreator load(String path) { method load (line 242) | public RequestCreator load(File file) { method load (line 256) | public RequestCreator load(int resourceId) { method isDebugging (line 268) | @SuppressWarnings("UnusedDeclaration") @Deprecated public boolean isDe... method setDebugging (line 278) | @SuppressWarnings("UnusedDeclaration") @Deprecated public void setDebu... method setIndicatorsEnabled (line 283) | @SuppressWarnings("UnusedDeclaration") public void setIndicatorsEnable... method areIndicatorsEnabled (line 288) | @SuppressWarnings("UnusedDeclaration") public boolean areIndicatorsEna... method setLoggingEnabled (line 298) | public void setLoggingEnabled(boolean enabled) { method isLoggingEnabled (line 303) | public boolean isLoggingEnabled() { method getSnapshot (line 313) | @SuppressWarnings("UnusedDeclaration") public StatsSnapshot getSnapsho... method shutdown (line 318) | public void shutdown() { method getRequestHandlers (line 336) | List getRequestHandlers() { method transformRequest (line 340) | Request transformRequest(Request request) { method defer (line 351) | void defer(ImageView view, DeferredRequestCreator request) { method enqueueAndSubmit (line 355) | void enqueueAndSubmit(Action action) { method submit (line 365) | void submit(Action action) { method quickMemoryCacheCheck (line 369) | Bitmap quickMemoryCacheCheck(String key) { method complete (line 379) | void complete(BitmapHunter hunter) { method deliverAction (line 412) | private void deliverAction(Bitmap result, LoadedFrom from, Action acti... method cancelExistingRequest (line 435) | private void cancelExistingRequest(Object target) { class CleanupThread (line 452) | private static class CleanupThread extends Thread { method CleanupThread (line 456) | CleanupThread(ReferenceQueue referenceQueue, Handler handler) { method run (line 463) | @Override public void run() { method shutdown (line 482) | void shutdown() { method with (line 503) | public static Picasso with(Context context) { class Builder (line 515) | @SuppressWarnings("UnusedDeclaration") // Public API. method Builder (line 529) | public Builder(Context context) { method downloader (line 537) | public Builder downloader(Downloader downloader) { method executor (line 549) | public Builder executor(ExecutorService executorService) { method memoryCache (line 561) | public Builder memoryCache(Cache memoryCache) { method listener (line 573) | public Builder listener(Listener listener) { method requestTransformer (line 590) | public Builder requestTransformer(RequestTransformer transformer) { method addRequestHandler (line 602) | public Builder addRequestHandler(RequestHandler requestHandler) { method debugging (line 620) | @Deprecated public Builder debugging(boolean debugging) { method indicatorsEnabled (line 625) | public Builder indicatorsEnabled(boolean enabled) { method loggingEnabled (line 636) | public Builder loggingEnabled(boolean enabled) { method build (line 642) | public Picasso build() { type LoadedFrom (line 668) | public enum LoadedFrom { method LoadedFrom (line 675) | private LoadedFrom(int debugColor) { FILE: picasso/PicassoDrawable.java class PicassoDrawable (line 36) | final class PicassoDrawable extends BitmapDrawable { method setBitmap (line 45) | static void setBitmap(ImageView target, Context context, Bitmap bitmap, method setPlaceholder (line 60) | static void setPlaceholder(ImageView target, int placeholderResId, Dra... method PicassoDrawable (line 81) | PicassoDrawable(Context context, Bitmap bitmap, Drawable placeholder, method draw (line 98) | @Override public void draw(Canvas canvas) { method setAlpha (line 127) | @Override public void setAlpha(int alpha) { method setColorFilter (line 135) | @Override public void setColorFilter(ColorFilter cf) { method onBoundsChange (line 142) | @Override protected void onBoundsChange(Rect bounds) { method drawDebugIndicator (line 149) | private void drawDebugIndicator(Canvas canvas) { method getTrianglePath (line 159) | private static Path getTrianglePath(Point p1, int width) { FILE: picasso/PicassoExecutorService.java class PicassoExecutorService (line 31) | class PicassoExecutorService extends ThreadPoolExecutor { method PicassoExecutorService (line 34) | PicassoExecutorService() { method adjustThreadCount (line 39) | void adjustThreadCount(NetworkInfo info) { method setThreadCount (line 77) | private void setThreadCount(int threadCount) { FILE: picasso/RemoteViewsAction.java class RemoteViewsAction (line 27) | abstract class RemoteViewsAction extends Action transfor... method toString (line 99) | @Override public String toString() { method logId (line 135) | String logId() { method plainId (line 143) | String plainId() { method getName (line 147) | String getName() { method hasSize (line 154) | public boolean hasSize() { method needsTransformation (line 158) | boolean needsTransformation() { method needsMatrixTransform (line 162) | boolean needsMatrixTransform() { method hasCustomTransformations (line 166) | boolean hasCustomTransformations() { method buildUpon (line 170) | public Builder buildUpon() { class Builder (line 175) | public static final class Builder { method Builder (line 190) | public Builder(Uri uri) { method Builder (line 195) | public Builder(int resourceId) { method Builder (line 199) | Builder(Uri uri, int resourceId) { method Builder (line 204) | private Builder(Request request) { method hasImage (line 221) | boolean hasImage() { method hasSize (line 225) | boolean hasSize() { method setUri (line 234) | public Builder setUri(Uri uri) { method setResourceId (line 248) | public Builder setResourceId(int resourceId) { method resize (line 258) | public Builder resize(int targetWidth, int targetHeight) { method clearResize (line 271) | public Builder clearResize() { method centerCrop (line 284) | public Builder centerCrop() { method clearCenterCrop (line 293) | public Builder clearCenterCrop() { method centerInside (line 302) | public Builder centerInside() { method clearCenterInside (line 311) | public Builder clearCenterInside() { method rotate (line 317) | public Builder rotate(float degrees) { method rotate (line 323) | public Builder rotate(float degrees, float pivotX, float pivotY) { method clearRotation (line 332) | public Builder clearRotation() { method config (line 341) | public Builder config(Bitmap.Config config) { method transform (line 351) | public Builder transform(Transformation transformation) { method build (line 363) | public Request build() { FILE: picasso/RequestCreator.java class RequestCreator (line 46) | @SuppressWarnings("UnusedDeclaration") // Public API. method getRequestId (line 50) | private static int getRequestId() { method RequestCreator (line 86) | RequestCreator(Picasso picasso, Uri uri, int resourceId) { method RequestCreator (line 95) | RequestCreator() { method placeholder (line 105) | public RequestCreator placeholder(int placeholderResId) { method placeholder (line 124) | public RequestCreator placeholder(Drawable placeholderDrawable) { method error (line 133) | public RequestCreator error(int errorResId) { method error (line 145) | public RequestCreator error(Drawable errorDrawable) { method fit (line 162) | public RequestCreator fit() { method unfit (line 168) | RequestCreator unfit() { method resizeDimen (line 174) | public RequestCreator resizeDimen(int targetWidthResId, int targetHeig... method resize (line 182) | public RequestCreator resize(int targetWidth, int targetHeight) { method centerCrop (line 192) | public RequestCreator centerCrop() { method centerInside (line 201) | public RequestCreator centerInside() { method rotate (line 207) | public RequestCreator rotate(float degrees) { method rotate (line 213) | public RequestCreator rotate(float degrees, float pivotX, float pivotY) { method config (line 224) | public RequestCreator config(Bitmap.Config config) { method transform (line 235) | public RequestCreator transform(Transformation transformation) { method skipMemoryCache (line 245) | public RequestCreator skipMemoryCache() { method noFade (line 251) | public RequestCreator noFade() { method get (line 262) | public Bitmap get() throws IOException { method fetch (line 286) | public void fetch() { method into (line 346) | public void into(Target target) { method into (line 391) | public void into(RemoteViews remoteViews, int viewId, int notificationId, method into (line 424) | public void into(RemoteViews remoteViews, int viewId, int[] appWidgetI... method into (line 458) | public void into(ImageView target) { method into (line 471) | public void into(ImageView target, Callback callback) { method createRequest (line 527) | private Request createRequest(long started) { method performRemoteViewInto (line 553) | private void performRemoteViewInto(RemoteViewsAction action) { FILE: picasso/RequestHandler.java class RequestHandler (line 41) | public abstract class RequestHandler { class Result (line 49) | public static final class Result { method Result (line 54) | public Result(Bitmap bitmap, Picasso.LoadedFrom loadedFrom) { method Result (line 58) | Result(Bitmap bitmap, Picasso.LoadedFrom loadedFrom, int exifOrienta... method getBitmap (line 68) | public Bitmap getBitmap() { method getLoadedFrom (line 76) | public Picasso.LoadedFrom getLoadedFrom() { method getExifOrientation (line 85) | int getExifOrientation() { method canHandleRequest (line 94) | public abstract boolean canHandleRequest(Request data); method load (line 102) | public abstract Result load(Request data) throws IOException; method getRetryCount (line 104) | int getRetryCount() { method shouldRetry (line 108) | boolean shouldRetry(boolean airplaneMode, NetworkInfo info) { method supportsReplay (line 112) | boolean supportsReplay() { method createBitmapOptions (line 120) | static BitmapFactory.Options createBitmapOptions(Request data) { method requiresInSampleSize (line 134) | static boolean requiresInSampleSize(BitmapFactory.Options options) { method calculateInSampleSize (line 138) | static void calculateInSampleSize(int reqWidth, int reqHeight, BitmapF... method calculateInSampleSize (line 142) | static void calculateInSampleSize(int reqWidth, int reqHeight, int wid... FILE: picasso/ResourceRequestHandler.java class ResourceRequestHandler (line 27) | class ResourceRequestHandler extends RequestHandler { method ResourceRequestHandler (line 30) | ResourceRequestHandler(Context context) { method canHandleRequest (line 34) | @Override public boolean canHandleRequest(Request data) { method load (line 42) | @Override public Result load(Request data) throws IOException { method decodeResource (line 48) | private static Bitmap decodeResource(Resources resources, int id, Requ... FILE: picasso/Stats.java class Stats (line 26) | class Stats { method Stats (line 51) | Stats(Cache cache) { method dispatchBitmapDecoded (line 58) | void dispatchBitmapDecoded(Bitmap bitmap) { method dispatchBitmapTransformed (line 62) | void dispatchBitmapTransformed(Bitmap bitmap) { method dispatchDownloadFinished (line 66) | void dispatchDownloadFinished(long size) { method dispatchCacheHit (line 70) | void dispatchCacheHit() { method dispatchCacheMiss (line 74) | void dispatchCacheMiss() { method shutdown (line 78) | void shutdown() { method performCacheHit (line 82) | void performCacheHit() { method performCacheMiss (line 86) | void performCacheMiss() { method performDownloadFinished (line 90) | void performDownloadFinished(Long size) { method performBitmapDecoded (line 96) | void performBitmapDecoded(long size) { method performBitmapTransformed (line 102) | void performBitmapTransformed(long size) { method createSnapshot (line 108) | StatsSnapshot createSnapshot() { method processBitmap (line 115) | private void processBitmap(Bitmap bitmap, int what) { method getAverage (line 121) | private static long getAverage(int count, long totalSize) { class StatsHandler (line 125) | private static class StatsHandler extends Handler { method StatsHandler (line 129) | public StatsHandler(Looper looper, Stats stats) { method handleMessage (line 134) | @Override public void handleMessage(final Message msg) { FILE: picasso/StatsSnapshot.java class StatsSnapshot (line 25) | public class StatsSnapshot { method StatsSnapshot (line 42) | public StatsSnapshot(int maxSize, int size, long cacheHits, long cache... method dump (line 63) | @SuppressWarnings("UnusedDeclaration") public void dump() { method dump (line 70) | public void dump(PrintWriter writer) { method toString (line 107) | @Override public String toString() { FILE: picasso/Target.java type Target (line 32) | public interface Target { method onBitmapLoaded (line 38) | void onBitmapLoaded(Bitmap bitmap, LoadedFrom from); method onBitmapFailed (line 47) | void onBitmapFailed(Drawable errorDrawable); method onPrepareLoad (line 56) | void onPrepareLoad(Drawable placeHolderDrawable); FILE: picasso/TargetAction.java class TargetAction (line 21) | final class TargetAction extends Action { method TargetAction (line 23) | TargetAction(Picasso picasso, Target target, Request data, boolean ski... method complete (line 28) | @Override void complete(Bitmap result, Picasso.LoadedFrom from) { method error (line 42) | @Override void error() { FILE: picasso/Transformation.java type Transformation (line 21) | public interface Transformation { method transform (line 27) | Bitmap transform(Bitmap source); method key (line 33) | String key(); FILE: picasso/UrlConnectionDownloader.java class UrlConnectionDownloader (line 34) | public class UrlConnectionDownloader implements Downloader { method UrlConnectionDownloader (line 42) | public UrlConnectionDownloader(Context context) { method openConnection (line 46) | protected HttpURLConnection openConnection(Uri path) throws IOException { method load (line 53) | @Override public Response load(Uri uri, boolean localCacheOnly) throws... method installCacheIfNeeded (line 76) | private static void installCacheIfNeeded(Context context) { class ResponseCacheIcs (line 90) | private static class ResponseCacheIcs { method install (line 91) | static Object install(Context context) throws IOException { FILE: picasso/Utils.java class Utils (line 48) | final class Utils { method Utils (line 97) | private Utils() { method getBitmapBytes (line 101) | static int getBitmapBytes(Bitmap bitmap) { method checkNotMain (line 114) | static void checkNotMain() { method checkMain (line 120) | static void checkMain() { method isMain (line 126) | static boolean isMain() { method getLogIdsForHunter (line 130) | static String getLogIdsForHunter(BitmapHunter hunter) { method getLogIdsForHunter (line 134) | static String getLogIdsForHunter(BitmapHunter hunter, String prefix) { method log (line 150) | static void log(String owner, String verb, String logId) { method log (line 154) | static void log(String owner, String verb, String logId, String extras) { method createKey (line 158) | static String createKey(Request data) { method createKey (line 164) | static String createKey(Request data, StringBuilder builder) { method closeQuietly (line 203) | static void closeQuietly(InputStream is) { method parseResponseSourceHeader (line 212) | static boolean parseResponseSourceHeader(String header) { method createDefaultDownloader (line 230) | static Downloader createDefaultDownloader(Context context) { method createDefaultCacheDir (line 259) | static File createDefaultCacheDir(Context context) { method calculateDiskCacheSize (line 268) | static long calculateDiskCacheSize(File dir) { method calculateMemoryCacheSize (line 283) | static int calculateMemoryCacheSize(Context context) { method isAirplaneModeOn (line 294) | static boolean isAirplaneModeOn(Context context) { method getService (line 299) | @SuppressWarnings("unchecked") method hasPermission (line 304) | static boolean hasPermission(Context context, String permission) { method toByteArray (line 308) | static byte[] toByteArray(InputStream input) throws IOException { method isWebPFile (line 318) | static boolean isWebPFile(InputStream stream) throws IOException { method getResourceId (line 329) | static int getResourceId(Resources resources, Request data) throws Fil... method getResources (line 358) | static Resources getResources(Context context, Request data) throws Fi... class ActivityManagerHoneycomb (line 373) | @TargetApi(HONEYCOMB) method getLargeMemoryClass (line 375) | static int getLargeMemoryClass(ActivityManager activityManager) { class PicassoThreadFactory (line 380) | static class PicassoThreadFactory implements ThreadFactory { method newThread (line 381) | @SuppressWarnings("NullableProblems") class PicassoThread (line 387) | private static class PicassoThread extends Thread { method PicassoThread (line 388) | public PicassoThread(Runnable r) { method run (line 392) | @Override public void run() { class BitmapHoneycombMR1 (line 398) | @TargetApi(HONEYCOMB_MR1) method getByteCount (line 400) | static int getByteCount(Bitmap bitmap) { class OkHttpLoaderCreator (line 405) | private static class OkHttpLoaderCreator { method create (line 406) | static Downloader create(Context context) {