Home
last modified time | relevance | path

Searched refs:getViewBounds (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DBaseDraggingActivity.java123 public Rect getViewBounds(View v) { in getViewBounds() method in BaseDraggingActivity
153 intent.setSourceBounds(getViewBounds(v)); in startActivitySafely()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java162 Rect sourceBounds = activity.getViewBounds(view); in getOnClickListener()