radialButtonFindDistributedPoints
This method will solve for a sequence of points to set the action buttons that will pop-out from a radial action button. Note: this open handles the cases of opening left or right. It does *not* handle the cases of opening up or down or outward from a corner
Return
A list of points in screen coordinates for the sub-list. Note that if we are in open_left mode, the views should align their right to these points If we are in open_right mode, the views should align their left to these points
Parameters
The number of points to distribute (items in the sub-list)
The maximum angle spread for the arc (I recommend 160)
Whether it should open left or open right (e.g., LTR or RTL)
The x-screen location of the FAB
The y-screen location of the FAB
The height of each item in the sub-list (sub-view)
The minimum height desired between sub-list items (e.g., 2 dp?)
The minimum radius size (e.g., 5 dp?)
The maximum radius size (e.g, 30 dp?)