Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java368 mDelegateCellY = cellY; in delegateDrawing()
442 int cellY = mDelegateCellY; in animateToRest()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java256 mFolderLeaveBehind.mDelegateCellY = -1; in CellLayout()
464 cellToPoint(cellDrawing.mDelegateCellX, cellDrawing.mDelegateCellY, mTempLocation); in onDraw()
471 if (mFolderLeaveBehind.mDelegateCellX >= 0 && mFolderLeaveBehind.mDelegateCellY >= 0) { in onDraw()
473 mFolderLeaveBehind.mDelegateCellY, mTempLocation); in onDraw()
597 cellToPoint(bg.mDelegateCellX, bg.mDelegateCellY, mTempLocation); in dispatchDraw()
625 mFolderLeaveBehind.mDelegateCellY = y; in setFolderLeaveBehindCell()
631 mFolderLeaveBehind.mDelegateCellY = -1; in clearFolderLeaveBehind()
2836 public int mDelegateCellY; field in CellLayout.DelegatedCellDrawing
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java262 mDelegateCellY = cellY; in PredictedIconOutlineDrawing()