Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedViewCellLayout.java463 final int myCellY = cellY; in setup() local
472 y = vStartPadding + myCellY * (cellHeight + heightGap) + topMargin; in setup()
475 y = myCellY * (cellHeight + heightGap) + topMargin; in setup()
DCellLayout.java3182 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup() local
3193 y = (int) (myCellY * (cellHeight + heightGap) + topMargin); in setup()
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java468 final int myCellY = cellY; in setup() local
477 y = vStartPadding + myCellY * (cellHeight + heightGap) + topMargin; in setup()
480 y = myCellY * (cellHeight + heightGap) + topMargin; in setup()
DCellLayout.java3261 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup() local
3272 y = (int) (myCellY * (cellHeight + heightGap) + topMargin); in setup()