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.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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java51 setMotionEventSplittingEnabled(false);
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java248 ViewGroupCompat.setMotionEventSplittingEnabled(this, false);
/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 449 milliseconds