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

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewGroupCompatHC.java26 public static void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { method in class:ViewGroupCompatHC
27 group.setMotionEventSplittingEnabled(split);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewGroupCompat.java34 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split); method in interface:ViewGroupCompat.ViewGroupCompatImpl
43 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { method in class:ViewGroupCompat.ViewGroupCompatStubImpl
50 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { method in class:ViewGroupCompat.ViewGroupCompatHCImpl
51 ViewGroupCompatHC.setMotionEventSplittingEnabled(group, split);
118 public static void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { method in class:ViewGroupCompat
119 IMPL.setMotionEventSplittingEnabled(group, split);
/frameworks/base/core/java/android/view/
H A DViewGroup.java527 setMotionEventSplittingEnabled(a.getBoolean(attr, false));
2256 public void setMotionEventSplittingEnabled(boolean split) { method in class:ViewGroup

Completed in 177 milliseconds