Home
last modified time | relevance | path

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

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DStateSetView.java96 Rectangle aWidgetArea = new Rectangle ( in paintChildren() local
102 PaintAllStates ((Graphics2D)g, aWidgetArea); in paintChildren()
106 private void PaintAllStates (Graphics2D g, Rectangle aWidgetArea) in PaintAllStates() argument
119 int nStateWidth = (aWidgetArea.width-12) / (nMaxStateIndex+1); in PaintAllStates()
122 int y = aWidgetArea.y+aWidgetArea.height - 25; in PaintAllStates()
181 g.translate (10,aWidgetArea.y+aWidgetArea.height-3); in PaintAllStates()
/trunk/main/toolkit/test/accessibility/ov/
H A DStateSetView.java168 Rectangle aWidgetArea = new Rectangle ( in paintChildren() local
174 PaintAllStates ((Graphics2D)g, aWidgetArea); in paintChildren()
178 private void PaintAllStates (Graphics2D g, Rectangle aWidgetArea) in PaintAllStates() argument
191 int nStateWidth = (aWidgetArea.width-12) / (nMaxStateIndex+1); in PaintAllStates()
194 int y = aWidgetArea.y+aWidgetArea.height - 12; in PaintAllStates()

Completed in 11 milliseconds