Don\\'t delay child pressed state in freeform mode am: a6aea9876e
am: 5b637aed1c
Change-Id: If94ef4d5fbf5142044797722bc0ffa86d0aa0dc4
This commit is contained in:
@@ -244,6 +244,11 @@ public class DecorCaptionView extends ViewGroup implements View.OnTouchListener,
|
||||
return mTouchDispatchList;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean shouldDelayChildPressedState() {
|
||||
return false;
|
||||
}
|
||||
|
||||
private boolean passedSlop(int x, int y) {
|
||||
return Math.abs(x - mTouchDownX) > mDragSlop || Math.abs(y - mTouchDownY) > mDragSlop;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user