Home
last modified time | relevance | path

Searched refs:getSearchBarBounds (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java521 Rect getSearchBarBounds() { in getSearchBarBounds() method in DeviceProfile
522 return getSearchBarBounds(isLandscape ? CellLayout.LANDSCAPE : CellLayout.PORTRAIT); in getSearchBarBounds()
525 Rect getSearchBarBounds(int orientation) { in getSearchBarBounds() method in DeviceProfile
586 Rect searchBarBounds = getSearchBarBounds(orientation); in getWorkspacePadding()
DSearchDropTargetBar.java228 public Rect getSearchBarBounds() { in getSearchBarBounds() method in SearchDropTargetBar
DLauncher.java2146 sourceBounds = mSearchDropTargetBar.getSearchBarBounds(); in startSearch()
4580 protected Rect getSearchBarBounds() { in getSearchBarBounds() method in Launcher
4582 getDeviceProfile().getSearchBarBounds(); in getSearchBarBounds()
/packages/apps/Launcher2/src/com/android/launcher2/
DSearchDropTargetBar.java222 public Rect getSearchBarBounds() { in getSearchBarBounds() method in SearchDropTargetBar
DLauncher.java1654 sourceBounds = mSearchDropTargetBar.getSearchBarBounds(); in startSearch()