Ensure forwarding listener target is long-clickable
Bug: 28550349 Change-Id: Id9bb74eee0c91919e3167e3a8a316e3921652df5
This commit is contained in:
@@ -58,13 +58,14 @@ public abstract class ForwardingListener
|
||||
|
||||
public ForwardingListener(View src) {
|
||||
mSrc = src;
|
||||
src.setLongClickable(true);
|
||||
src.addOnAttachStateChangeListener(this);
|
||||
|
||||
mScaledTouchSlop = ViewConfiguration.get(src.getContext()).getScaledTouchSlop();
|
||||
mTapTimeout = ViewConfiguration.getTapTimeout();
|
||||
|
||||
// Use a medium-press timeout. Halfway between tap and long-press.
|
||||
mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2;
|
||||
|
||||
src.addOnAttachStateChangeListener(this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user