SYMBOL INDEX (983 symbols across 131 files) FILE: iQuePhoto/app/src/androidTest/java/net/iquesoft/iquephoto/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/App.java class App (line 9) | public class App extends Application { method onCreate (line 12) | @Override method getAppComponent (line 21) | public static AppComponent getAppComponent() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/adapters/AdjustAdapter.java class AdjustAdapter (line 19) | public class AdjustAdapter extends RecyclerView.Adapter adjustList) { method onCreateViewHolder (line 38) | @Override method onBindViewHolder (line 47) | @Override method getItemCount (line 59) | @Override class ViewHolder (line 64) | class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 68) | ViewHolder(View itemView) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/adapters/ColorAdapter.java class ColorAdapter (line 20) | public class ColorAdapter extends RecyclerView.Adapter editorColors) { method onCreateViewHolder (line 41) | @Override method onBindViewHolder (line 50) | @Override method getItemCount (line 73) | @Override class ViewHolder (line 78) | public class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 82) | public ViewHolder(View itemView) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/adapters/FiltersAdapter.java class FiltersAdapter (line 23) | public class FiltersAdapter extends RecyclerView.Adapter filters) { method onCreateViewHolder (line 48) | @Override method onBindViewHolder (line 57) | @Override method getItemCount (line 89) | @Override class ViewHolder (line 94) | public class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 104) | public ViewHolder(View itemView) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/adapters/FontsAdapter.java class FontsAdapter (line 20) | public class FontsAdapter extends RecyclerView.Adapter fonts) { method onCreateViewHolder (line 45) | @Override method onBindViewHolder (line 54) | @Override method getItemCount (line 77) | @Override method getTypeface (line 82) | private Typeface getTypeface(String path) { class ViewHolder (line 86) | public class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 93) | public ViewHolder(View itemView) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/adapters/FramesAdapter.java class FramesAdapter (line 21) | public class FramesAdapter extends RecyclerView.Adapter framesList) { method onCreateViewHolder (line 42) | @Override method onBindViewHolder (line 51) | @Override method getItemCount (line 76) | @Override class ViewHolder (line 81) | public class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 91) | public ViewHolder(View itemView) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/adapters/ImageAlbumsAdapter.java class ImageAlbumsAdapter (line 23) | public class ImageAlbumsAdapter extends RecyclerView.Adapter imageAlbums) { method onCreateViewHolder (line 42) | @Override method onBindViewHolder (line 51) | @Override method getItemCount (line 80) | @Override class ViewHolder (line 85) | public class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 95) | public ViewHolder(View itemView) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/adapters/ImagesAdapter.java class ImagesAdapter (line 22) | public class ImagesAdapter extends RecyclerView.Adapter imageList) { method onCreateViewHolder (line 41) | @Override method onBindViewHolder (line 52) | @Override method getItemCount (line 75) | @Override class ViewHolder (line 80) | public class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 87) | public ViewHolder(View itemView) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/adapters/OverlaysAdapter.java class OverlaysAdapter (line 21) | public class OverlaysAdapter extends RecyclerView.Adapter overlayList) { method onCreateViewHolder (line 42) | @Override method onBindViewHolder (line 51) | @Override method getItemCount (line 77) | @Override class ViewHolder (line 82) | public class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 92) | public ViewHolder(View itemView) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/adapters/SizesAdapter.java class SizesAdapter (line 19) | public class SizesAdapter extends RecyclerView.Adapter sizes) { method onCreateViewHolder (line 39) | @Override method onBindViewHolder (line 48) | @Override method getItemCount (line 68) | @Override class ViewHolder (line 73) | public class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 77) | public ViewHolder(View itemView) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/adapters/StickerSetAdapter.java class StickerSetAdapter (line 21) | public class StickerSetAdapter extends RecyclerView.Adapter stickersSets) { method onCreateViewHolder (line 40) | @Override method onBindViewHolder (line 49) | @Override method getItemCount (line 65) | @Override class ViewHolder (line 70) | public class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 77) | public ViewHolder(View itemView) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/adapters/StickersAdapter.java class StickersAdapter (line 20) | public class StickersAdapter extends RecyclerView.Adapter stickers) { method onCreateViewHolder (line 39) | @Override method onBindViewHolder (line 48) | @Override method getItemCount (line 62) | @Override class ViewHolder (line 67) | public class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 71) | public ViewHolder(View itemView) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/adapters/ToolsAdapter.java class ToolsAdapter (line 19) | public class ToolsAdapter extends RecyclerView.Adapter tools) { method onCreateViewHolder (line 38) | @Override method onBindViewHolder (line 49) | @Override method getItemCount (line 62) | @Override class ViewHolder (line 67) | public class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 71) | public ViewHolder(View itemView) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/core/EditorListener.java type EditorListener (line 6) | public interface EditorListener { method onTransparencyHandleButtonClicked (line 7) | void onTransparencyHandleButtonClicked(Paint paint); method hasChanges (line 9) | void hasChanges(int count); method onAppliedImageSaved (line 11) | void onAppliedImageSaved(Uri uri); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/core/EditorView.java type EditorView (line 21) | interface EditorView extends MvpView { method setupImage (line 22) | void setupImage(Bitmap bitmap, Matrix imageMatrix, RectF imageRect); method showOriginalImage (line 24) | void showOriginalImage(boolean display); method onToolChanged (line 26) | void onToolChanged(EditorTool tool); method onImageAdjusted (line 28) | void onImageAdjusted(Paint paint); method onOverlayChanged (line 30) | void onOverlayChanged(Bitmap bitmap, Matrix matrix, Paint paint); method onFilterChanged (line 32) | void onFilterChanged(Paint paint); method onFrameChanged (line 34) | void onFrameChanged(Bitmap bitmap, Matrix matrix); method onTextAdded (line 36) | void onTextAdded(List texts); method onStickerAdded (line 38) | void onStickerAdded(List stickers); method onVignetteUpdated (line 40) | void onVignetteUpdated(EditorVignette vignette); method onRadialTiltShiftUpdated (line 42) | void onRadialTiltShiftUpdated(EditorRadialTiltShift radialTiltShift); method onLinearTiltShiftUpdated (line 44) | void onLinearTiltShiftUpdated(EditorLinearTiltShift linearTiltShift); method onStraightenTransformChanged (line 46) | void onStraightenTransformChanged(Matrix transformMatrix); method updateDrawing (line 48) | void updateDrawing(Paint paint, Path path); method updateDrawing (line 50) | void updateDrawing(List drawings); method updateView (line 52) | void updateView(); method onApplyChanges (line 54) | void onApplyChanges(); method enableDrawingCache (line 56) | void enableDrawingCache(); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/core/ImageEditorView.java class ImageEditorView (line 36) | public class ImageEditorView extends View implements EditorView { method provideImageEditorViewPresenter (line 42) | @ProvidePresenter method ImageEditorView (line 80) | public ImageEditorView(Context context, AttributeSet attrs) { method setMvpDelegate (line 84) | public void setMvpDelegate(MvpDelegate patentDelegate) { method onLayout (line 93) | @Override method onDraw (line 100) | @Override method onTouchEvent (line 157) | @Override method onDetachedFromWindow (line 164) | @Override method getMvpDelegate (line 172) | public MvpDelegate getMvpDelegate() { method setImageBitmap (line 183) | public void setImageBitmap(@NonNull Bitmap bitmap) { method getAlteredImageBitmap (line 188) | public Bitmap getAlteredImageBitmap() { method undo (line 196) | public void undo() { method changeTool (line 200) | public void changeTool(EditorTool tool) { method applyChanges (line 204) | public void applyChanges() { method setUndoListener (line 208) | public void setUndoListener(EditorListener editorListener) { method addText (line 212) | public void addText(Text text) { method addSticker (line 216) | public void addSticker(Bitmap bitmap) { method setFilter (line 220) | public void setFilter(ColorMatrix colorMatrix) { method setFrame (line 224) | public void setFrame(@NonNull Bitmap bitmap) { method setOverlay (line 228) | public void setOverlay(@NonNull Bitmap bitmap) { method setFilterIntensity (line 232) | public void setFilterIntensity(@IntRange(from = -100, to = 100) int va... method setVignetteIntensity (line 236) | public void setVignetteIntensity(@IntRange(from = -100, to = 100) int ... method setOverlayIntensity (line 240) | public void setOverlayIntensity(@IntRange(from = -100, to = 100) int v... method setBrightnessValue (line 244) | public void setBrightnessValue(@IntRange(from = -100, to = 100) int va... method setContrastValue (line 248) | public void setContrastValue(@IntRange(from = -100, to = 100) int valu... method setSaturationValue (line 252) | public void setSaturationValue(@IntRange(from = -100, to = 100) int va... method setWarmthValue (line 256) | public void setWarmthValue(@IntRange(from = -100, to = 100) int value) { method setStraightenTransformValue (line 260) | public void setStraightenTransformValue(@IntRange(from = -30, to = 30)... method setBrushColor (line 264) | public void setBrushColor(@ColorInt int color) { method setBrushSize (line 268) | public void setBrushSize(float size) { method drawTexts (line 272) | private void drawTexts(Canvas canvas) { method drawStickers (line 280) | private void drawStickers(Canvas canvas) { method drawing (line 288) | private void drawing(Canvas canvas) { method setupImage (line 303) | @Override method showOriginalImage (line 317) | @Override method onToolChanged (line 324) | @Override method onImageAdjusted (line 331) | @Override method onOverlayChanged (line 340) | @Override method onFilterChanged (line 349) | @Override method onFrameChanged (line 358) | @Override method onTextAdded (line 366) | @Override method onStickerAdded (line 375) | @Override method onVignetteUpdated (line 384) | @Override method onRadialTiltShiftUpdated (line 393) | @Override method onLinearTiltShiftUpdated (line 402) | @Override method onStraightenTransformChanged (line 411) | @Override method updateDrawing (line 420) | @Override method updateDrawing (line 430) | @Override method updateView (line 439) | @Override method onApplyChanges (line 444) | @Override method enableDrawingCache (line 452) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/core/ImageEditorViewPresenter.java class ImageEditorViewPresenter (line 45) | @InjectViewState method ImageEditorViewPresenter (line 93) | ImageEditorViewPresenter(@NonNull Context context) { method initDrawingPaint (line 102) | private void initDrawingPaint() { method initializeMotionEventObservables (line 110) | private void initializeMotionEventObservables() { method actionDown (line 147) | private void actionDown(MotionEvent event) { method actionPointerDown (line 174) | private void actionPointerDown(MotionEvent event) { method actionMove (line 194) | private void actionMove(MotionEvent event) { method actionPointerUp (line 223) | private void actionPointerUp() { method actionUp (line 242) | private void actionUp() { method setupBitmapOnView (line 280) | void setupBitmapOnView(Bitmap bitmap, int width, int height) { method viewTouched (line 309) | void viewTouched(MotionEvent event) { method applyChanges (line 313) | void applyChanges() { method applyChanges (line 339) | void applyChanges(@NonNull Bitmap bitmap) { method setFilter (line 363) | public void setFilter(ColorMatrix colorMatrix) { method changeFilterIntensity (line 369) | void changeFilterIntensity(int value) { method changeOverlayIntensity (line 375) | void changeOverlayIntensity(int value) { method changeVignetteMask (line 379) | void changeVignetteMask(int value) { method changeBrightness (line 385) | void changeBrightness(int value) { method changeContrast (line 401) | void changeContrast(int value) { method changeSaturation (line 421) | void changeSaturation(int value) { method changeWarmth (line 432) | void changeWarmth(int value) { method changeBrushSize (line 448) | void changeBrushSize(float size) { method changeBrushColor (line 452) | void changeBrushColor(int color) { method changeStraightenTransform (line 456) | void changeStraightenTransform(int value) { method setFrame (line 487) | public void setFrame(Bitmap bitmap) { method setOverlay (line 491) | public void setOverlay(Bitmap bitmap) { method addText (line 497) | void addText(Text text) { method addSticker (line 507) | void addSticker(Bitmap bitmap) { method changeTool (line 513) | public void changeTool(EditorTool tool) { method setEditorListener (line 572) | void setEditorListener(EditorListener editorListener) { method undo (line 576) | void undo() { method getSupportMatrix (line 586) | private Matrix getSupportMatrix(Bitmap bitmap) { method textActionDown (line 601) | private void textActionDown(MotionEvent event) { method stickerActionDown (line 648) | private void stickerActionDown(MotionEvent event) { method brushActionDown (line 698) | private void brushActionDown(MotionEvent event) { method brushActionMove (line 710) | private void brushActionMove(MotionEvent event) { method brushActionUp (line 724) | private void brushActionUp() { method textActionMove (line 735) | private void textActionMove(MotionEvent event) { method stickerActionMove (line 768) | private void stickerActionMove(MotionEvent event) { method getAlteredBitmap (line 797) | private Bitmap getAlteredBitmap() { method getBlurBitmap (line 805) | private Bitmap getBlurBitmap(Context context, Bitmap bitmap, int width... method getDeltaX (line 822) | private float getDeltaX(MotionEvent event) { method getDeltaY (line 826) | private float getDeltaY(MotionEvent event) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/core/enums/EditorMode.java type EditorMode (line 3) | public enum EditorMode { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/core/enums/EditorTool.java type EditorTool (line 3) | public enum EditorTool { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/core/model/Drawing.java class Drawing (line 8) | public class Drawing { method Drawing (line 15) | public Drawing(@NonNull Paint paint, @NonNull Path path) { method getPaint (line 20) | public Paint getPaint() { method getPath (line 24) | public Path getPath() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/core/model/EditorFrame.java class EditorFrame (line 13) | public class EditorFrame { method EditorFrame (line 23) | public EditorFrame(Context context) { method initializeFramePaint (line 28) | private void initializeFramePaint() { method initializeHandlesBitmap (line 38) | private void initializeHandlesBitmap(Context context) { method getFramePaint (line 51) | public Paint getFramePaint() { method getDeleteHandleBitmap (line 55) | public Bitmap getDeleteHandleBitmap() { method getTransparencyHandleBitmap (line 59) | public Bitmap getTransparencyHandleBitmap() { method getResizeHandleBitmap (line 63) | public Bitmap getResizeHandleBitmap() { method getFrontHandleBitmap (line 67) | public Bitmap getFrontHandleBitmap() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/core/model/EditorImage.java class EditorImage (line 7) | public class EditorImage { method EditorImage (line 11) | public EditorImage(EditorTool command, Bitmap bitmap) { method getCommand (line 16) | public EditorTool getCommand() { method getBitmap (line 20) | public Bitmap getBitmap() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/core/model/EditorLinearTiltShift.java class EditorLinearTiltShift (line 27) | public class EditorLinearTiltShift { method EditorLinearTiltShift (line 64) | public EditorLinearTiltShift(int viewWidth, int viewHeight) { method initialize (line 71) | private void initialize() { method draw (line 105) | public void draw(@NonNull Canvas canvas, @NonNull Bitmap bitmap, @NonN... method updateRect (line 130) | public void updateRect(RectF bitmapRect) { method updateBlurBitmap (line 146) | public void updateBlurBitmap(@NonNull Bitmap blurBitmap) { method updateGradientRect (line 150) | public void updateGradientRect() { method updateGradientShader (line 163) | public void updateGradientShader(float value, Paint paint) { method updateGradientMatrix (line 180) | private void updateGradientMatrix(RectF rectF) { method actionMove (line 187) | public void actionMove(MotionEvent event) { method actionDown (line 227) | public void actionDown(MotionEvent event) { method actionPointerDown (line 234) | public void actionPointerDown(MotionEvent event) { method actionUp (line 238) | public void actionUp() { method actionPointerUp (line 242) | public void actionPointerUp() { method setPaintAlpha (line 246) | public void setPaintAlpha(int value) { method getPaintAlpha (line 250) | public int getPaintAlpha() { method displayDistance (line 254) | private float displayDistance() { method isTiltShiftInRect (line 258) | private boolean isTiltShiftInRect() { method setHelpOvalEnabled (line 265) | public void setHelpOvalEnabled(boolean enabled) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/core/model/EditorRadialTiltShift.java class EditorRadialTiltShift (line 24) | public class EditorRadialTiltShift { method EditorRadialTiltShift (line 64) | public EditorRadialTiltShift(int viewWidth, int viewHeight) { method initialize (line 70) | public void initialize() { method draw (line 108) | public void draw(@NonNull Canvas canvas, @NonNull Bitmap bitmap, @NonN... method updateRect (line 144) | public void updateRect(RectF bitmapRect) { method updateGradientShader (line 166) | private void updateGradientShader() { method updateBlurBitmap (line 177) | public void updateBlurBitmap(@NonNull Bitmap bitmap) { method updateGradientMatrix (line 181) | private void updateGradientMatrix(RectF rectF) { method actionDown (line 188) | public void actionDown(MotionEvent event) { method actionMove (line 203) | public void actionMove(MotionEvent event) { method actionPointerDown (line 243) | public void actionPointerDown(MotionEvent event) { method actionUp (line 250) | public void actionUp() { method actionPointerUp (line 256) | public void actionPointerUp() { method setPaintAlpha (line 260) | public void setPaintAlpha(int value) { method getPaintAlpha (line 265) | public int getPaintAlpha() { method displayDistance (line 269) | private float displayDistance() { method isTiltShiftInRect (line 273) | private boolean isTiltShiftInRect() { method setHelpOvalEnabled (line 280) | public void setHelpOvalEnabled(boolean enabled) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/core/model/EditorSticker.java class EditorSticker (line 19) | public class EditorSticker { method EditorSticker (line 56) | public EditorSticker(Bitmap bitmap, RectF imageRect) { method initialize (line 69) | private void initialize() { method updateFrameRect (line 106) | private void updateFrameRect() { method setStickerTouched (line 113) | public void setStickerTouched(boolean isTouched) { method actionMove (line 121) | public void actionMove(float dx, float dy) { method updateRotateAndScale (line 132) | public void updateRotateAndScale(final float dx, final float dy) { method draw (line 194) | public void draw(@NonNull Canvas canvas) { method drawHelperFrame (line 200) | private void drawHelperFrame(Canvas canvas) { method isInside (line 262) | public boolean isInside(MotionEvent event) { method isInDeleteHandleButton (line 266) | public boolean isInDeleteHandleButton(MotionEvent event) { method isInScaleAndRotateHandleButton (line 270) | public boolean isInScaleAndRotateHandleButton(MotionEvent event) { method isInFrontHandleButton (line 274) | public boolean isInFrontHandleButton(MotionEvent event) { method isInTransparencyHandleButton (line 278) | public boolean isInTransparencyHandleButton(MotionEvent event) { method getPaint (line 282) | public Paint getPaint() { method setHelpFrameEnabled (line 286) | public void setHelpFrameEnabled(boolean enabled) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/core/model/EditorText.java class EditorText (line 22) | public class EditorText { method EditorText (line 62) | public EditorText(Text text) { method initEditorText (line 77) | private void initEditorText() { method initTextPaint (line 98) | private void initTextPaint() { method draw (line 109) | public void draw(@NonNull Canvas canvas) { method drawHelperFrame (line 130) | private void drawHelperFrame(Canvas canvas) { method setX (line 165) | public void setX(float x) { method setY (line 169) | public void setY(float y) { method getX (line 173) | public float getX() { method getY (line 177) | public float getY() { method getRotateAndScaleHandleDstRect (line 181) | public RectF getRotateAndScaleHandleDstRect() { method getResizeHandleDstRect (line 185) | public RectF getResizeHandleDstRect() { method setHelperFrameOpacity (line 189) | public void setHelperFrameOpacity() { method resetHelperFrameOpacity (line 193) | public void resetHelperFrameOpacity() { method updateRotateAndScale (line 197) | public void updateRotateAndScale(float distanceX, float distanceY) { method isInside (line 240) | public boolean isInside(MotionEvent event) { method isInDeleteHandleButton (line 244) | public boolean isInDeleteHandleButton(MotionEvent event) { method isInFrontHandleButton (line 248) | public boolean isInFrontHandleButton(MotionEvent event) { method isInTransparencyHandleButton (line 253) | public boolean isInTransparencyHandleButton(MotionEvent event) { method isInResizeAndScaleHandleButton (line 257) | public boolean isInResizeAndScaleHandleButton(MotionEvent event) { method setHelpFrameEnabled (line 261) | public void setHelpFrameEnabled(boolean enabled) { method getPaint (line 265) | public Paint getPaint() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/core/model/EditorTiltShift.java type EditorTiltShift (line 11) | public interface EditorTiltShift { method initialize (line 13) | void initialize(Context context); method draw (line 15) | void draw(Canvas canvas, Bitmap bitmap, Matrix matrix, Paint paint); method updateRect (line 17) | void updateRect(RectF bitmapRect); method updateGradientRect (line 19) | void updateGradientRect(); method updateGradientShader (line 21) | void updateGradientShader(float value, final Paint paint); method updateGradientMatrix (line 23) | void updateGradientMatrix(RectF rectF); method actionMove (line 25) | void actionMove(MotionEvent event); method actionDown (line 27) | void actionDown(MotionEvent event); method actionPointerDown (line 29) | void actionPointerDown(MotionEvent event); method actionUp (line 31) | void actionUp(); method actionPointerUp (line 33) | void actionPointerUp(); method setPaintAlpha (line 35) | void setPaintAlpha(int value); method getPaintAlpha (line 37) | int getPaintAlpha(); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/core/model/EditorVignette.java class EditorVignette (line 25) | public class EditorVignette { method EditorVignette (line 60) | public EditorVignette(int viewWidth, int viewHeight) { method initializeVignette (line 67) | private void initializeVignette() { method updateMask (line 102) | public void updateMask(int value) { method updateGradientShader (line 116) | private void updateGradientShader(float value, final Paint paint) { method updateGradientMatrix (line 129) | private void updateGradientMatrix(RectF rectF) { method updateRect (line 139) | public void updateRect(RectF bitmapRect) { method draw (line 153) | public void draw(@NonNull Canvas canvas) { method actionDown (line 172) | public void actionDown(MotionEvent motionEvent) { method actionPointerDown (line 182) | public void actionPointerDown(MotionEvent event) { method actionMove (line 205) | public void actionMove(MotionEvent event) { method actionUp (line 255) | public void actionUp() { method actionPointerUp (line 261) | public void actionPointerUp() { method prepareToDraw (line 267) | public void prepareToDraw(@NonNull Canvas canvas, @NonNull Matrix matr... method isVignetteInRect (line 292) | private boolean isVignetteInRect() { method setHelpOvalEnabled (line 299) | public void setHelpOvalEnabled(boolean enabled) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/di/AppComponent.java type AppComponent (line 25) | @Singleton method getContext (line 28) | Context getContext(); method inject (line 30) | void inject(ToolsPresenter toolsPresenter); method inject (line 32) | void inject(AdjustPresenter adjustPresenter); method inject (line 34) | void inject(FiltersPresenter filtersPresenter); method inject (line 36) | void inject(OverlaysPresenter overlaysPresenter); method inject (line 38) | void inject(FramesPresenter framesPresenter); method inject (line 40) | void inject(StickersSetPresenter stickersSetPresenter); method inject (line 42) | void inject(StickersPresenter stickersPresenter); method inject (line 44) | void inject(ColorsPresenter colorsPresenter); method inject (line 46) | void inject(DrawingPresenter drawingPresenter); method inject (line 48) | void inject(FontsPresenter fontsPresenter); method inject (line 50) | void inject(FontPickerDialog fontPickerDialog); method inject (line 52) | void inject(EditorSticker editorSticker); method inject (line 54) | void inject(EditorText editorText); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/di/modules/AppModule.java class AppModule (line 10) | @Module method AppModule (line 14) | public AppModule(Context context) { method provideContext (line 18) | @Provides FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/di/modules/EditorModule.java class EditorModule (line 41) | @Module method provideTools (line 43) | @Provides method provideFilters (line 59) | @Provides method provideAdjust (line 146) | @Provides method provideStickersSet (line 164) | @Provides method provideOverlays (line 174) | @Provides method provideFrames (line 184) | @Provides method provideFonts (line 195) | @Provides method provideColors (line 206) | @Provides method provideSizes (line 233) | @Provides method provideEditorFrame (line 249) | @Provides method getEmojiStickers (line 254) | private List getEmojiStickers() { method getFlagsStickers (line 265) | private List getFlagsStickers() { method getChristmasStickers (line 275) | private List getChristmasStickers() { method getValentinesDayStickers (line 285) | private List getValentinesDayStickers() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/graphics/CircleSizeDrawable.java class CircleSizeDrawable (line 12) | public class CircleSizeDrawable extends Drawable { method CircleSizeDrawable (line 17) | public CircleSizeDrawable(final float size) { method draw (line 25) | @Override method setAlpha (line 31) | @Override method setColorFilter (line 36) | @Override method getOpacity (line 41) | @Override method setSelected (line 46) | public void setSelected(boolean isSelected) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/graphics/ColorCircleDrawable.java class ColorCircleDrawable (line 12) | public class ColorCircleDrawable extends Drawable { method ColorCircleDrawable (line 18) | public ColorCircleDrawable(final int color) { method draw (line 27) | @Override method setAlpha (line 39) | @Override method setColorFilter (line 44) | @Override method getOpacity (line 49) | @Override method setSelected (line 54) | public void setSelected(boolean isSelected) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/graphics/SquareFrameLayout.java class SquareFrameLayout (line 7) | public class SquareFrameLayout extends FrameLayout { method SquareFrameLayout (line 8) | public SquareFrameLayout(Context context) { method SquareFrameLayout (line 12) | public SquareFrameLayout(Context context, AttributeSet attrs) { method SquareFrameLayout (line 16) | public SquareFrameLayout(Context context, AttributeSet attrs, int defS... method onMeasure (line 20) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/models/Adjust.java class Adjust (line 8) | public class Adjust { method Adjust (line 17) | public Adjust(@StringRes int title, @DrawableRes int icon, @NonNull Fr... method getTitle (line 23) | public int getTitle() { method getIcon (line 27) | public int getIcon() { method getFragment (line 31) | public Fragment getFragment() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/models/BrushSize.java class BrushSize (line 3) | public class BrushSize { method BrushSize (line 6) | public BrushSize(float size) { method getSize (line 10) | public float getSize() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/models/EditorColor.java class EditorColor (line 10) | public class EditorColor { method getColorsList (line 14) | public static List getColorsList() { method EditorColor (line 42) | public EditorColor(@ColorRes int color) { method getColor (line 46) | public int getColor() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/models/Filter.java class Filter (line 5) | public class Filter { method Filter (line 9) | public Filter(String title, ColorMatrix colorMatrix) { method getTitle (line 14) | public String getTitle() { method getColorMatrix (line 18) | public ColorMatrix getColorMatrix() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/models/Font.java class Font (line 3) | public class Font { method Font (line 7) | public Font(String title, String path) { method getTitle (line 12) | public String getTitle() { method getPath (line 16) | public String getPath() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/models/Frame.java class Frame (line 5) | public class Frame { method Frame (line 11) | public Frame(String title, @DrawableRes int image) { method getTitle (line 16) | public String getTitle() { method getImage (line 20) | public int getImage() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/models/Image.java class Image (line 6) | public class Image implements Parcelable { method Image (line 10) | public Image(int id, String path) { method getId (line 15) | public int getId() { method getPath (line 19) | public String getPath() { method Image (line 23) | protected Image(Parcel in) { method describeContents (line 28) | @Override method writeToParcel (line 33) | @Override method createFromParcel (line 40) | @Override method newArray (line 45) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/models/ImageAlbum.java class ImageAlbum (line 5) | public class ImageAlbum { method ImageAlbum (line 10) | public ImageAlbum(String name) { method getName (line 15) | public String getName() { method getImages (line 19) | public ArrayList getImages() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/models/Overlay.java class Overlay (line 5) | public class Overlay { method Overlay (line 11) | public Overlay(String title, @DrawableRes int image) { method getTitle (line 16) | public String getTitle() { method getImage (line 20) | public int getImage() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/models/ParcelablePaint.java class ParcelablePaint (line 9) | public class ParcelablePaint implements Parcelable { method ParcelablePaint (line 12) | public ParcelablePaint(@NonNull Paint paint) { method getPaint (line 16) | public Paint getPaint() { method setAlpha (line 20) | public void setAlpha(@IntRange(from = 0, to = 255) int value) { method ParcelablePaint (line 24) | protected ParcelablePaint(Parcel in) { method describeContents (line 28) | @Override method writeToParcel (line 33) | @Override method createFromParcel (line 39) | @Override method newArray (line 44) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/models/Sticker.java class Sticker (line 7) | public class Sticker implements Parcelable { method Sticker (line 11) | public Sticker(@DrawableRes int image) { method getImage (line 15) | public int getImage() { method setImage (line 19) | public void setImage(int image) { method Sticker (line 23) | protected Sticker(Parcel in) { method describeContents (line 27) | @Override method writeToParcel (line 32) | @Override method createFromParcel (line 38) | @Override method newArray (line 43) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/models/StickersSet.java class StickersSet (line 8) | public class StickersSet { method StickersSet (line 17) | public StickersSet(@StringRes int title, @DrawableRes int icon, List getStickers() { method getTitle (line 27) | public int getTitle() { method getIcon (line 31) | public int getIcon() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/models/Text.java class Text (line 5) | public class Text { method Text (line 10) | public Text(String text, Typeface typeface, int color) { method getText (line 16) | public String getText() { method setText (line 20) | public void setText(String text) { method getTypeface (line 24) | public Typeface getTypeface() { method setTypeface (line 28) | public void setTypeface(Typeface typeface) { method getColor (line 32) | public int getColor() { method setColor (line 36) | public void setColor(int color) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/models/Tool.java class Tool (line 8) | public class Tool { method Tool (line 17) | public Tool(@StringRes int title, @DrawableRes int icon, @NonNull Frag... method getIcon (line 23) | public int getIcon() { method getTitle (line 27) | public int getTitle() { method getFragment (line 31) | public Fragment getFragment() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/activity/EditorActivityPresenter.java class EditorActivityPresenter (line 22) | @InjectViewState method EditorActivityPresenter (line 33) | public EditorActivityPresenter(@NonNull Context context, @NonNull Inte... method onBackPressed (line 51) | public void onBackPressed(@NonNull Bitmap alteredBitmap) { method setAlteredImageUri (line 59) | public void setAlteredImageUri(@NonNull Uri uri) { method save (line 63) | public void save(@NonNull Bitmap bitmap) { method share (line 67) | public void share(@Nullable String packageName) { method isApplicationExist (line 84) | private boolean isApplicationExist(Context context, @Nullable String p... FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/activity/GalleryActivityPresenter.java class GalleryActivityPresenter (line 8) | @InjectViewState FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/activity/HomeActivityPresenter.java class HomeActivityPresenter (line 27) | @InjectViewState method openCamera (line 31) | public void openCamera(@NonNull Context context) { method openGallery (line 35) | public void openGallery(@NonNull Context context) { method startEditing (line 39) | public void startEditing(int requestCode, int resultCode) { method checkPermission (line 45) | private void checkPermission(Context context, String permission) { method startCamera (line 74) | private void startCamera(Context context) { method createImageFile (line 90) | private File createImageFile(Context context) throws IOException { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/activity/PreviewActivityPresenter.java class PreviewActivityPresenter (line 29) | @InjectViewState method PreviewActivityPresenter (line 31) | public PreviewActivityPresenter(@NonNull Context context, @NonNull Int... method onSuccess (line 61) | @Override method onError (line 66) | @Override method onSuccess (line 73) | @Override method onError (line 79) | @Override method initCropModes (line 85) | private void initCropModes() { method changeCropMode (line 92) | public void changeCropMode(@NonNull TabLayout.Tab tab) { method cropImage (line 122) | public void cropImage(Uri uri, CropImageView cropImageView) { method flipImageHorizontal (line 127) | public void flipImageHorizontal(Bitmap bitmap) { method flipImageVertical (line 139) | public void flipImageVertical(Bitmap bitmap) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/AddTextPresenter.java class AddTextPresenter (line 16) | @InjectViewState method changeTextColor (line 18) | public void changeTextColor(@NonNull Context context, EditorColor edit... method addText (line 22) | public void addText(String text, Typeface typeface, int color) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/AdjustPresenter.java class AdjustPresenter (line 16) | @InjectViewState method AdjustPresenter (line 21) | public AdjustPresenter() { method changeAdjust (line 26) | public void changeAdjust(Adjust adjust) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/ColorsPresenter.java class ColorsPresenter (line 14) | @InjectViewState method ColorsPresenter (line 19) | public ColorsPresenter() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/DrawingPresenter.java class DrawingPresenter (line 21) | @InjectViewState method DrawingPresenter (line 29) | public DrawingPresenter() { method changeBrushColor (line 36) | public void changeBrushColor(@NonNull Context context, EditorColor edi... FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/FiltersPresenter.java class FiltersPresenter (line 24) | @InjectViewState method FiltersPresenter (line 29) | public FiltersPresenter(@NonNull Context context, @NonNull Bitmap bitm... method changeFilter (line 37) | public void changeFilter(@NonNull Filter filter) { method changeFilterIntensity (line 41) | public void changeFilterIntensity(@NonNull Paint filterPaint) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/FontsPresenter.java class FontsPresenter (line 14) | @InjectViewState method FontsPresenter (line 19) | public FontsPresenter() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/FramesPresenter.java class FramesPresenter (line 21) | @InjectViewState method FramesPresenter (line 26) | public FramesPresenter() { method changeOverlay (line 31) | public void changeOverlay(@NonNull Context context, Frame frame) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/GalleryAlbumsPresenter.java class GalleryAlbumsPresenter (line 11) | @InjectViewState method fetchImages (line 13) | public void fetchImages(Context context) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/GalleryImagesPresenter.java class GalleryImagesPresenter (line 13) | @InjectViewState method GalleryImagesPresenter (line 15) | public GalleryImagesPresenter(@NonNull Bundle bundle) { method setupAlbumImages (line 19) | private void setupAlbumImages(Bundle bundle) { method setImageForEdit (line 27) | public void setImageForEdit(Image image) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/ImageAdjustmentPresenter.java class ImageAdjustmentPresenter (line 17) | @InjectViewState method ImageAdjustmentPresenter (line 21) | public ImageAdjustmentPresenter(@NonNull Bundle bundle) { method onResume (line 31) | public void onResume() { method progressChanged (line 57) | public void progressChanged(int value) { method setupSlider (line 80) | private void setupSlider() { method getToolTitle (line 100) | private int getToolTitle() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/OverlaysPresenter.java class OverlaysPresenter (line 21) | @InjectViewState method OverlaysPresenter (line 26) | public OverlaysPresenter() { method changeOverlay (line 31) | public void changeOverlay(@NonNull Context context, Overlay overlay) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/StickersPresenter.java class StickersPresenter (line 29) | @InjectViewState method StickersPresenter (line 39) | public StickersPresenter(@NonNull Bundle bundle) { method setupStickersSet (line 44) | private void setupStickersSet(Bundle bundle) { method stickerClicked (line 57) | public void stickerClicked(@NonNull Context context, Sticker sticker) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/StickersSetPresenter.java class StickersSetPresenter (line 18) | @InjectViewState method StickersSetPresenter (line 23) | public StickersSetPresenter() { method stickersSetClicked (line 28) | public void stickersSetClicked(StickersSet stickersSet) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/TiltShiftFragmentPresenter.java class TiltShiftFragmentPresenter (line 9) | @InjectViewState method changeTiltShift (line 11) | public void changeTiltShift(EditorTool command) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/ToolsPresenter.java class ToolsPresenter (line 16) | @InjectViewState method ToolsPresenter (line 21) | public ToolsPresenter() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/TransformPresenter.java class TransformPresenter (line 9) | @InjectViewState method setupTransform (line 12) | public void setupTransform(EditorTool editorTool) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/presenters/fragment/TransparencyPresenter.java class TransparencyPresenter (line 15) | @InjectViewState method TransparencyPresenter (line 21) | public TransparencyPresenter(@NonNull Bundle bundle) { method progressChanged (line 30) | public void progressChanged(int value) { method cancelChanges (line 39) | public void cancelChanges() { method applyChanges (line 44) | public void applyChanges() { method getStringValue (line 48) | private String getStringValue(int value) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/activity/CameraActivityView.java type CameraActivityView (line 8) | public interface CameraActivityView extends MvpView { method setupCamera (line 9) | void setupCamera(Fragment fragment); method setupFragment (line 11) | void setupFragment(Fragment fragment); method hideFiltersButton (line 13) | void hideFiltersButton(); method setFilter (line 15) | void setFilter(ColorMatrix colorMatrix); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/activity/EditorActivityView.java type EditorActivityView (line 11) | public interface EditorActivityView extends MvpView { method startEditing (line 13) | void startEditing(Bitmap bitmap); method showLoading (line 15) | void showLoading(); method hideLoading (line 17) | void hideLoading(); method showAlertDialog (line 19) | void showAlertDialog(); method showApplicationNotExistAlertDialog (line 21) | void showApplicationNotExistAlertDialog(@StringRes int messageBody, @N... method showToastMessage (line 23) | void showToastMessage(int stringResource); method navigateBack (line 25) | void navigateBack(boolean isFragment); method share (line 27) | void share(@NonNull Uri uri, @Nullable String packageName); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/activity/GalleryView.java type GalleryView (line 7) | public interface GalleryView extends MvpView { method showImages (line 8) | void showImages(ImageAlbum imageAlbum); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/activity/HomeView.java type HomeView (line 8) | public interface HomeView extends MvpView { method startGallery (line 9) | void startGallery(); method startCamera (line 11) | void startCamera(Uri uri); method startEditing (line 13) | void startEditing(String photoPath); method showPermissionDenied (line 15) | void showPermissionDenied(@StringRes int message); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/activity/PreviewView.java type PreviewView (line 11) | public interface PreviewView extends MvpView { method setupImage (line 13) | void setupImage(Bitmap bitmap); method onCropModeChanged (line 15) | void onCropModeChanged(CropImageView.CropMode cropMode); method startEditingImage (line 17) | void startEditingImage(Uri uri); method showProgress (line 19) | void showProgress(); method flipImage (line 21) | void flipImage(Drawable drawable); method dismissProgress (line 23) | void dismissProgress(); method createTab (line 25) | void createTab(@StringRes int title, boolean selected); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/AddTextView.java type AddTextView (line 10) | public interface AddTextView extends MvpView { method addText (line 11) | void addText(Text text); method onTextColorChanged (line 13) | void onTextColorChanged(@ColorInt int color); method showToastMessage (line 15) | void showToastMessage(@StringRes int messageText); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/AdjustView.java type AdjustView (line 13) | public interface AdjustView extends MvpView { method setupAdapter (line 14) | void setupAdapter(List adjusts); method adjustChanged (line 16) | @StateStrategyType(SkipStrategy.class) FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/ColorsView.java type ColorsView (line 9) | public interface ColorsView extends MvpView { method setupAdapter (line 10) | void setupAdapter(List colors); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/DrawingView.java type DrawingView (line 12) | public interface DrawingView extends MvpView { method setupSizesAdapter (line 13) | void setupSizesAdapter(List sizes); method setupColorsAdapter (line 15) | void setupColorsAdapter(List colors); method onBrushColorChanged (line 17) | void onBrushColorChanged(@ColorInt int color); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/FiltersView.java type FiltersView (line 13) | public interface FiltersView extends MvpView { method setupFiltersAdapter (line 14) | void setupFiltersAdapter(Uri uri, List filters); method filterChanged (line 16) | void filterChanged(ColorMatrix colorMatrix); method onChangeFilterIntensityClicked (line 18) | void onChangeFilterIntensityClicked(Fragment fragment); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/FontsView.java type FontsView (line 9) | public interface FontsView extends MvpView { method setupAdapter (line 10) | void setupAdapter(List fonts); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/FramesView.java type FramesView (line 11) | public interface FramesView extends MvpView { method setupAdapter (line 12) | void setupAdapter(List frames); method onFrameChanged (line 14) | void onFrameChanged(Bitmap bitmap); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/GalleryAlbumsView.java type GalleryAlbumsView (line 9) | public interface GalleryAlbumsView extends MvpView { method showNoImages (line 10) | void showNoImages(); method setupAdapter (line 12) | void setupAdapter(List imageAlbums); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/GalleryImagesView.java type GalleryImagesView (line 9) | public interface GalleryImagesView extends MvpView { method setupAdapter (line 10) | void setupAdapter(List images); method editImage (line 12) | void editImage(String imagePath); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/ImageAdjustmentView.java type ImageAdjustmentView (line 9) | public interface ImageAdjustmentView extends MvpView { method changeToolbarTitle (line 10) | void changeToolbarTitle(@StringRes int title); method changeToolbarSubtitle (line 12) | void changeToolbarSubtitle(@StringRes int subtitle); method onIntensityChanged (line 14) | void onIntensityChanged(int value); method onBrightnessChanged (line 16) | void onBrightnessChanged(int value); method onContrastChanged (line 18) | void onContrastChanged(int value); method onSaturationChanged (line 20) | void onSaturationChanged(int value); method onWarmthChanged (line 22) | void onWarmthChanged(int value); method onStraightenTransformChanged (line 24) | void onStraightenTransformChanged(int value); method onVignetteChanged (line 26) | void onVignetteChanged(int value); method setEditorTool (line 28) | void setEditorTool(EditorTool tool); method setSeekBarValues (line 30) | void setSeekBarValues(int minValue, int maxValue, int value); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/IntensityView.java type IntensityView (line 5) | public interface IntensityView extends MvpView { method onTransparencyChanged (line 6) | void onTransparencyChanged(String value); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/OverlaysView.java type OverlaysView (line 11) | public interface OverlaysView extends MvpView { method setupAdapter (line 12) | void setupAdapter(List overlays); method onOverlayChanged (line 14) | void onOverlayChanged(Bitmap bitmap); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/StickersSetView.java type StickersSetView (line 15) | public interface StickersSetView extends MvpView { method setupAdapter (line 16) | void setupAdapter(List stickersSets); method showStickers (line 18) | @StateStrategyType(SkipStrategy.class) FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/StickersView.java type StickersView (line 14) | public interface StickersView extends MvpView { method setupAdapter (line 15) | void setupAdapter(List stickers); method setupToolbarSubtitle (line 17) | void setupToolbarSubtitle(@StringRes int subtitle); method addSticker (line 19) | @StateStrategyType(SkipStrategy.class) FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/TiltShiftView.java type TiltShiftView (line 7) | public interface TiltShiftView extends MvpView { method onTiltShiftChanged (line 8) | void onTiltShiftChanged(EditorTool command); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/ToolsView.java type ToolsView (line 9) | public interface ToolsView extends MvpView { method setupTools (line 10) | void setupTools(List tools); FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/TransformHorizontalView.java type TransformHorizontalView (line 3) | public interface TransformHorizontalView { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/TransformStraightenView.java type TransformStraightenView (line 3) | public interface TransformStraightenView { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/TransformVerticalView.java type TransformVerticalView (line 3) | public interface TransformVerticalView { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/presentation/views/fragment/TransformView.java type TransformView (line 5) | public interface TransformView extends MvpView { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/tasks/DecodeScaledImageAsyncTask.java class DecodeScaledImageAsyncTask (line 15) | public class DecodeScaledImageAsyncTask extends AsyncTask { type OnImageCacheSaveListener (line 22) | public interface OnImageCacheSaveListener { method onSaveStarted (line 23) | void onSaveStarted(); method onImageSaved (line 25) | void onImageSaved(Uri uri); method setOnImageLoadedListener (line 28) | public void setOnImageLoadedListener(OnImageCacheSaveListener onImageC... method ImageCacheSaveTask (line 32) | public ImageCacheSaveTask(Context context, Bitmap bitmap) { method onPreExecute (line 37) | @Override method doInBackground (line 43) | @Override method onPostExecute (line 72) | @Override method getTempFile (line 79) | private File getTempFile(Context context) throws IOException { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/tasks/ImageFetchTask.java class ImageFetchTask (line 17) | public class ImageFetchTask extends AsyncTask imageAlba); method setOnImageLoadedListener (line 33) | public void setOnImageLoadedListener(OnImageLoadedListener listener) { method ImageFetchTask (line 37) | public ImageFetchTask(Context context) { method onPreExecute (line 41) | @Override method doInBackground (line 46) | @Override method onPostExecute (line 82) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/tasks/ImageSaveTask.java class ImageSaveTask (line 20) | public class ImageSaveTask extends AsyncTask { method ImageSaveTask (line 31) | public ImageSaveTask(Context context, Bitmap bitmap) { method onPreExecute (line 38) | @Override method doInBackground (line 44) | @Override method onPostExecute (line 65) | @Override method getOutputMediaFile (line 73) | private File getOutputMediaFile() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/activities/EditorActivity.java class EditorActivity (line 49) | public class EditorActivity extends MvpAppCompatActivity implements Edit... method provideEditorPresenter (line 53) | @ProvidePresenter method onCreate (line 76) | @Override method onCreateOptionsMenu (line 134) | @Override method onOptionsItemSelected (line 141) | @Override method showSharePopupMenu (line 155) | private void showSharePopupMenu() { method onDestroy (line 196) | @Override method onSupportNavigateUp (line 201) | @Override method onBackPressed (line 207) | @Override method startEditing (line 221) | @Override method showLoading (line 226) | @Override method hideLoading (line 231) | @Override method showAlertDialog (line 236) | @Override method showApplicationNotExistAlertDialog (line 248) | @Override method setupFragment (line 267) | public void setupFragment(Fragment fragment) { method showToastMessage (line 281) | @Override method navigateBack (line 286) | @Override method share (line 299) | @Override method onClickUndo (line 313) | @OnClick(R.id.button_undo) FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/activities/GalleryActivity.java class GalleryActivity (line 21) | public class GalleryActivity extends MvpAppCompatActivity implements Gal... method onCreate (line 30) | @Override method onSupportNavigateUp (line 51) | @Override method onBackPressed (line 57) | @Override method showImages (line 68) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/activities/HomeActivity.java class HomeActivity (line 21) | public class HomeActivity extends MvpAppCompatActivity implements HomeVi... method onCreate (line 27) | @Override method onClickCamera (line 36) | @OnClick(R.id.button_camera) method onClickGallery (line 41) | @OnClick(R.id.gallery_button) method onActivityResult (line 46) | @Override method startGallery (line 52) | @Override method startCamera (line 58) | @Override method startEditing (line 67) | @Override method showPermissionDenied (line 74) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/activities/PreviewActivity.java class PreviewActivity (line 32) | public class PreviewActivity extends MvpAppCompatActivity implements Pre... method providePreviewPresenter (line 38) | @ProvidePresenter method onCreate (line 54) | @Override method onCreateOptionsMenu (line 87) | @Override method onOptionsItemSelected (line 94) | @Override method onSupportNavigateUp (line 105) | @Override method onClickFlipHorizontal (line 111) | @OnClick(R.id.button_flip_horizontal) method onClickFlipVertical (line 116) | @OnClick(R.id.button_flip_vertical) method onClickRotateLeft (line 121) | @OnClick(R.id.button_rotate_left) method onClickRotateRight (line 126) | @OnClick(R.id.button_rotate_right) method createSaveUri (line 131) | public Uri createSaveUri() { method setupImage (line 135) | @Override method onCropModeChanged (line 142) | @Override method startEditingImage (line 147) | @Override method showProgress (line 156) | @Override method flipImage (line 161) | @Override method dismissProgress (line 166) | @Override method createTab (line 171) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/dialogs/ColorPickerDialog.java class ColorPickerDialog (line 18) | public class ColorPickerDialog extends Dialog { type OnColorClickListener (line 26) | public interface OnColorClickListener { method onClick (line 27) | void onClick(EditorColor editorColor); method ColorPickerDialog (line 35) | public ColorPickerDialog(Context context) { method onCreate (line 42) | @Override method onClickApply (line 59) | @OnClick(R.id.applyColor) method onClickCancel (line 65) | @OnClick(R.id.cancelColor) method setOnColorClickListener (line 70) | public void setOnColorClickListener(OnColorClickListener onColorClickL... method onClickRGB (line 76) | @OnClick(R.id.rgbButton) method onClikcARGB (line 82) | @OnClick(R.id.argbButton) FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/dialogs/FontPickerDialog.java class FontPickerDialog (line 26) | public class FontPickerDialog extends Dialog { type OnFontClickListener (line 40) | public interface OnFontClickListener { method onClick (line 41) | void onClick(Typeface typeface); method FontPickerDialog (line 47) | public FontPickerDialog(Context context) { method FontPickerDialog (line 52) | public FontPickerDialog(Context context, int themeResId) { method onCreate (line 57) | @Override method initFontsList (line 84) | private void initFontsList() { method setOnFontClickListener (line 95) | public void setOnFontClickListener(OnFontClickListener onFontClickList... method isItalic (line 99) | public boolean isItalic() { method setItalic (line 103) | public void setItalic(boolean italic) { method isBold (line 107) | public boolean isBold() { method setBold (line 111) | public void setBold(boolean bold) { method getText (line 115) | public String getText() { method setText (line 119) | public void setText(String text) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/dialogs/LoadingDialog.java class LoadingDialog (line 12) | public class LoadingDialog extends Dialog { method LoadingDialog (line 14) | public LoadingDialog(Context context) { method onCreate (line 18) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/AdjustFragment.java class AdjustFragment (line 33) | public class AdjustFragment extends MvpAppCompatFragment implements Adju... method onCreate (line 42) | @Override method onCreateView (line 48) | @Override method onResume (line 57) | @Override method onDestroyView (line 66) | @Override method onPrepareOptionsMenu (line 72) | @Override method setupAdapter (line 78) | @Override method adjustChanged (line 88) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/DrawingFragment.java class DrawingFragment (line 31) | public class DrawingFragment extends ToolFragment implements DrawingView { method newInstance (line 45) | public static DrawingFragment newInstance() { method onCreate (line 49) | @Override method onCreateView (line 55) | @Override method onActivityCreated (line 64) | @Override method onResume (line 69) | @Override method onDestroyView (line 76) | @Override method setupSizesAdapter (line 82) | @Override method setupColorsAdapter (line 94) | @Override method onBrushColorChanged (line 106) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/FiltersFragment.java class FiltersFragment (line 34) | public class FiltersFragment extends ToolFragment implements FiltersView { method provideFilterPresenter (line 38) | @ProvidePresenter method newInstance (line 52) | public static FiltersFragment newInstance() { method FiltersFragment (line 56) | public FiltersFragment() { method onCreate (line 59) | @Override method onCreateView (line 65) | @Override method onActivityCreated (line 74) | @Override method onResume (line 79) | @Override method onDestroyView (line 86) | @Override method setupFiltersAdapter (line 92) | @Override method filterChanged (line 114) | @Override method onChangeFilterIntensityClicked (line 119) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/FontsFragment.java class FontsFragment (line 30) | public class FontsFragment extends ToolFragment implements FontsView { method newInstance (line 41) | public static FontsFragment newInstance() { method onCreate (line 45) | @Override method onCreateView (line 51) | @Override method onActivityCreated (line 60) | @Override method onResume (line 65) | @Override method onDestroyView (line 72) | @Override method onOptionsItemSelected (line 78) | @Override method setupAdapter (line 87) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/FramesFragment.java class FramesFragment (line 29) | public class FramesFragment extends ToolFragment implements FramesView { method onCreate (line 40) | @Override method onCreateView (line 46) | @Override method onActivityCreated (line 55) | @Override method onResume (line 60) | @Override method onDestroyView (line 67) | @Override method setupAdapter (line 73) | @Override method onFrameChanged (line 81) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/GalleryAlbumsFragment.java class GalleryAlbumsFragment (line 29) | public class GalleryAlbumsFragment extends MvpAppCompatFragment implemen... method onCreate (line 41) | @Override method onCreateView (line 46) | @Override method onActivityCreated (line 55) | @Override method onResume (line 60) | @Override method onDestroyView (line 66) | @Override method showNoImages (line 72) | @Override method setupAdapter (line 77) | @Override method onClickTakePhoto (line 90) | @OnClick(R.id.button_take_photo) FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/GalleryImagesFragment.java class GalleryImagesFragment (line 29) | public class GalleryImagesFragment extends MvpAppCompatFragment implemen... method provideGalleryImagesPresenter (line 35) | @ProvidePresenter method newInstance (line 45) | public static GalleryImagesFragment newInstance(ArrayList image... method GalleryImagesFragment (line 55) | public GalleryImagesFragment() { method onCreateView (line 58) | @Override method onDestroyView (line 67) | @Override method setupAdapter (line 73) | @Override method editImage (line 83) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/ImageAdjustmentFragment.java class ImageAdjustmentFragment (line 27) | public class ImageAdjustmentFragment extends ToolFragment implements Ima... method provideImageAdjustmentPresenter (line 33) | @ProvidePresenter method newInstance (line 54) | public static ImageAdjustmentFragment newInstance(EditorTool editorToo... method ImageAdjustmentFragment (line 64) | public ImageAdjustmentFragment() { method onCreate (line 67) | @Override method onCreateView (line 74) | @Override method onResume (line 100) | @Override method onDestroyView (line 106) | @Override method changeToolbarTitle (line 112) | @Override method changeToolbarSubtitle (line 117) | @Override method onIntensityChanged (line 122) | @Override method onBrightnessChanged (line 129) | @Override method onContrastChanged (line 134) | @Override method onSaturationChanged (line 139) | @Override method onWarmthChanged (line 144) | @Override method onStraightenTransformChanged (line 149) | @Override method onVignetteChanged (line 154) | @Override method setEditorTool (line 159) | @Override method setSeekBarValues (line 164) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/OverlaysFragment.java class OverlaysFragment (line 29) | public class OverlaysFragment extends ToolFragment implements OverlaysVi... method onCreate (line 40) | @Override method onCreateView (line 47) | @Override method onResume (line 56) | @Override method onDestroyView (line 63) | @Override method setupAdapter (line 69) | @Override method onOverlayChanged (line 82) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/StickersFragment.java class StickersFragment (line 31) | public class StickersFragment extends ToolFragment implements StickersVi... method provideStickersPresenter (line 38) | @ProvidePresenter method newInstance (line 48) | public static StickersFragment newInstance(@StringRes int title, @NonN... method StickersFragment (line 60) | public StickersFragment() { method onActivityCreated (line 63) | @Override method onResume (line 68) | @Override method onCreateView (line 73) | @Override method onDestroyView (line 82) | @Override method setupAdapter (line 88) | @Override method setupToolbarSubtitle (line 101) | @Override method addSticker (line 106) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/StickersSetFragment.java class StickersSetFragment (line 32) | public class StickersSetFragment extends ToolFragment implements Sticker... method onCreate (line 43) | @Override method onCreateView (line 49) | @Override method onActivityCreated (line 58) | @Override method onResume (line 63) | @Override method onDestroyView (line 71) | @Override method setupAdapter (line 77) | @Override method showStickers (line 90) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/TextFragment.java class TextFragment (line 33) | public class TextFragment extends ToolFragment implements AddTextView { method newInstance (line 51) | public static TextFragment newInstance() { method onCreate (line 55) | @Override method onCreateView (line 61) | @Override method onActivityCreated (line 73) | @Override method onResume (line 78) | @Override method onDestroyView (line 85) | @Override method addText (line 91) | @Override method onTextColorChanged (line 96) | @Override method showToastMessage (line 101) | @Override method onClickAddText (line 106) | @OnClick(R.id.addTextButton) method onClickTextColorButton (line 111) | @OnClick(R.id.selectTextColorButton) method onClickTextButton (line 116) | @OnClick(R.id.selectFontButton) FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/TiltShiftFragment.java class TiltShiftFragment (line 24) | public class TiltShiftFragment extends ToolFragment implements TiltShift... method onCreate (line 32) | @Override method onCreateView (line 39) | @Override method onActivityCreated (line 48) | @Override method onResume (line 53) | @Override method onDestroyView (line 61) | @Override method onTiltShiftChanged (line 67) | @Override method onClickLinear (line 72) | @OnClick(R.id.button_linear_tilt_shift) method onClickRadial (line 77) | @OnClick(R.id.button_radial_tilt_shift) FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/ToolFragment.java class ToolFragment (line 11) | public abstract class ToolFragment extends MvpAppCompatFragment { method onCreate (line 12) | @Override method onPrepareOptionsMenu (line 18) | @Override method onCreateOptionsMenu (line 24) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/ToolsFragment.java class ToolsFragment (line 30) | public class ToolsFragment extends MvpAppCompatFragment implements Tools... method onActivityCreated (line 39) | @Override method onCreateView (line 44) | @Override method onResume (line 53) | @Override method onDestroyView (line 69) | @Override method setupTools (line 75) | @Override FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/TransformFragment.java class TransformFragment (line 28) | public class TransformFragment extends MvpAppCompatFragment implements T... method onCreate (line 36) | @Override method onCreateView (line 43) | @Override method onActivityCreated (line 52) | @Override method onResume (line 57) | @Override method onDestroyView (line 66) | @Override method onPrepareOptionsMenu (line 72) | @Override method onClickTransformHorizontal (line 78) | @OnClick(R.id.transformHorizontalButton) method onClickTransformStraighten (line 85) | @OnClick(R.id.transformStraightenButton) method onClickTransformVertical (line 92) | @OnClick(R.id.transformVerticalButton) FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/ui/fragments/TransparencyFragment.java class TransparencyFragment (line 33) | public class TransparencyFragment extends MvpAppCompatFragment implement... method provideTransparencyPresenter (line 39) | @ProvidePresenter method newInstance (line 57) | public static TransparencyFragment newInstance(Paint paint) { method TransparencyFragment (line 67) | public TransparencyFragment() { method onCreate (line 70) | @Override method onPrepareOptionsMenu (line 78) | @Override method onCreateOptionsMenu (line 84) | @Override method onCreateView (line 90) | @Override method onActivityCreated (line 116) | @Override method onResume (line 121) | @Override method onDestroyView (line 126) | @Override method onTransparencyChanged (line 132) | @Override method onClickApply (line 138) | @OnClick(R.id.transparencyApplyButton) method onClickCancel (line 143) | @OnClick(R.id.transparencyCancelButton) FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/utils/BitmapUtil.java class BitmapUtil (line 21) | public class BitmapUtil { method getUriOfBitmap (line 22) | public static Uri getUriOfBitmap(Context context, Bitmap bitmap) { method drawable2Bitmap (line 43) | public static Bitmap drawable2Bitmap(Context context, int drawableId) { method vectorDrawable2Bitmap (line 58) | @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP) FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/utils/LogHelper.java class LogHelper (line 11) | public class LogHelper { method logBitmap (line 14) | public static void logBitmap(@NonNull String prefix, @NonNull Bitmap b... method logMatrix (line 22) | public static void logMatrix(@NonNull String prefix, @NonNull Matrix m... method logRect (line 35) | public static void logRect(@NonNull String prefix, @NonNull Rect rect) { method logRect (line 44) | public static void logRect(@NonNull String prefix, @NonNull RectF rect... method getMatrixValue (line 53) | private static float getMatrixValue(@NonNull Matrix matrix, @IntRange(... method getMatrixScale (line 60) | private static float getMatrixScale(@NonNull Matrix matrix) { method getMatrixAngle (line 65) | private static float getMatrixAngle(@NonNull Matrix matrix) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/utils/MatrixUtil.java class MatrixUtil (line 8) | public class MatrixUtil { method matrixInfo (line 11) | public static void matrixInfo(@NonNull String logPrefix, @NonNull Matr... method getMatrixValue (line 19) | private static float getMatrixValue(@NonNull Matrix matrix, @IntRange(... method getMatrixX (line 26) | public static float getMatrixX(@NonNull Matrix matrix) { method getMatrixY (line 30) | public static float getMatrixY(@NonNull Matrix matrix) { method getScale (line 34) | public static float getScale(@NonNull Matrix matrix) { method getAngle (line 39) | public static float getAngle(@NonNull Matrix matrix) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/utils/MotionEventUtil.java class MotionEventUtil (line 5) | public class MotionEventUtil { method getDisplayDistance (line 6) | public static float getDisplayDistance(int width, int height) { method getDelta (line 10) | public static float getDelta(MotionEvent event) { method getAngle (line 26) | public static float getAngle(MotionEvent event) { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/utils/RectUtil.java class RectUtil (line 5) | public class RectUtil { method scaleRect (line 6) | public static void scaleRect(RectF rectF, float scale) { method scaleRect2 (line 22) | public static void scaleRect2(RectF rectF, float scale) { method rotateRect (line 29) | public static void rotateRect(RectF rectF, float centerX, float centerY, FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/utils/SizeUtil.java class SizeUtil (line 5) | public class SizeUtil { method dp2px (line 8) | public static float dp2px(float dp) { method px2dp (line 12) | public static float px2dp(float px) { method getDensity (line 16) | private static float getDensity() { FILE: iQuePhoto/app/src/main/java/net/iquesoft/iquephoto/utils/ToolbarUtil.java class ToolbarUtil (line 10) | public class ToolbarUtil { method showTitle (line 11) | public static void showTitle(boolean showTitle, @NonNull FragmentActiv... method updateTitle (line 18) | public static void updateTitle(@StringRes int title, method updateSubtitle (line 26) | public static void updateSubtitle(@StringRes int subtitle, method updateSubtitle (line 34) | public static void updateSubtitle(@Nullable String subtitle, FILE: iQuePhoto/app/src/test/java/net/iquesoft/iquephoto/ExampleUnitTest.java class ExampleUnitTest (line 10) | public class ExampleUnitTest { method addition_isCorrect (line 11) | @Test