Searched refs:mTempLocation (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java83 int[] mTempLocation = new int[2]; field in class:CellLayout
450 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation);
452 int centerX = mTempLocation[0] + mCellWidth / 2;
453 int centerY = mTempLocation[1] + FolderRingAnimator.sPreviewSize / 2;
465 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation);
467 centerX = mTempLocation[0] + mCellWidth / 2;
468 centerY = mTempLocation[1] + FolderRingAnimator.sPreviewSize / 2;
481 cellToPoint(mFolderLeaveBehindCell[0], mFolderLeaveBehindCell[1], mTempLocation);
482 int centerX = mTempLocation[0] + mCellWidth / 2;
483 int centerY = mTempLocation[
[all...]

Completed in 31 milliseconds