MCPcopy Create free account

hub / github.com/brucetoo/ImageBrowse / functions

Functions250 in github.com/brucetoo/ImageBrowse

MethodonSingleTapUp
(MotionEvent e)
app/src/main/java/com/brucetoo/imagebrowse/widget/PhotoView.java:802
MethodonSizeChanged
Use onSizeChanged instead of onAttachedToWindow to get the dimensions of the view, because this method is called after measuring the dimensions of MAT
app/src/main/java/com/brucetoo/activityanimation/widget/MaterialProgressBar.java:155
MethodonSizeChanged
Use onSizeChanged instead of onAttachedToWindow to get the dimensions of the view, because this method is called after measuring the dimensions of MAT
app/src/main/java/com/brucetoo/imagebrowse/widget/MaterialProgressBar.java:155
MethodonSizeChanged
(int w, int h, int oldw, int oldh)
app/src/main/java/com/brucetoo/imagebrowse/widget/PhotoView.java:481
MethodonTouchEvent
(MotionEvent event)
app/src/main/java/com/brucetoo/imagebrowse/widget/RotateGestureDetector.java:28
MethodonViewCreated
(View view, @Nullable Bundle savedInstanceState)
app/src/main/java/com/brucetoo/imagebrowse/ImageBrowseFragment.java:55
MethodonViewCreated
(View view, @Nullable Bundle savedInstanceState)
app/src/main/java/com/brucetoo/imagebrowse/ImageBrowseDialogFragment.java:72
MethodonVisibilityChanged
(@NonNull View changedView, int visibility)
app/src/main/java/com/brucetoo/activityanimation/widget/MaterialProgressBar.java:329
MethodonVisibilityChanged
(@NonNull View changedView, int visibility)
app/src/main/java/com/brucetoo/imagebrowse/widget/MaterialProgressBar.java:329
MethodresetCount
Reset the count (in increment mode)
app/src/main/java/com/brucetoo/activityanimation/widget/MaterialProgressBar.java:378
MethodresetCount
Reset the count (in increment mode)
app/src/main/java/com/brucetoo/imagebrowse/widget/MaterialProgressBar.java:378
Methodrun
()
app/src/main/java/com/brucetoo/imagebrowse/ImageBrowseFragment.java:195
Methodrun
()
app/src/main/java/com/brucetoo/imagebrowse/ActivityTransitionExitHelper.java:145
Methodrun
()
app/src/main/java/com/brucetoo/imagebrowse/PictureDetailsActivity.java:65
Methodrun
()
app/src/main/java/com/brucetoo/imagebrowse/ImageBrowseDialogFragment.java:182
Methodrun
()
app/src/main/java/com/brucetoo/imagebrowse/widget/ReboundContainer.java:189
Methodrun
()
app/src/main/java/com/brucetoo/imagebrowse/widget/PhotoView.java:977
MethodrunEnterAnimation
The enter animation scales the picture in from its previous imageUrl size/location, colorizing it in parallel. In parallel, the background of the acti
app/src/main/java/com/brucetoo/imagebrowse/PictureDetailsActivity.java:87
MethodrunExitAnimation
(final Runnable exit)
app/src/main/java/com/brucetoo/imagebrowse/ActivityTransitionExitHelper.java:137
MethodsetAdjustViewBounds
(boolean adjustViewBounds)
app/src/main/java/com/brucetoo/imagebrowse/widget/PhotoView.java:475
MethodsetBarColor
Sets the color of the spinning bar @param barColor The spinning bar color
app/src/main/java/com/brucetoo/activityanimation/widget/MaterialProgressBar.java:602
MethodsetBarColor
Sets the color of the spinning bar @param barColor The spinning bar color
app/src/main/java/com/brucetoo/imagebrowse/widget/MaterialProgressBar.java:602
MethodsetBarWidth
Sets the width of the spinning bar @param barWidth the spinning bar width in pixels
app/src/main/java/com/brucetoo/activityanimation/widget/MaterialProgressBar.java:583
MethodsetBarWidth
Sets the width of the spinning bar @param barWidth the spinning bar width in pixels
app/src/main/java/com/brucetoo/imagebrowse/widget/MaterialProgressBar.java:583
MethodsetCallback
(ProgressCallback progressCallback)
app/src/main/java/com/brucetoo/activityanimation/widget/MaterialProgressBar.java:242
MethodsetCallback
(ProgressCallback progressCallback)
app/src/main/java/com/brucetoo/imagebrowse/widget/MaterialProgressBar.java:242
MethodsetCircleRadius
Sets the radius of the wheel @param circleRadius the expected radius, in pixels
app/src/main/java/com/brucetoo/activityanimation/widget/MaterialProgressBar.java:564
MethodsetCircleRadius
Sets the radius of the wheel @param circleRadius the expected radius, in pixels
app/src/main/java/com/brucetoo/imagebrowse/widget/MaterialProgressBar.java:564
MethodsetImageResource
(int resId)
app/src/main/java/com/brucetoo/imagebrowse/widget/PhotoView.java:151
MethodsetInstantProgress
Set the progress to a specific value, the bar will be set instantly to that value @param progress the progress between 0 and 1
app/src/main/java/com/brucetoo/activityanimation/widget/MaterialProgressBar.java:458
MethodsetInstantProgress
Set the progress to a specific value, the bar will be set instantly to that value @param progress the progress between 0 and 1
app/src/main/java/com/brucetoo/imagebrowse/widget/MaterialProgressBar.java:458
MethodsetLinearProgress
Sets the determinate progress mode @param isLinear if the progress should increase linearly
app/src/main/java/com/brucetoo/activityanimation/widget/MaterialProgressBar.java:545
MethodsetLinearProgress
Sets the determinate progress mode @param isLinear if the progress should increase linearly
app/src/main/java/com/brucetoo/imagebrowse/widget/MaterialProgressBar.java:545
MethodsetMaxAnimFromWaiteTime
(int wait)
app/src/main/java/com/brucetoo/imagebrowse/widget/PhotoView.java:147
MethodsetProgress
Set the progress to a specific value, the bar will smoothly animate until that value @param progress the progress between 0 and 1
app/src/main/java/com/brucetoo/activityanimation/widget/MaterialProgressBar.java:422
MethodsetProgress
Set the progress to a specific value, the bar will smoothly animate until that value @param progress the progress between 0 and 1
app/src/main/java/com/brucetoo/imagebrowse/widget/MaterialProgressBar.java:422
MethodsetRimColor
Sets the color of the wheel's contour @param rimColor the color for the wheel
app/src/main/java/com/brucetoo/activityanimation/widget/MaterialProgressBar.java:622
MethodsetRimColor
Sets the color of the wheel's contour @param rimColor the color for the wheel
app/src/main/java/com/brucetoo/imagebrowse/widget/MaterialProgressBar.java:622
MethodsetRimWidth
Sets the width of the wheel's contour @param rimWidth the width in pixels
app/src/main/java/com/brucetoo/activityanimation/widget/MaterialProgressBar.java:662
MethodsetRimWidth
Sets the width of the wheel's contour @param rimWidth the width in pixels
app/src/main/java/com/brucetoo/imagebrowse/widget/MaterialProgressBar.java:662
MethodsetSpinSpeed
Sets the base spinning speed, in full circle turns per second (1.0 equals on full turn in one second), this value also is applied for the smoothness w
app/src/main/java/com/brucetoo/activityanimation/widget/MaterialProgressBar.java:646
MethodsetSpinSpeed
Sets the base spinning speed, in full circle turns per second (1.0 equals on full turn in one second), this value also is applied for the smoothness w
app/src/main/java/com/brucetoo/imagebrowse/widget/MaterialProgressBar.java:646
Methodstart
(Class target)
app/src/main/java/com/brucetoo/imagebrowse/ActivityTransitionEnterHelper.java:39
Methodstop
()
app/src/main/java/com/brucetoo/imagebrowse/widget/ReboundContainer.java:229
MethodstopSpinning
Turn off spin mode
app/src/main/java/com/brucetoo/activityanimation/widget/MaterialProgressBar.java:387
MethodstopSpinning
Turn off spin mode
app/src/main/java/com/brucetoo/imagebrowse/widget/MaterialProgressBar.java:387
Methodwith
(Activity activity)
app/src/main/java/com/brucetoo/imagebrowse/ActivityTransitionEnterHelper.java:25
MethodwriteToParcel
(Parcel out, int flags)
app/src/main/java/com/brucetoo/activityanimation/widget/MaterialProgressBar.java:701
MethodwriteToParcel
(Parcel parcel, int i)
app/src/main/java/com/brucetoo/imagebrowse/widget/ImageInfo.java:95
MethodwriteToParcel
(Parcel out, int flags)
app/src/main/java/com/brucetoo/imagebrowse/widget/MaterialProgressBar.java:701
← previous201–250 of 250, ranked by callers