Searched refs:mTempLocation (Results 1 – 1 of 1) sorted by relevance
85 int[] mTempLocation = new int[2]; field in CellLayout500 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation); in onDraw()502 int centerX = mTempLocation[0] + mCellWidth / 2; in onDraw()503 int centerY = mTempLocation[1] + previewOffset / 2; in onDraw()515 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation); in onDraw()517 centerX = mTempLocation[0] + mCellWidth / 2; in onDraw()518 centerY = mTempLocation[1] + previewOffset / 2; in onDraw()531 cellToPoint(mFolderLeaveBehindCell[0], mFolderLeaveBehindCell[1], mTempLocation); in onDraw()532 int centerX = mTempLocation[0] + mCellWidth / 2; in onDraw()533 int centerY = mTempLocation[1] + previewOffset / 2; in onDraw()[all …]