Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java100 @Thunk final int[] mTempLocation = new int[2]; field in CellLayout
443 cellToPoint(cellDrawing.mDelegateCellX, cellDrawing.mDelegateCellY, mTempLocation); in onDraw()
445 canvas.translate(mTempLocation[0], mTempLocation[1]); in onDraw()
452 mFolderLeaveBehind.mDelegateCellY, mTempLocation); in onDraw()
454 canvas.translate(mTempLocation[0], mTempLocation[1]); in onDraw()
497 cellToPoint(bg.mDelegateCellX, bg.mDelegateCellY, mTempLocation); in dispatchDraw()
499 canvas.translate(mTempLocation[0], mTempLocation[1]); in dispatchDraw()
1271 mTmpOccupied.cells, null, mTempLocation); in addViewToTempLocation()
1273 if (mTempLocation[0] >= 0 && mTempLocation[1] >= 0) { in addViewToTempLocation()
1274 c.cellX = mTempLocation[0]; in addViewToTempLocation()
[all …]