Searched refs:setMotionEventSplittingEnabled (Results 1 - 5 of 5) 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.java49 void setMotionEventSplittingEnabled(ViewGroup group, boolean split); method in interface:ViewGroupCompat.ViewGroupCompatImpl
63 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { method in class:ViewGroupCompat.ViewGroupCompatStubImpl
97 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { method in class:ViewGroupCompat.ViewGroupCompatHCImpl
98 ViewGroupCompatHC.setMotionEventSplittingEnabled(group, split);
196 public static void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { method in class:ViewGroupCompat
197 IMPL.setMotionEventSplittingEnabled(group, split);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java87 setMotionEventSplittingEnabled(false);
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java395 ViewGroupCompat.setMotionEventSplittingEnabled(this, false);
/frameworks/base/core/java/android/view/
H A DViewGroup.java647 setMotionEventSplittingEnabled(a.getBoolean(attr, false));
2714 public void setMotionEventSplittingEnabled(boolean split) { method in class:ViewGroup

Completed in 1446 milliseconds