Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PomepuyN/BlurEffectForAndroidDesign
/ functions
Functions
17 in github.com/PomepuyN/BlurEffectForAndroidDesign
⨍
Functions
17
◇
Types & classes
5
↓ 2 callers
Method
updateView
(final int screenWidth)
BlurEffect/src/com/npi/blureffect/MainActivity.java:149
↓ 1 callers
Method
fastblur
(Context context, Bitmap sentBitmap, int radius)
BlurEffect/src/com/npi/blureffect/Blur.java:17
↓ 1 callers
Method
getScreenWidth
Get the screen width. @param context @return the screen width
BlurEffect/src/com/npi/blureffect/ImageUtils.java:68
↓ 1 callers
Method
handleScroll
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 callers
Method
setScreenWidth
(int screenWidth)
BlurEffect/src/com/npi/blureffect/ScrollableImageView.java:77
↓ 1 callers
Method
setoriginalImage
(Bitmap bmp)
BlurEffect/src/com/npi/blureffect/ScrollableImageView.java:71
↓ 1 callers
Method
storeImage
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
Method
ScrollableImageView
(Context context, AttributeSet attrs, int defStyle)
BlurEffect/src/com/npi/blureffect/ScrollableImageView.java:28
Method
TopCenterImageView
(Context context, AttributeSet attrs, int defStyle)
BlurEffect/src/com/npi/blureffect/TopCenterImageView.java:16
Method
getScreenHeight
Get the screen height. @param context @return the screen height
BlurEffect/src/com/npi/blureffect/ImageUtils.java:49
Method
onCheckedChanged
(CompoundButton buttonView, boolean isChecked)
BlurEffect/src/com/npi/blureffect/MainActivity.java:55
Method
onCreate
(Bundle savedInstanceState)
BlurEffect/src/com/npi/blureffect/MainActivity.java:33
Method
onDraw
Draws the view if the adapted image is not null
BlurEffect/src/com/npi/blureffect/ScrollableImageView.java:43
Method
onScroll
Listen to the list scroll. This is where magic happens ;)
BlurEffect/src/com/npi/blureffect/MainActivity.java:123
Method
onScrollStateChanged
(AbsListView view, int scrollState)
BlurEffect/src/com/npi/blureffect/MainActivity.java:115
Method
run
()
BlurEffect/src/com/npi/blureffect/MainActivity.java:76
Method
setFrame
Top crop scale type
BlurEffect/src/com/npi/blureffect/TopCenterImageView.java:34