Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DClippedFolderIconLayoutRule.java93 double theta0 = mIsRtl ? 0 : Math.PI; in getPosition() local
104 theta0 += direction * thetaShift; in getPosition()
118 double theta = theta0 + index * (2 * Math.PI / curNumItems) * direction; in getPosition()