-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
23 changed files
with
36 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file modified
0
library/src/main/java/cc/shinichi/library/view/ImagePreviewActivity.kt
100755 → 100644
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
library/src/main/java/cc/shinichi/library/view/listener/OnPageDragListener.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
package cc.shinichi.library.view.listener | ||
|
||
import android.view.MotionEvent | ||
|
||
/** | ||
* @author 工藤 | ||
* @email [email protected] | ||
* cc.shinichi.library.view.listener | ||
* create at 2018/12/19 16:23 | ||
* description: 页面拖拽回调 | ||
*/ | ||
abstract class OnPageDragListener { | ||
abstract fun onDrag(event: MotionEvent?, translationY: Float) | ||
} |
Empty file modified
0
library/src/main/java/cc/shinichi/library/view/photoview/CustomGestureDetector.java
100755 → 100644
Empty file.
Empty file modified
0
library/src/main/java/cc/shinichi/library/view/subsampling/ImageSource.java
100755 → 100644
Empty file.
Empty file modified
0
library/src/main/java/cc/shinichi/library/view/subsampling/ImageViewState.java
100755 → 100644
Empty file.
Empty file modified
0
library/src/main/java/cc/shinichi/library/view/subsampling/SubsamplingScaleImageView.java
100755 → 100644
Empty file.
Empty file modified
0
library/src/main/java/cc/shinichi/library/view/subsampling/decoder/CompatDecoderFactory.java
100755 → 100644
Empty file.
Empty file modified
0
library/src/main/java/cc/shinichi/library/view/subsampling/decoder/DecoderFactory.java
100755 → 100644
Empty file.
Empty file modified
0
library/src/main/java/cc/shinichi/library/view/subsampling/decoder/ImageDecoder.java
100755 → 100644
Empty file.
Empty file modified
0
library/src/main/java/cc/shinichi/library/view/subsampling/decoder/ImageRegionDecoder.java
100755 → 100644
Empty file.
Empty file modified
0
library/src/main/java/cc/shinichi/library/view/subsampling/decoder/SkiaImageDecoder.java
100755 → 100644
Empty file.
Empty file modified
0
...ry/src/main/java/cc/shinichi/library/view/subsampling/decoder/SkiaImageRegionDecoder.java
100755 → 100644
Empty file.
Empty file modified
0
.../main/java/cc/shinichi/library/view/subsampling/decoder/SkiaPooledImageRegionDecoder.java
100755 → 100644
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.