Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanTruba/AndroidTouchGallery
/ functions
Functions
100 in github.com/RomanTruba/AndroidTouchGallery
⨍
Functions
100
◇
Types & classes
23
↓ 15 callers
Method
getX
()
library/src/ru/truba/touchgallery/TouchView/WrapMotionEvent.java:46
↓ 15 callers
Method
getY
()
library/src/ru/truba/touchgallery/TouchView/WrapMotionEvent.java:55
↓ 6 callers
Method
fillMatrixXY
()
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:359
↓ 6 callers
Method
getAction
()
library/src/ru/truba/touchgallery/TouchView/WrapMotionEvent.java:42
↓ 5 callers
Method
setScaleType
(ScaleType scaleType)
library/src/ru/truba/touchgallery/TouchView/UrlTouchImageView.java:80
↓ 4 callers
Method
calcPadding
()
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:354
↓ 4 callers
Method
checkAndSetTranslate
(float deltaX, float deltaY)
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:308
↓ 4 callers
Method
getImageView
()
library/src/ru/truba/touchgallery/TouchView/UrlTouchImageView.java:55
↓ 3 callers
Method
scaleMatrixToBounds
()
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:365
↓ 3 callers
Method
spacing
Determine the space between the first two fingers
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:413
↓ 3 callers
Method
verifyPointerIndex
(int pointerIndex)
library/src/ru/truba/touchgallery/TouchView/WrapMotionEvent.java:73
↓ 2 callers
Method
checkSiding
()
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:340
↓ 2 callers
Method
createElement
(String title, String subtitle)
example/src/ru/truba/touchgallery/MainActivity.java:29
↓ 2 callers
Method
handleMotionEvent
(MotionEvent event)
library/src/ru/truba/touchgallery/GalleryWidget/GalleryViewPager.java:51
↓ 2 callers
Method
init
()
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:115
↓ 2 callers
Method
init
()
library/src/ru/truba/touchgallery/TouchView/UrlTouchImageView.java:57
↓ 2 callers
Method
isAClick
(float startX, float endX, float startY, float endY)
library/src/ru/truba/touchgallery/GalleryWidget/GalleryViewPager.java:163
↓ 2 callers
Method
onItemClicked
(View view, int position)
library/src/ru/truba/touchgallery/GalleryWidget/GalleryViewPager.java:173
↓ 2 callers
Method
pagerCanScroll
()
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:287
↓ 2 callers
Method
setImageBitmap
(Bitmap bm)
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:372
↓ 2 callers
Method
setOnItemChangeListener
(OnItemChangeListener listener)
library/src/ru/truba/touchgallery/GalleryWidget/BasePagerAdapter.java:96
↓ 2 callers
Method
setProgressListener
(InputStreamProgressListener listener)
library/src/ru/truba/touchgallery/TouchView/InputStreamWrapper.java:30
↓ 2 callers
Method
setUrl
(String imagePath)
library/src/ru/truba/touchgallery/TouchView/FileTouchImageView.java:42
↓ 2 callers
Method
setUrl
(String imageUrl)
library/src/ru/truba/touchgallery/TouchView/UrlTouchImageView.java:75
↓ 1 callers
Method
copy
(InputStream in, File dst)
example/src/ru/truba/touchgallery/GalleryFileActivity.java:74
↓ 1 callers
Method
createAdapter
()
example/src/ru/truba/touchgallery/MainActivity.java:43
↓ 1 callers
Method
distanceBetween
(PointF left, PointF right)
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:408
↓ 1 callers
Method
getData
()
example/src/ru/truba/touchgallery/MainActivity.java:36
↓ 1 callers
Method
getPointerCount
()
library/src/ru/truba/touchgallery/TouchView/WrapMotionEvent.java:64
↓ 1 callers
Method
midPoint
Calculate the mid point of the first two fingers
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:421
↓ 1 callers
Method
midPointF
(WrapMotionEvent event)
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:427
↓ 1 callers
Method
onItemChange
(int currentPosition)
library/src/ru/truba/touchgallery/GalleryWidget/BasePagerAdapter.java:100
↓ 1 callers
Method
onProgress
(float progressValue, long bytesLoaded, long bytesTotal)
library/src/ru/truba/touchgallery/TouchView/InputStreamWrapper.java:37
↓ 1 callers
Method
onTouchEvent
(MotionEvent event)
library/src/ru/truba/touchgallery/GalleryWidget/GalleryViewPager.java:65
↓ 1 callers
Method
read
(byte[] buffer, int offset, int byteCount)
library/src/ru/truba/touchgallery/TouchView/InputStreamWrapper.java:18
↓ 1 callers
Method
resetScale
()
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:273
↓ 1 callers
Method
wrap
(MotionEvent event)
library/src/ru/truba/touchgallery/TouchView/WrapMotionEvent.java:32
Method
BasePagerAdapter
()
library/src/ru/truba/touchgallery/GalleryWidget/BasePagerAdapter.java:38
Method
EclairMotionEvent
(MotionEvent event)
library/src/ru/truba/touchgallery/TouchView/EclairMotionEvent.java:24
Method
FilePagerAdapter
(Context context, List<String> resources)
library/src/ru/truba/touchgallery/GalleryWidget/FilePagerAdapter.java:33
Method
FileTouchImageView
(Context ctx)
library/src/ru/truba/touchgallery/TouchView/FileTouchImageView.java:32
Method
GalleryViewPager
(Context context)
library/src/ru/truba/touchgallery/GalleryWidget/GalleryViewPager.java:44
Method
InfinityFilePagerAdapter
(Context context, List<String> resources)
library/src/ru/truba/touchgallery/GalleryWidget/InfinityFilePagerAdapter.java:42
Method
InfinityUrlAdapter
(Context context, List<String> resources)
library/src/ru/truba/touchgallery/GalleryWidget/InfinityUrlAdapter.java:24
Method
InputStreamWrapper
(InputStream in, int size, long contentLen)
library/src/ru/truba/touchgallery/TouchView/InputStreamWrapper.java:11
Method
TimeHandler
(TouchImageView view)
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:510
Method
TouchImageView
(Context context)
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:99
Method
UrlPagerAdapter
(Context context, List<String> resources)
library/src/ru/truba/touchgallery/GalleryWidget/UrlPagerAdapter.java:33
Method
UrlTouchImageView
(Context ctx)
library/src/ru/truba/touchgallery/TouchView/UrlTouchImageView.java:42
Method
WrapMotionEvent
(MotionEvent event)
library/src/ru/truba/touchgallery/TouchView/WrapMotionEvent.java:28
Method
destroyItem
(ViewGroup collection, int position, Object view)
library/src/ru/truba/touchgallery/GalleryWidget/BasePagerAdapter.java:62
Method
doInBackground
(String... strings)
library/src/ru/truba/touchgallery/TouchView/FileTouchImageView.java:49
Method
doInBackground
(String... strings)
library/src/ru/truba/touchgallery/TouchView/UrlTouchImageView.java:87
Method
finishUpdate
(ViewGroup arg0)
library/src/ru/truba/touchgallery/GalleryWidget/BasePagerAdapter.java:78
Method
getCount
()
library/src/ru/truba/touchgallery/GalleryWidget/BasePagerAdapter.java:67
Method
getCount
()
library/src/ru/truba/touchgallery/GalleryWidget/InfinityFilePagerAdapter.java:77
Method
getCount
()
library/src/ru/truba/touchgallery/GalleryWidget/InfinityUrlAdapter.java:58
Method
getCurrentPosition
()
library/src/ru/truba/touchgallery/GalleryWidget/BasePagerAdapter.java:94
Method
getPointerCount
()
library/src/ru/truba/touchgallery/TouchView/EclairMotionEvent.java:36
Method
getPointerId
(int pointerIndex)
library/src/ru/truba/touchgallery/TouchView/WrapMotionEvent.java:68
Method
getPointerId
(int pointerIndex)
library/src/ru/truba/touchgallery/TouchView/EclairMotionEvent.java:40
Method
getX
(int pointerIndex)
library/src/ru/truba/touchgallery/TouchView/EclairMotionEvent.java:28
Method
getY
(int pointerIndex)
library/src/ru/truba/touchgallery/TouchView/EclairMotionEvent.java:32
Method
handleMessage
(Message msg)
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:514
Method
instantiateItem
(ViewGroup collection, int position)
library/src/ru/truba/touchgallery/GalleryWidget/InfinityFilePagerAdapter.java:54
Method
instantiateItem
(ViewGroup collection, int position)
library/src/ru/truba/touchgallery/GalleryWidget/InfinityUrlAdapter.java:37
Method
instantiateItem
(ViewGroup collection, int position)
library/src/ru/truba/touchgallery/GalleryWidget/FilePagerAdapter.java:44
Method
instantiateItem
(ViewGroup collection, final int position)
library/src/ru/truba/touchgallery/GalleryWidget/UrlPagerAdapter.java:44
Method
isViewFromObject
(View view, Object object)
library/src/ru/truba/touchgallery/GalleryWidget/BasePagerAdapter.java:73
Method
isZoomToOriginalSize
()
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:89
Method
onCreate
(Bundle savedInstanceState)
example/src/ru/truba/touchgallery/GalleryUrlActivity.java:34
Method
onCreate
(Bundle savedInstanceState)
example/src/ru/truba/touchgallery/MainActivity.java:21
Method
onCreate
(Bundle savedInstanceState)
example/src/ru/truba/touchgallery/GalleryFileActivity.java:38
Method
onDraw
(Canvas canvas)
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:293
Method
onInterceptTouchEvent
(MotionEvent event)
library/src/ru/truba/touchgallery/GalleryWidget/GalleryViewPager.java:119
Method
onItemChange
(int currentPosition)
example/src/ru/truba/touchgallery/GalleryUrlActivity.java:51
Method
onItemChange
(int currentPosition)
example/src/ru/truba/touchgallery/GalleryFileActivity.java:63
Method
onListItemClick
(ListView l, View v, int position, long id)
example/src/ru/truba/touchgallery/MainActivity.java:52
Method
onMeasure
(int widthMeasureSpec, int heightMeasureSpec)
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:378
Method
onPostExecute
(Bitmap bitmap)
library/src/ru/truba/touchgallery/TouchView/UrlTouchImageView.java:116
Method
onProgress
(float progressValue, long bytesLoaded, long bytesTotal)
library/src/ru/truba/touchgallery/TouchView/FileTouchImageView.java:59
Method
onProgress
(float progressValue, long bytesLoaded, long bytesTotal)
library/src/ru/truba/touchgallery/TouchView/UrlTouchImageView.java:100
Method
onProgressUpdate
(Integer... values)
library/src/ru/truba/touchgallery/TouchView/UrlTouchImageView.java:133
Method
onScale
(ScaleGestureDetector detector)
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:453
Method
onScaleBegin
(ScaleGestureDetector detector)
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:447
Method
onTouch
(View v, MotionEvent rawEvent)
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:127
Method
restoreState
(Parcelable arg0, ClassLoader arg1)
library/src/ru/truba/touchgallery/GalleryWidget/BasePagerAdapter.java:82
Method
run
()
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:441
Method
saveState
()
library/src/ru/truba/touchgallery/GalleryWidget/BasePagerAdapter.java:86
Method
setOnClickListener
(OnClickListener l)
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:434
Method
setOnItemClickListener
(OnItemClickListener listener)
library/src/ru/truba/touchgallery/GalleryWidget/GalleryViewPager.java:177
Method
setPrimaryItem
(ViewGroup container, final int position, Object object)
library/src/ru/truba/touchgallery/GalleryWidget/BasePagerAdapter.java:50
Method
setPrimaryItem
(ViewGroup container, int position, Object object)
library/src/ru/truba/touchgallery/GalleryWidget/InfinityFilePagerAdapter.java:48
Method
setPrimaryItem
(ViewGroup container, int position, Object object)
library/src/ru/truba/touchgallery/GalleryWidget/InfinityUrlAdapter.java:31
Method
setPrimaryItem
(ViewGroup container, int position, Object object)
library/src/ru/truba/touchgallery/GalleryWidget/FilePagerAdapter.java:38
Method
setPrimaryItem
(ViewGroup container, int position, Object object)
library/src/ru/truba/touchgallery/GalleryWidget/UrlPagerAdapter.java:38
Method
setScaleTypeForImageView
Set Scaletype for ImageView @param scaletype
library/src/ru/truba/touchgallery/GalleryWidget/InfinityFilePagerAdapter.java:73
Method
setScaleTypeForImageView
Set Scaletype for ImageView @param scaletype
library/src/ru/truba/touchgallery/GalleryWidget/InfinityUrlAdapter.java:54
Method
setZoomToOriginalSize
(boolean zoomToOriginalSize)
library/src/ru/truba/touchgallery/TouchView/TouchImageView.java:93
Method
startUpdate
(ViewGroup arg0)
library/src/ru/truba/touchgallery/GalleryWidget/BasePagerAdapter.java:91