mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Adding minSpanX and minSpanY for all the launcher widgets
Bug: 22353460 Change-Id: Id4450dee42a83e4603dcd56e1c4dec2b0e405858
This commit is contained in:
@@ -2690,8 +2690,12 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
|
||||
* @param result An array of length 2 in which to store the result (may be null).
|
||||
*/
|
||||
public static int[] rectToCell(Launcher launcher, int width, int height, int[] result) {
|
||||
DeviceProfile grid = launcher.getDeviceProfile();
|
||||
Rect padding = grid.getWorkspacePadding(Utilities.isRtl(launcher.getResources()));
|
||||
return rectToCell(launcher.getDeviceProfile(), launcher, width, height, result);
|
||||
}
|
||||
|
||||
public static int[] rectToCell(DeviceProfile grid, Context context, int width, int height,
|
||||
int[] result) {
|
||||
Rect padding = grid.getWorkspacePadding(Utilities.isRtl(context.getResources()));
|
||||
|
||||
// Always assume we're working with the smallest span to make sure we
|
||||
// reserve enough space in both orientations.
|
||||
|
||||
Reference in New Issue
Block a user