Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DDelegatedCellDrawing.kt23 @JvmField var mDelegateCellY = 0 variable in com.android.launcher3.celllayout.DelegatedCellDrawing
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java255 mFolderLeaveBehind.mDelegateCellY = -1; in CellLayout()
524 cellToPoint(cellDrawing.mDelegateCellX, cellDrawing.mDelegateCellY, mTempLocation); in onDraw()
531 if (mFolderLeaveBehind.mDelegateCellX >= 0 && mFolderLeaveBehind.mDelegateCellY >= 0) { in onDraw()
533 mFolderLeaveBehind.mDelegateCellY, mTempLocation); in onDraw()
655 cellToPoint(bg.mDelegateCellX, bg.mDelegateCellY, mTempLocation); in dispatchDraw()
683 mFolderLeaveBehind.mDelegateCellY = y; in setFolderLeaveBehindCell()
689 mFolderLeaveBehind.mDelegateCellY = -1; in clearFolderLeaveBehind()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java392 mDelegateCellY = cellY; in delegateDrawing()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java428 mDelegateCellY = cellY; in PredictedIconOutlineDrawing()