Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DCellLayoutLayoutParams.java40 private int mTmpCellY; field in CellLayoutLayoutParams
99 this.mTmpCellY = source.getTmpCellY(); in CellLayoutLayoutParams()
213 return mTmpCellY; in getTmpCellY()
217 this.mTmpCellY = tmpCellY; in setTmpCellY()