Skip to content

Commit fe7008f

Browse files
committed
12/6
1 parent c174acf commit fe7008f

73 files changed

Lines changed: 150 additions & 150 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/src/main/java/com/duokan/core/ui/es.java renamed to app/src/main/java/com/duokan/core/ui/OnTouchChangeListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import android.graphics.PointF;
44
import android.view.View;
55

6-
public interface es {
6+
public interface OnTouchChangeListener {
77
void onTouchCancel(View view, PointF pointF);
88

99
void onTouchDown(View view, PointF pointF);

app/src/main/java/com/duokan/core/ui/as.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected void a(View view, boolean z) {
3939
this.e = 0;
4040
}
4141

42-
protected void a(View view, MotionEvent motionEvent, boolean z, es esVar) {
42+
protected void a(View view, MotionEvent motionEvent, boolean z, OnTouchChangeListener esVar) {
4343
if (esVar instanceof au) {
4444
au auVar = (au) esVar;
4545
if (motionEvent.getPointerCount() > 1) {

app/src/main/java/com/duokan/core/ui/au.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
import android.graphics.PointF;
44
import android.view.View;
55

6-
public interface au extends es {
6+
public interface au extends OnTouchChangeListener {
77
void a(View view, PointF pointF, int i);
88
}

app/src/main/java/com/duokan/core/ui/bu.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protected void a(View view, boolean z) {
2323
this.e = false;
2424
}
2525

26-
protected void a(View view, MotionEvent motionEvent, boolean z, es esVar) {
26+
protected void a(View view, MotionEvent motionEvent, boolean z, OnTouchChangeListener esVar) {
2727
if (esVar instanceof bw) {
2828
bw bwVar = (bw) esVar;
2929
if (motionEvent.getPointerCount() > 1) {

app/src/main/java/com/duokan/core/ui/bw.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
import android.graphics.PointF;
44
import android.view.View;
55

6-
public interface bw extends es {
6+
public interface bw extends OnTouchChangeListener {
77
void a(View view, PointF pointF);
88
}

app/src/main/java/com/duokan/core/ui/cb.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ protected void a(View view, boolean z) {
1414
a(null);
1515
}
1616

17-
protected void a(View view, MotionEvent motionEvent, boolean z, es esVar) {
17+
protected void a(View view, MotionEvent motionEvent, boolean z, OnTouchChangeListener esVar) {
1818
jn jnVar = new jn(view, motionEvent);
1919
if (esVar instanceof cc) {
2020
cc ccVar = (cc) esVar;

app/src/main/java/com/duokan/core/ui/cc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
import android.graphics.PointF;
44
import android.view.View;
55

6-
public interface cc extends es {
6+
public interface cc extends OnTouchChangeListener {
77
void a(View view, PointF pointF, float f);
88
}

app/src/main/java/com/duokan/core/ui/cd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected void a(View view, boolean z) {
2525
this.e = false;
2626
}
2727

28-
protected void a(View view, MotionEvent motionEvent, boolean z, es esVar) {
28+
protected void a(View view, MotionEvent motionEvent, boolean z, OnTouchChangeListener esVar) {
2929
jn jnVar = new jn(view, motionEvent);
3030
if (esVar instanceof ce) {
3131
ce ceVar = (ce) esVar;

app/src/main/java/com/duokan/core/ui/ce.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
import android.graphics.PointF;
44
import android.view.View;
55

6-
public interface ce extends es {
6+
public interface ce extends OnTouchChangeListener {
77
void a(er erVar, View view, PointF pointF, float f);
88
}

app/src/main/java/com/duokan/core/ui/ct.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ protected void a(View view, boolean z) {
1111
a(null);
1212
}
1313

14-
protected void a(View view, MotionEvent motionEvent, boolean z, es esVar) {
15-
if (esVar instanceof cu) {
16-
cu cuVar = (cu) esVar;
14+
protected void a(View view, MotionEvent motionEvent, boolean z, OnTouchChangeListener esVar) {
15+
if (esVar instanceof onTapListener) {
16+
onTapListener cuVar = (onTapListener) esVar;
1717
if (this.a == null) {
1818
if (motionEvent.getPointerCount() == 1) {
1919
a(motionEvent);

0 commit comments

Comments
 (0)