Home
last modified time | relevance | path

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

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvas.java206 Dimension aWidgetSize = aViewport.getSize(); in setupTransformation() local
217 double nHScale = (aWidgetSize.getWidth() - 10) in setupTransformation()
219 double nVScale = (aWidgetSize.getHeight() - 10) in setupTransformation()
233 mnHOffset = (aWidgetSize.getWidth() in setupTransformation()
235 mnVOffset = (aWidgetSize.getHeight() in setupTransformation()
256 maLastWidgetSize = aWidgetSize; in setupTransformation()
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DGraphicalDisplay.java145 Dimension aWidgetSize = getSize(); in setupTransformation() local
152 double nHScale = (aWidgetSize.getWidth() - 10) / aScreenSize.getWidth(); in setupTransformation()
153 double nVScale = (aWidgetSize.getHeight() - 10) / aScreenSize.getHeight(); in setupTransformation()
160 mnHOffset = (aWidgetSize.getWidth() - mnScale*aScreenSize.getWidth()) / 2.0; in setupTransformation()
161 mnVOffset = (aWidgetSize.getHeight() - mnScale*aScreenSize.getHeight()) / 2.0; in setupTransformation()
/trunk/main/toolkit/test/accessibility/
H A DCanvas.java293 Dimension aWidgetSize = aViewport.getSize(); in setupTransformation() local
304 double nHScale = (aWidgetSize.getWidth() - 10) / aScreenSize.getWidth(); in setupTransformation()
305 double nVScale = (aWidgetSize.getHeight() - 10) / aScreenSize.getHeight(); in setupTransformation()
317 mnHOffset = (aWidgetSize.getWidth() - mnScale*aScreenSize.getWidth()) / 2.0; in setupTransformation()
318 mnVOffset = (aWidgetSize.getHeight() - mnScale*aScreenSize.getHeight()) / 2.0; in setupTransformation()
338 maLastWidgetSize = aWidgetSize; in setupTransformation()

Completed in 15 milliseconds