am a50d3430: Merge "Add method to retrieve search box bounds." into jb-ub-now-jolly-elf
* commit 'a50d34306c5fe6748392b493b5fbd4c54bf5f39f': 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