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