- layout
void layout(Rect rc)
Set widget rectangle to specified value and layout widget contents. (Step 2 of two phase layout).
- measure
void measure(int parentWidth, int parentHeight)
Measure widget according to desired width and height constraints. (Step 1 of two phase layout).
- measureSubitems
void measureSubitems(int maxLabelWidth, int maxHeight, int maxIconWidth, int maxAccelWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSubitemSizes
void setSubitemSizes(int maxLabelWidth, int maxHeight, int maxIconWidth, int maxAccelWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateState
void updateState()
Undocumented in source. Be warned that the author may not have intended to support it.
widget to draw menu item