* commit '51cc53160db29cdd2a69968a292961c9e2ed2204': Add method to determine if Launcher is using vertical bars
This commit is contained in:
@@ -3953,6 +3953,11 @@ public class Launcher extends Activity
|
||||
return bounceAnim;
|
||||
}
|
||||
|
||||
public boolean useVerticalBarLayout() {
|
||||
return LauncherAppState.getInstance().getDynamicGrid().
|
||||
getDeviceProfile().isVerticalBarLayout();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void bindSearchablesChanged() {
|
||||
boolean searchVisible = updateGlobalSearchIcon();
|
||||
|
||||
Reference in New Issue
Block a user