Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedViewCellLayout.java462 final int myCellX = cellX; in setup() local
471 x = hStartPadding + myCellX * (cellWidth + widthGap) + leftMargin; in setup()
474 x = myCellX * (cellWidth + widthGap) + leftMargin; in setup()
DCellLayout.java3181 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup() local
3185 myCellX = colCount - myCellX - cellHSpan; in setup()
3192 x = (int) (myCellX * (cellWidth + widthGap) + leftMargin); in setup()
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java467 final int myCellX = cellX; in setup() local
476 x = hStartPadding + myCellX * (cellWidth + widthGap) + leftMargin; in setup()
479 x = myCellX * (cellWidth + widthGap) + leftMargin; in setup()
DCellLayout.java3260 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup() local
3264 myCellX = colCount - myCellX - cellHSpan; in setup()
3271 x = (int) (myCellX * (cellWidth + widthGap) + leftMargin); in setup()