Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java229 final Rect sourceBounds = intent.getSourceBounds(); in onCreate() local
230 if (sourceBounds != null) { in onCreate()
231 mFloatingLayout.setChildTargetScreen(sourceBounds); in onCreate()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java1485 Rect sourceBounds = mSearchDropTargetBar.getSearchBarBounds(); in startSearch() local
1490 appSearchData, globalSearch, sourceBounds); in startSearch()