Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/baugarten/Android-Image-Edit
/ functions
Functions
67 in github.com/baugarten/Android-Image-Edit
⨍
Functions
67
◇
Types & classes
16
↓ 5 callers
Method
removeAllSelected
()
src/com/owleyes/moustache/CustomRelativeLayout.java:100
↓ 5 callers
Method
setDragging
Sets the image that the user is currently dragging/scaling/etc to CIV.
src/com/owleyes/moustache/CustomRelativeLayout.java:39
↓ 4 callers
Method
setImageBitmap
(Bitmap b)
src/com/owleyes/moustache/CustomImageView.java:246
↓ 4 callers
Method
setImageResource
(int res)
src/com/owleyes/moustache/CustomImageView.java:253
↓ 3 callers
Method
getSelectedImage
RETURNS the image currently being dragging and placed.
src/com/owleyes/moustache/CustomRelativeLayout.java:64
↓ 3 callers
Method
handleEvent
(int state, int amount)
src/com/owleyes/moustache/CustomRelativeLayout.java:86
↓ 3 callers
Method
saveInternal
(Bitmap image)
src/com/owleyes/moustache/Viewer.java:724
↓ 3 callers
Method
setDimensions
()
src/com/owleyes/moustache/CustomImageView.java:270
↓ 2 callers
Method
createButton
(int resource, android.widget.LinearLayout.LayoutParams minusLP, int id)
src/com/owleyes/moustache/Viewer.java:716
↓ 2 callers
Method
init
Called by the constructor to set up the views. Because we need to keep track of a lot of the View elements, its easier for us to inflate each View in
src/com/owleyes/moustache/Viewer.java:279
↓ 2 callers
Method
isOverTrash
(Point coords)
src/com/owleyes/moustache/CustomRelativeLayout.java:110
↓ 2 callers
Method
rotateX
Rotates me by AMOUNT 10 degrees clockwise. @param amount
src/com/owleyes/moustache/CustomImageView.java:164
↓ 2 callers
Method
setImageDrawable
(Drawable d)
src/com/owleyes/moustache/CustomImageView.java:260
↓ 2 callers
Method
setState
(int state, int button)
src/com/owleyes/moustache/UpdateImage.java:22
↓ 1 callers
Method
addDraggableImages
Populates the LienarLayout VG with the image resources from IMAGELIST.
src/com/owleyes/moustache/Viewer.java:228
↓ 1 callers
Method
addImage
Adds the image specified by the Uri IMAGEURI to the current view.
src/com/owleyes/moustache/Viewer.java:244
↓ 1 callers
Method
basicInit
(int orientation)
src/com/owleyes/moustache/Viewer.java:161
↓ 1 callers
Method
changeImageSize
(int size)
src/com/owleyes/moustache/CustomRelativeLayout.java:71
↓ 1 callers
Method
degreeRotated
RETURNS the number of degrees the image specified by FILEPATH is rotate (i.e. what degree rotation the phone was at while taking the picture.
src/com/owleyes/moustache/Viewer.java:657
↓ 1 callers
Method
getRealPathFromURI
(Uri contentUri)
src/com/owleyes/moustache/Viewer.java:755
↓ 1 callers
Method
initLandscape
()
src/com/owleyes/moustache/Viewer.java:515
↓ 1 callers
Method
initPortrait
()
src/com/owleyes/moustache/Viewer.java:481
↓ 1 callers
Method
outOfBounds
(Point coords)
src/com/owleyes/moustache/CustomRelativeLayout.java:106
↓ 1 callers
Method
reLayout
Relayout myself at the coordinates that I have saved.
src/com/owleyes/moustache/CustomImageView.java:139
↓ 1 callers
Method
removeSelected
Deselects me as the current iamge being edited (makes me draw myself without a border).
src/com/owleyes/moustache/CustomImageView.java:96
↓ 1 callers
Method
rotateImageClockwise
(int degree)
src/com/owleyes/moustache/CustomRelativeLayout.java:78
↓ 1 callers
Method
scaleX
Scales the image by AMOUNT / 10 percent. @param amount
src/com/owleyes/moustache/CustomImageView.java:148
↓ 1 callers
Method
setEditable
Sets the image being edited and viewed (the main one) to CIV.
src/com/owleyes/moustache/CustomRelativeLayout.java:49
↓ 1 callers
Method
setScanner
(MediaScannerConnection msc)
src/com/owleyes/moustache/Viewer.java:826
↓ 1 callers
Method
setTrashIcon
(ImageView r)
src/com/owleyes/moustache/CustomRelativeLayout.java:54
↓ 1 callers
Method
setUpPicture
This function takes a filepath as a parameter and returns the corresponding image, correctly scaled and rotated (if necessary) @param filePath
src/com/owleyes/moustache/Viewer.java:617
Method
CustomHorizontalScrollView
(Context context)
src/com/owleyes/moustache/CustomHorizontalScrollView.java:25
Method
CustomImageView
A new CustomImageView with context CONTEXT.
src/com/owleyes/moustache/CustomImageView.java:56
Method
CustomRelativeLayout
(Context context)
src/com/owleyes/moustache/CustomRelativeLayout.java:22
Method
CustomScrollView
(Context context)
src/com/owleyes/moustache/CustomScrollView.java:21
Method
MyScannerClient
(String file)
src/com/owleyes/moustache/Viewer.java:822
Method
UpdateImage
(CustomRelativeLayout rl, Handler handler)
src/com/owleyes/moustache/UpdateImage.java:17
Method
getEditableImage
RETURNS the image currently being edited.
src/com/owleyes/moustache/CustomRelativeLayout.java:59
Method
onActivityResult
(int requestCode, int resultCode, Intent data)
src/com/owleyes/moustache/Main.java:77
Method
onAnimationEnd
(Animation animation)
src/com/owleyes/moustache/CustomImageView.java:201
Method
onAnimationRepeat
(Animation animation)
src/com/owleyes/moustache/CustomImageView.java:234
Method
onAnimationStart
(Animation animation)
src/com/owleyes/moustache/CustomImageView.java:239
Method
onCheckedChanged
(CompoundButton buttonView, boolean isChecked)
src/com/owleyes/moustache/Viewer.java:698
Method
onClick
(View v)
src/com/owleyes/moustache/Viewer.java:294
Method
onCreate
Called when the activity is first created.
src/com/owleyes/moustache/Main.java:27
Method
onCreate
(Bundle savedInstanceState)
src/com/owleyes/moustache/Viewer.java:155
Method
onCreateOptionsMenu
(Menu menu)
src/com/owleyes/moustache/Viewer.java:763
Method
onDestroy
()
src/com/owleyes/moustache/Viewer.java:550
Method
onDraw
(Canvas canvas)
src/com/owleyes/moustache/CustomImageView.java:75
Method
onFinish
()
src/com/owleyes/moustache/Main.java:42
Method
onInterceptTouchEvent
(MotionEvent ev)
src/com/owleyes/moustache/CustomScrollView.java:25
Method
onInterceptTouchEvent
(MotionEvent ev)
src/com/owleyes/moustache/CustomHorizontalScrollView.java:31
Method
onLayout
(boolean changed, int l, int t, int r, int b)
src/com/owleyes/moustache/CustomRelativeLayout.java:28
Method
onMediaScannerConnected
()
src/com/owleyes/moustache/Viewer.java:830
Method
onOptionsItemSelected
(MenuItem item)
src/com/owleyes/moustache/Viewer.java:771
Method
onPause
()
src/com/owleyes/moustache/Main.java:71
Method
onPause
()
src/com/owleyes/moustache/Viewer.java:555
Method
onResume
()
src/com/owleyes/moustache/Main.java:36
Method
onResume
()
src/com/owleyes/moustache/Viewer.java:562
Method
onScanCompleted
(String path, Uri uri)
src/com/owleyes/moustache/Viewer.java:835
Method
onTick
(long millisUntilFinished)
src/com/owleyes/moustache/Main.java:53
Method
onTouch
(View v, MotionEvent event)
src/com/owleyes/moustache/Viewer.java:304
Method
onTouchEvent
(MotionEvent event)
src/com/owleyes/moustache/CustomImageView.java:102
Method
onTouchEvent
(MotionEvent ev)
src/com/owleyes/moustache/CustomScrollView.java:30
Method
onTouchEvent
(MotionEvent ev)
src/com/owleyes/moustache/CustomHorizontalScrollView.java:36
Method
padBitmap
Pads the Bitmap NEWBM with WIDTHCROP pixels on both sides and HEIGHTCROP pixels on the top and bottom with transparency. RETURNS the new Bitmap
src/com/owleyes/moustache/CustomImageView.java:175
Method
run
()
src/com/owleyes/moustache/UpdateImage.java:28