Home
last modified time | relevance | path

Searched refs:getGridY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DStatsLogCompatManager.java159 getGridY(info, false) /* grid_y */, in writeSnapshot()
162 getGridY(info, true) /* grid_y_parent */, in writeSnapshot()
324 getGridY(atomInfo, false) /* grid_y */, in write()
327 getGridY(atomInfo, true) /* grid_y_parent */, in write()
392 private static int getGridY(LauncherAtom.ItemInfo info, boolean parent) { in getGridY() method in StatsLogCompatManager
395 return info.getContainerInfo().getFolder().getWorkspace().getGridY(); in getGridY()
397 return info.getContainerInfo().getFolder().getGridY(); in getGridY()
400 return info.getContainerInfo().getWorkspace().getGridY(); in getGridY()