HomeSort by relevance Sort by last modified time
    Searched refs:clientArea (Results 1 - 14 of 14) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CImageLabel.java 90 Rectangle clientArea = getClientArea();
94 if (m_backImage == null || !m_backImage.getBounds().equals(clientArea)) {
98 m_backImage = new Image(getDisplay(), clientArea.width, clientArea.height);
104 gc.fillRectangle(clientArea);
111 int x = clientArea.x;
112 int y = clientArea.y + (clientArea.height - imageBounds.height) / 2;
116 int x = clientArea.x + imageBounds.width + SPACE;
117 int y = clientArea.y + (clientArea.height - textExtent.y) / 2
    [all...]
CComboBox.java 302 Rectangle clientArea = getClientArea();
308 clientArea.width - clientArea.height,
310 clientArea.height,
311 clientArea.height);
312 rightOccupied = clientArea.height;
318 m_canvas.setSize(clientArea.height, clientArea.height);
319 leftOccupied = clientArea.height;
321 m_canvas.setSize(1, clientArea.height)
    [all...]
CSpinner.java 527 Rectangle clientArea = composite.getClientArea();
528 if (clientArea.isEmpty()) {
535 m_spinner.setBounds(clientArea.x + clientArea.width - arrowWidth - 1, clientArea.y
536 + clientArea.height
539 clientArea.x + 2,
540 clientArea.y + 2,
541 clientArea.width - arrowWidth - 5,
542 clientArea.y + clientArea.height - 4)
    [all...]
CCombo3.java 499 Rectangle clientArea = getClientArea();
500 int areaWidth = clientArea.width;
501 int areaHeight = clientArea.height;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 167 Rectangle clientArea = getClientArea();
170 // check, may be "clientArea" is empty, for example because CTabFolder page is not visible
171 if (clientArea.width == 0 || clientArea.height == 0) {
181 client.setBounds(clientArea);
191 width = Math.min(clientArea.width / 2, width);
193 width = Math.min(clientArea.height / 2, width);
212 m_flyoutContainer.setBounds(0, 0, width, clientArea.height);
213 client.setBounds(offset, 0, clientArea.width - offset, clientArea.height)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 269 Rectangle clientArea = getClientArea();
270 redraw(clientArea.x, clientArea.y, clientArea.width, clientArea.height, false);
331 Rectangle clientArea = getClientArea();
355 } else if (y + m_rowHeight > clientArea.height) {
612 Rectangle clientArea = getClientArea();
614 int width = clientArea.width - x - MARGIN_RIGHT;
720 Rectangle clientArea = getClientArea()
    [all...]
  /external/chromium_org/remoting/webapp/
client_session.js 206 var clientArea = this.getClientArea_();
207 needsVerticalScroll = clientArea.height < this.plugin_.getDesktopHeight();
208 needsHorizontalScroll = clientArea.width < this.plugin_.getDesktopWidth();
212 clientArea.height - kScrollBarWidth < this.plugin_.getDesktopHeight();
215 clientArea.width - kScrollBarWidth < this.plugin_.getDesktopWidth();
767 var clientArea = this.getClientArea_();
768 this.plugin_.notifyClientResolution(clientArea.width,
769 clientArea.height,
925 var clientArea = this.getClientArea_();
926 this.plugin_.notifyClientResolution(clientArea.width
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/chromium_org/ui/login/
display_manager.js 284 var clientArea = $('outer-container');
285 var bottom = parseInt(window.getComputedStyle(clientArea).bottom);
286 clientArea.style.minHeight = cr.ui.toCssPx(height - bottom);
    [all...]

Completed in 1406 milliseconds