MCPcopy Create free account

hub / github.com/PomepuyN/BlurEffectForAndroidDesign / functions

Functions17 in github.com/PomepuyN/BlurEffectForAndroidDesign

↓ 2 callersMethodupdateView
(final int screenWidth)
BlurEffect/src/com/npi/blureffect/MainActivity.java:149
↓ 1 callersMethodfastblur
(Context context, Bitmap sentBitmap, int radius)
BlurEffect/src/com/npi/blureffect/Blur.java:17
↓ 1 callersMethodgetScreenWidth
Get the screen width. @param context @return the screen width
BlurEffect/src/com/npi/blureffect/ImageUtils.java:68
↓ 1 callersMethodhandleScroll
Handle an external scroll and render the image by switching it by a distance @param distY the distance from the top
BlurEffect/src/com/npi/blureffect/ScrollableImageView.java:58
↓ 1 callersMethodsetScreenWidth
(int screenWidth)
BlurEffect/src/com/npi/blureffect/ScrollableImageView.java:77
↓ 1 callersMethodsetoriginalImage
(Bitmap bmp)
BlurEffect/src/com/npi/blureffect/ScrollableImageView.java:71
↓ 1 callersMethodstoreImage
Stores an image on the storage @param image the image to store. @param pictureFile the file in which it must be stored
BlurEffect/src/com/npi/blureffect/ImageUtils.java:27
MethodScrollableImageView
(Context context, AttributeSet attrs, int defStyle)
BlurEffect/src/com/npi/blureffect/ScrollableImageView.java:28
MethodTopCenterImageView
(Context context, AttributeSet attrs, int defStyle)
BlurEffect/src/com/npi/blureffect/TopCenterImageView.java:16
MethodgetScreenHeight
Get the screen height. @param context @return the screen height
BlurEffect/src/com/npi/blureffect/ImageUtils.java:49
MethodonCheckedChanged
(CompoundButton buttonView, boolean isChecked)
BlurEffect/src/com/npi/blureffect/MainActivity.java:55
MethodonCreate
(Bundle savedInstanceState)
BlurEffect/src/com/npi/blureffect/MainActivity.java:33
MethodonDraw
Draws the view if the adapted image is not null
BlurEffect/src/com/npi/blureffect/ScrollableImageView.java:43
MethodonScroll
Listen to the list scroll. This is where magic happens ;)
BlurEffect/src/com/npi/blureffect/MainActivity.java:123
MethodonScrollStateChanged
(AbsListView view, int scrollState)
BlurEffect/src/com/npi/blureffect/MainActivity.java:115
Methodrun
()
BlurEffect/src/com/npi/blureffect/MainActivity.java:76
MethodsetFrame
Top crop scale type
BlurEffect/src/com/npi/blureffect/TopCenterImageView.java:34