/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/ |
ResizableDialog.java | 99 Rectangle windowBounds; 102 windowBounds = windowShell.getBounds(); 109 int maxX = windowBounds.x + windowBounds.width - initialSize.x; 110 int maxY = windowBounds.y + windowBounds.height - initialSize.y; 117 if (x < windowBounds.x) { 118 x = windowBounds.x; 120 if (y < windowBounds.y) { 121 y = windowBounds.y [all...] |
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
Direct3DInterop.h | 42 property Windows::Foundation::Size WindowBounds;
|
Direct3DInterop.cpp | 108 m_renderer->UpdateForWindowSizeChange(WindowBounds.Width, WindowBounds.Height);
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
Direct3DInterop.h | 50 property Windows::Foundation::Size WindowBounds;
|
Direct3DInterop.cpp | 317 m_renderer->UpdateForWindowSizeChange(WindowBounds.Width, WindowBounds.Height);
|
/frameworks/base/services/core/java/com/android/server/wm/ |
AccessibilityController.java | 521 Region windowBounds = mTempRegion2; 522 windowBounds.set((int) windowFrame.left, (int) windowFrame.top, 528 windowBounds.op(portionOfWindowAlreadyAccountedFor, Region.Op.DIFFERENCE); 531 mMagnificationRegion.op(windowBounds, Region.Op.UNION); 534 nonMagnifiedBounds.op(windowBounds, Region.Op.UNION); 535 availableBounds.op(windowBounds, Region.Op.DIFFERENCE); [all...] |
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
AccessibilityManagerService.java | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
FrameWork.py | 81 def windowbounds(width, height): function [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
FrameWork.py | 81 def windowbounds(width, height): function [all...] |
/prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/ |
propertysheet-1.0.jar | |