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
61 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { method in class:ViewGroupCompat.ViewGroupCompatStubImpl
78 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { method in class:ViewGroupCompat.ViewGroupCompatHCImpl
79 ViewGroupCompatHC.setMotionEventSplittingEnabled(group, split);
160 public static void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { method in class:ViewGroupCompat
161 IMPL.setMotionEventSplittingEnabled(group, split);
/frameworks/base/core/java/android/view/
H A DViewGroup.java538 setMotionEventSplittingEnabled(a.getBoolean(attr, false));
2261 public void setMotionEventSplittingEnabled(boolean split) { method in class:ViewGroup

Completed in 85 milliseconds