Searched refs:requestDisallowInterceptTouchEvent (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DBookmarkItem.java144 requestDisallowInterceptTouchEvent(!mEnableScrolling);
/packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
H A DSwipeableListView.java178 requestDisallowInterceptTouchEvent(true);
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DHandleView.java131 getParent().requestDisallowInterceptTouchEvent(true);
H A DOverlayView.java83 getParent().requestDisallowInterceptTouchEvent(true);
H A DHorizontalScrollView.java430 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:HorizontalScrollView
434 super.requestDisallowInterceptTouchEvent(disallowIntercept);
475 if (mParent != null) mParent.requestDisallowInterceptTouchEvent(true);
548 parent.requestDisallowInterceptTouchEvent(true);
571 parent.requestDisallowInterceptTouchEvent(true);
H A DZoomControl.java139 getParent().requestDisallowInterceptTouchEvent(true);
/packages/apps/Camera/src/com/android/camera/ui/
H A DSwitch.java250 getParent().requestDisallowInterceptTouchEvent(true);
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DAbsSeekBar.java512 mParent.requestDisallowInterceptTouchEvent(true);
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartSweepView.java473 getParent().requestDisallowInterceptTouchEvent(true);
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java486 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:ScrollerView
490 super.requestDisallowInterceptTouchEvent(disallowIntercept);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java919 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:PagedView
926 super.requestDisallowInterceptTouchEvent(disallowIntercept);
H A DDragLayer.java133 requestDisallowInterceptTouchEvent(true);

Completed in 224 milliseconds