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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DSearchDropTargetBar.java222 public Rect getSearchBarBounds() { method in class:SearchDropTargetBar
H A DLauncher.java1654 sourceBounds = mSearchDropTargetBar.getSearchBarBounds();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java531 Rect getSearchBarBounds() { method in class:DeviceProfile
532 return getSearchBarBounds(isLandscape ? CellLayout.LANDSCAPE : CellLayout.PORTRAIT);
535 Rect getSearchBarBounds(int orientation) { method in class:DeviceProfile
596 Rect searchBarBounds = getSearchBarBounds(orientation);
H A DSearchDropTargetBar.java230 public Rect getSearchBarBounds() { method in class:SearchDropTargetBar
H A DLauncher.java2073 sourceBounds = mSearchDropTargetBar.getSearchBarBounds();
4656 protected Rect getSearchBarBounds() { method in class:Launcher
4658 getDeviceProfile().getSearchBarBounds();

Completed in 195 milliseconds