Searched defs:sourceView (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditLayout.java53 public ActionMode startActionModeForChild(View sourceView, ActionMode.Callback cb) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDelegateViewHelper.java40 public DelegateViewHelper(View sourceView) { argument
41 setSourceView(sourceView);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1480 private void transformTouchEvent(MotionEvent ev, View sourceView, View targetView) { argument
1481 ev.offsetLocation(sourceView.getX(), sourceView.getY());

Completed in 2171 milliseconds