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.java168 public Rect getViewBounds(View v) { in getViewBounds() method in BaseDraggingActivity
208 intent.setSourceBounds(getViewBounds(v)); in startActivitySafely()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java158 Rect sourceBounds = mTarget.getViewBounds(view); in onClick()