Searched refs:getGridX (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
H A D | StatsLogCompatManager.java | 125 getGridX(info, false) /* grid_x */, in writeSnapshot() 128 getGridX(info, true) /* grid_x_parent */, in writeSnapshot() 155 getGridX(info, false), //grid_x = 7 [default = -1]; in buildStatsEvent() 158 getGridX(info, true), //grid_x_parent = 10 [default = -1]; in buildStatsEvent() 395 getGridX(atomInfo, false) /* grid_x */, in write() 398 getGridX(atomInfo, true) /* grid_x_parent */, in write() 469 private static int getGridX(LauncherAtom.ItemInfo info, boolean parent) { in getGridX() method in StatsLogCompatManager 472 return info.getContainerInfo().getFolder().getWorkspace().getGridX(); in getGridX() 474 return info.getContainerInfo().getFolder().getGridX(); in getGridX() 477 return info.getContainerInfo().getWorkspace().getGridX(); in getGridX()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
H A D | AppEventProducer.java | 309 wc.getPageIndex(), wc.getGridX(), wc.getGridY(), spanX, spanY); in getWorkspaceContainerString()
|