Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DCellLayoutLayoutParams.java216 public void setTmpCellY(int tmpCellY) { in setTmpCellY() argument
217 this.mTmpCellY = tmpCellY; in setTmpCellY()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DHotseatReorderUnitTest.kt147 params.cellY = params.tmpCellY in commitTempPosition()