Home
last modified time | relevance | path

Searched defs:setMotionEventSplittingEnabled (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
DViewGroupCompat.java49 void setMotionEventSplittingEnabled(ViewGroup group, boolean split); in setMotionEventSplittingEnabled() method
65 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { in setMotionEventSplittingEnabled() method in ViewGroupCompat.ViewGroupCompatStubImpl
99 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { in setMotionEventSplittingEnabled() method in ViewGroupCompat.ViewGroupCompatHCImpl
198 public static void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { in setMotionEventSplittingEnabled() method in ViewGroupCompat
/frameworks/support/compat/honeycomb/android/support/v4/view/
DViewGroupCompatHC.java26 public static void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { in setMotionEventSplittingEnabled() method in ViewGroupCompatHC
/frameworks/base/core/java/android/view/
DViewGroup.java2714 public void setMotionEventSplittingEnabled(boolean split) { in setMotionEventSplittingEnabled() method in ViewGroup