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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java494 FolderRingAnimator fra = mFolderOuterRings.get(i);
498 int width = (int) fra.getOuterRingSize();
500 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation);
513 width = (int) fra.getInnerRingSize();
515 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation);
555 public void showFolderAccept(FolderRingAnimator fra) { argument
556 mFolderOuterRings.add(fra);
559 public void hideFolderAccept(FolderRingAnimator fra) { argument
[all...]

Completed in 929 milliseconds