am 60779458: am a50d3430: Merge "Add method to retrieve search box bounds." into jb-ub-now-jolly-elf
* commit '60779458160eed2f214450c1c708c0ecafe6465a': Add method to retrieve search box bounds.
This commit is contained in:
@@ -4024,6 +4024,11 @@ public class Launcher extends Activity
|
||||
getDeviceProfile().isVerticalBarLayout();
|
||||
}
|
||||
|
||||
protected Rect getSearchBarBounds() {
|
||||
return LauncherAppState.getInstance().getDynamicGrid().
|
||||
getDeviceProfile().getSearchBarBounds();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void bindSearchablesChanged() {
|
||||
boolean searchVisible = updateGlobalSearchIcon();
|
||||
|
||||
Reference in New Issue
Block a user