formatting changes
This commit is contained in:
parent
9412c723f7
commit
2458d28244
1 changed files with 3 additions and 3 deletions
|
|
@ -1275,8 +1275,8 @@ public final class PopupVideoPlayer extends Service {
|
||||||
//minimum threshold beyond which pinch gesture will work
|
//minimum threshold beyond which pinch gesture will work
|
||||||
int scaledTouchSlop = ViewConfiguration.get(PopupVideoPlayer.this).getScaledTouchSlop();
|
int scaledTouchSlop = ViewConfiguration.get(PopupVideoPlayer.this).getScaledTouchSlop();
|
||||||
|
|
||||||
if(firstPointerMoveX > scaledTouchSlop ||firstPointerMoveY > scaledTouchSlop ||
|
if (firstPointerMoveX > scaledTouchSlop ||firstPointerMoveY > scaledTouchSlop
|
||||||
secPointerMoveX > scaledTouchSlop || secPointerMoveY > scaledTouchSlop) {
|
|| secPointerMoveX > scaledTouchSlop || secPointerMoveY > scaledTouchSlop) {
|
||||||
|
|
||||||
double newWidth = popupWidth;
|
double newWidth = popupWidth;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue