mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Merge "Moving LauncherAccessibilityDelegate to accessibility package" into ub-launcher3-burnaby
This commit is contained in:
@@ -3012,7 +3012,7 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
|
||||
// 2. When long clicking on an empty cell in a CellLayout, we save information about the
|
||||
// cellX and cellY coordinates and which page was clicked. We then set this as a tag on
|
||||
// the CellLayout that was long clicked
|
||||
static final class CellInfo {
|
||||
public static final class CellInfo {
|
||||
View cell;
|
||||
int cellX = -1;
|
||||
int cellY = -1;
|
||||
@@ -3021,7 +3021,7 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
|
||||
long screenId;
|
||||
long container;
|
||||
|
||||
CellInfo(View v, ItemInfo info) {
|
||||
public CellInfo(View v, ItemInfo info) {
|
||||
cell = v;
|
||||
cellX = info.cellX;
|
||||
cellY = info.cellY;
|
||||
|
||||
Reference in New Issue
Block a user