Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MukeshKumar009/EcomSample
/ functions
Functions
357 in github.com/MukeshKumar009/EcomSample
⨍
Functions
357
◇
Types & classes
57
↓ 18 callers
Method
getImageView
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:299
↓ 11 callers
Method
get
()
app/src/main/java/com/allandroidprojects/ecomsample/cache/ImagePipelineConfigFactory.java:81
↓ 10 callers
Method
getLogger
()
app/src/main/java/com/allandroidprojects/ecomsample/log/LogManager.java:31
↓ 8 callers
Method
d
Send a {@link android.util.Log#DEBUG} log message. @param tag Used to identify the source of a log message. It usually identifies the cla
app/src/main/java/com/allandroidprojects/ecomsample/log/Logger.java:48
↓ 7 callers
Method
getDrawMatrix
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:686
↓ 7 callers
Method
setScale
Changes the current scale to the specified value. @param scale - Value to scale to
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/IPhotoView.java:264
↓ 6 callers
Method
addFragment
(Fragment fragment, String title)
app/src/main/java/com/allandroidprojects/ecomsample/startup/MainActivity.java:206
↓ 6 callers
Method
checkAndDisplayMatrix
Helper method that simply checks the Matrix, and then displays the result
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:702
↓ 6 callers
Method
i
Send an {@link android.util.Log#INFO} log message. @param tag Used to identify the source of a log message. It usually identifies the cla
app/src/main/java/com/allandroidprojects/ecomsample/log/Logger.java:67
↓ 6 callers
Method
onTouchEvent
(MotionEvent ev)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/gestures/GestureDetector.java:22
↓ 5 callers
Method
setOnDoubleTapListener
Sets custom double tap listener, to intercept default given functions. To reset behavior to default, you can just pass in "null" or public field of Ph
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/IPhotoView.java:340
↓ 5 callers
Method
update
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:664
↓ 4 callers
Method
checkMatrixBounds
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:723
↓ 4 callers
Method
checkZoomLevels
(float minZoom, float midZoom, float maxZoom)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:73
↓ 4 callers
Method
getMediumScale
@return The current medium scale level. What this value represents depends on the current {@link ImageView.ScaleType}.
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/IPhotoView.java:92
↓ 4 callers
Method
getScale
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:349
↓ 4 callers
Method
init
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoView.java:75
↓ 4 callers
Method
isScaling
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/gestures/GestureDetector.java:24
↓ 4 callers
Method
setImageURI
(Uri uri)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoView.java:239
↓ 4 callers
Method
setImageViewMatrix
(Matrix matrix)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:844
↓ 3 callers
Method
getActiveX
(MotionEvent ev)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/gestures/CupcakeGestureDetector.java:49
↓ 3 callers
Method
getActiveY
(MotionEvent ev)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/gestures/CupcakeGestureDetector.java:53
↓ 3 callers
Method
getDisplayRect
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:253
↓ 3 callers
Method
getDisplayRect
Gets the Display Rectangle of the currently displayed Drawable. The Rectangle is relative to this View and includes all scaling and translations. @re
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/IPhotoView.java:45
↓ 3 callers
Method
getImageViewHeight
(ImageView imageView)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:934
↓ 3 callers
Method
getImageViewWidth
(ImageView imageView)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:928
↓ 3 callers
Method
getMaximumScale
@return The current maximum scale level. What this value represents depends on the current {@link ImageView.ScaleType}.
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/IPhotoView.java:107
↓ 3 callers
Method
getOnPhotoTapListener
Returns a listener to be invoked when the Photo displayed by this View is tapped with a single tap. @return PhotoViewAttacher.OnPhotoTapListener curr
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/IPhotoView.java:229
↓ 3 callers
Method
getOnViewTapListener
Returns a callback listener to be invoked when the View is tapped with a single tap. @return PhotoViewAttacher.OnViewTapListener currently set, may b
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/IPhotoView.java:257
↓ 3 callers
Method
getScale
Returns the current scale value @return float - current scale value
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/IPhotoView.java:114
↓ 3 callers
Method
getScaleType
Return the current scale type in use by the ImageView. @return current ImageView.ScaleType
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/IPhotoView.java:121
↓ 3 callers
Method
launchHomeScreen
()
app/src/main/java/com/allandroidprojects/ecomsample/startup/WelcomeActivity.java:122
↓ 3 callers
Method
postOnAnimation
(View view, Runnable runnable)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/Compat.java:28
↓ 3 callers
Method
setNotifyCount
(int numMessages)
app/src/main/java/com/allandroidprojects/ecomsample/notification/NotificationCountSetClass.java:23
↓ 3 callers
Method
setScaleType
Controls how the image should be resized or moved to match the size of the ImageView. Any scaling or panning will happen within the confines of this {
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/IPhotoView.java:291
↓ 3 callers
Method
updateBaseMatrix
Calculate Matrix for FIT_CENTER @param d - Drawable being displayed
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:866
↓ 2 callers
Method
addBottomDots
(int currentPage)
app/src/main/java/com/allandroidprojects/ecomsample/startup/WelcomeActivity.java:99
↓ 2 callers
Method
addCartListImageUri
(String wishlistImageUri)
app/src/main/java/com/allandroidprojects/ecomsample/utility/ImageUrlUtils.java:244
↓ 2 callers
Method
cancelFling
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:692
↓ 2 callers
Method
cleanup
Clean-up the resources attached to this object. This needs to be called when the ImageView is no longer used. A good example is from {@link View#onDet
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:218
↓ 2 callers
Method
e
Send an {@link android.util.Log#ERROR} log message. @param tag Used to identify the source of a log message. It usually identifies the cl
app/src/main/java/com/allandroidprojects/ecomsample/log/Logger.java:105
↓ 2 callers
Method
getImageUrls
()
app/src/main/java/com/allandroidprojects/ecomsample/utility/ImageUrlUtils.java:12
↓ 2 callers
Method
getMinimumScale
@return The current minimum scale level. What this value represents depends on the current {@link ImageView.ScaleType}.
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/IPhotoView.java:77
↓ 2 callers
Method
getValue
Helper method that 'unpacks' a Matrix and returns the required value @param matrix - Matrix to unpack @param whichValue - Which value from Matrix
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:830
↓ 2 callers
Method
handleIntent
(Intent intent)
app/src/main/java/com/allandroidprojects/ecomsample/options/SearchResultActivity.java:45
↓ 2 callers
Method
isDragging
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/gestures/GestureDetector.java:26
↓ 2 callers
Method
onScale
(float scaleFactor, float focusX, float focusY)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/gestures/OnGestureListener.java:25
↓ 2 callers
Method
onUpdate
(int progress)
app/src/main/java/com/allandroidprojects/ecomsample/miscellaneous/ImageDownloadListener.java:7
↓ 2 callers
Method
resetMatrix
Resets the Matrix back to FIT_CENTER, and then displays it.s
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:838
↓ 2 callers
Method
setImageViewScaleTypeMatrix
Set's the ImageView's ScaleType to Matrix.
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:112
↓ 2 callers
Method
setRotationTo
Enables rotation via PhotoView internal functions. @param rotationDegree - Degree to rotate PhotoView to, should be in range 0 to 360
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/IPhotoView.java:243
↓ 2 callers
Method
v
Send a {@link android.util.Log#VERBOSE} log message. @param tag Used to identify the source of a log message. It usually identifies the c
app/src/main/java/com/allandroidprojects/ecomsample/log/Logger.java:29
↓ 2 callers
Method
w
Send a {@link android.util.Log#WARN} log message. @param tag Used to identify the source of a log message. It usually identifies the clas
app/src/main/java/com/allandroidprojects/ecomsample/log/Logger.java:86
↓ 1 callers
Method
addWishlistImageUri
(String wishlistImageUri)
app/src/main/java/com/allandroidprojects/ecomsample/utility/ImageUrlUtils.java:233
↓ 1 callers
Method
canZoom
Returns true if the PhotoView is set to allow zooming of Photos. @return true if the PhotoView allows zooming.
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/IPhotoView.java:37
↓ 1 callers
Method
cancelFling
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:1063
↓ 1 callers
Method
changeStatusBarColor
Making notification bar transparent
app/src/main/java/com/allandroidprojects/ecomsample/startup/WelcomeActivity.java:161
↓ 1 callers
Method
checkImageViewScaleType
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:708
↓ 1 callers
Method
computeScrollOffset
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/scrollerproxy/IcsScroller.java:28
↓ 1 callers
Method
configureCaches
Configures disk and memory cache not to exceed common limits
app/src/main/java/com/allandroidprojects/ecomsample/cache/ImagePipelineConfigFactory.java:71
↓ 1 callers
Method
createFile
(String folderPath, String fileName)
app/src/main/java/com/allandroidprojects/ecomsample/cache/ImagePipelineConfigFactory.java:105
↓ 1 callers
Method
fling
(int viewWidth, int viewHeight, int velocityX, int velocityY)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:1070
↓ 1 callers
Method
forceFinished
(boolean finished)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/scrollerproxy/ScrollerProxy.java:39
↓ 1 callers
Method
getBooksUrls
()
app/src/main/java/com/allandroidprojects/ecomsample/utility/ImageUrlUtils.java:211
↓ 1 callers
Method
getCacheDir
()
app/src/main/java/com/allandroidprojects/ecomsample/cache/FileCache.java:27
↓ 1 callers
Method
getCartListImageUri
()
app/src/main/java/com/allandroidprojects/ecomsample/utility/ImageUrlUtils.java:252
↓ 1 callers
Method
getCurrX
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/scrollerproxy/ScrollerProxy.java:43
↓ 1 callers
Method
getCurrY
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/scrollerproxy/ScrollerProxy.java:45
↓ 1 callers
Method
getDisplayMatrix
Gets the Display Matrix of the currently displayed Drawable. The Rectangle is considered relative to this View and includes all scaling and translatio
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/IPhotoView.java:62
↓ 1 callers
Method
getElectronicsUrls
()
app/src/main/java/com/allandroidprojects/ecomsample/utility/ImageUrlUtils.java:166
↓ 1 callers
Method
getExternalCacheDir
(final Context context)
app/src/main/java/com/allandroidprojects/ecomsample/cache/ImagePipelineConfigFactory.java:92
↓ 1 callers
Method
getHomeApplianceUrls
()
app/src/main/java/com/allandroidprojects/ecomsample/utility/ImageUrlUtils.java:144
↓ 1 callers
Method
getImagePipelineConfig
Creates config using android http stack as network backend.
app/src/main/java/com/allandroidprojects/ecomsample/cache/ImagePipelineConfigFactory.java:45
↓ 1 callers
Method
getItem
(int position)
app/src/main/java/com/allandroidprojects/ecomsample/startup/MainActivity.java:211
↓ 1 callers
Method
getItem
(int i)
app/src/main/java/com/allandroidprojects/ecomsample/startup/WelcomeActivity.java:118
↓ 1 callers
Method
getLifeStyleUrls
()
app/src/main/java/com/allandroidprojects/ecomsample/utility/ImageUrlUtils.java:188
↓ 1 callers
Method
getMaximumScale
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:344
↓ 1 callers
Method
getMaximumScale
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoView.java:164
↓ 1 callers
Method
getMediumScale
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:333
↓ 1 callers
Method
getMediumScale
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoView.java:153
↓ 1 callers
Method
getMinimumScale
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:322
↓ 1 callers
Method
getMinimumScale
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoView.java:142
↓ 1 callers
Method
getOffersUrls
()
app/src/main/java/com/allandroidprojects/ecomsample/utility/ImageUrlUtils.java:124
↓ 1 callers
Method
getPointerIndex
(int action)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/Compat.java:41
↓ 1 callers
Method
getPointerIndexEclair
(int action)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/Compat.java:48
↓ 1 callers
Method
getPointerIndexHoneyComb
(int action)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/Compat.java:54
↓ 1 callers
Method
getScroller
(Context context)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/scrollerproxy/ScrollerProxy.java:24
↓ 1 callers
Method
getVisibleRectangleBitmap
Extracts currently visible area to Bitmap object, if there is no image loaded yet or the ImageView is already destroyed, returns {@code null} @return
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/IPhotoView.java:316
↓ 1 callers
Method
getWishlistImageUri
()
app/src/main/java/com/allandroidprojects/ecomsample/utility/ImageUrlUtils.java:241
↓ 1 callers
Method
hasDrawable
@return true if the ImageView exists, and it's Drawable existss
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:87
↓ 1 callers
Method
hasExternalCacheDir
()
app/src/main/java/com/allandroidprojects/ecomsample/cache/ImagePipelineConfigFactory.java:101
↓ 1 callers
Method
interpolate
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:1046
↓ 1 callers
Method
isFinished
()
app/src/main/java/com/allandroidprojects/ecomsample/photoview/scrollerproxy/ScrollerProxy.java:41
↓ 1 callers
Method
isFirstTimeLaunch
()
app/src/main/java/com/allandroidprojects/ecomsample/utility/PrefManager.java:33
↓ 1 callers
Method
isLocked
()
app/src/main/java/com/allandroidprojects/ecomsample/fragments/HackyViewPager.java:67
↓ 1 callers
Method
isSupportedScaleType
@return true if the ScaleType is supported.
app/src/main/java/com/allandroidprojects/ecomsample/photoview/view/PhotoViewAttacher.java:94
↓ 1 callers
Method
isViewPagerActive
()
app/src/main/java/com/allandroidprojects/ecomsample/fragments/ViewPagerActivity.java:106
↓ 1 callers
Method
newInstance
(Context context, OnGestureListener listener)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/gestures/VersionedGestureDetector.java:24
↓ 1 callers
Method
onDrag
(float dx, float dy)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/gestures/OnGestureListener.java:20
↓ 1 callers
Method
onFling
(float startX, float startY, float velocityX, float velocityY)
app/src/main/java/com/allandroidprojects/ecomsample/photoview/gestures/OnGestureListener.java:22
next →
1–100 of 357, ranked by callers