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.java50 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split); method in interface:ViewGroupCompat.ViewGroupCompatImpl
63 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { method in class:ViewGroupCompat.ViewGroupCompatStubImpl
89 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { method in class:ViewGroupCompat.ViewGroupCompatHCImpl
90 ViewGroupCompatHC.setMotionEventSplittingEnabled(group, split);
185 public static void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { method in class:ViewGroupCompat
186 IMPL.setMotionEventSplittingEnabled(group, split);
/frameworks/base/core/java/android/view/
H A DViewGroup.java566 setMotionEventSplittingEnabled(a.getBoolean(attr, false));
2450 public void setMotionEventSplittingEnabled(boolean split) { method in class:ViewGroup

Completed in 850 milliseconds