HomeSort by relevance Sort by last modified time
    Searched full:windowbounds (Results 1 - 10 of 10) sorted by null

  /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 522 Region windowBounds = mTempRegion2;
523 windowBounds.set((int) windowFrame.left, (int) windowFrame.top,
529 windowBounds.op(portionOfWindowAlreadyAccountedFor, Region.Op.DIFFERENCE);
532 mMagnificationRegion.op(windowBounds, Region.Op.UNION);
535 nonMagnifiedBounds.op(windowBounds, Region.Op.UNION);
536 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 

Completed in 1864 milliseconds