Home
last modified time | relevance | path

Searched defs:height (Results 1 – 20 of 20) sorted by relevance

/sdk/draw9patch/src/com/android/draw9patch/graphics/
DGraphicsUtilities.java35 public static BufferedImage createCompatibleImage(int width, int height) { in createCompatibleImage()
57 public static BufferedImage createCompatibleImage(BufferedImage image, int width, int height) { in createCompatibleImage()
71 public static BufferedImage createTranslucentCompatibleImage(int width, int height) { in createTranslucentCompatibleImage()
/sdk/ninepatch/src/com/android/ninepatch/
DGraphicsUtilities.java41 public static BufferedImage createCompatibleImage(int width, int height) { in createCompatibleImage()
63 public static BufferedImage createCompatibleImage(BufferedImage image, int width, int height) { in createCompatibleImage()
77 public static BufferedImage createTranslucentCompatibleImage(int width, int height) { in createTranslucentCompatibleImage()
DNinePatch.java190 int height = 0; in draw() local
330 int height = mImage.getHeight(); in findPatches() local
386 int height = left.mSecond - left.mFirst; in getHorizontalRectangles() local
414 int height = left.mSecond - left.mFirst; in getRectangles() local
466 int height = image.getHeight(); in ensure9Patch() local
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DImageLoader.java174 public Image loadImage(Display display, String fileName, int width, int height, in loadImage()
200 int height, Color color) { in createPlaceHolderArt()
DHeapPanel.java942 int height = 16; in createColorRect() local
1249 int width, height; in renderHeapData() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DErrorImageComposite.java30 protected void drawCompositeImage(int width, int height) { in drawCompositeImage()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/laf/
DUnifiedContentBorder.java27 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DCaptureRenderer.java55 int height = icon.getIconHeight(); in paintComponent() local
DScreenViewer.java251 private int height; field in ScreenViewer.LoupeViewer
297 int height = getHeight(); in paintComponent() local
484 private int height; field in ScreenViewer.Crosshair
637 int height = getHeight(); in paint() local
DWorkspace.java650 int height = 0; in setVisibleRowCount() local
/sdk/draw9patch/src/com/android/draw9patch/ui/
DImageEditorPanel.java315 int height = image.getHeight(); in ensure9Patch() local
568 int height = 0; in paintComponent() local
852 int height = image.getHeight(); in paint() local
878 int height = image.getHeight(); in checkLockedRegion() local
1082 int height = left.second - left.first; in getHorizontalRectangles() local
1110 int height = left.second - left.first; in getRectangles() local
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
DPsdFile.java45 public PsdFile(int width, int height) { in PsdFile()
101 int height = image.getHeight(); in writeImage() local
152 Header(int width, int height) { in Header()
317 final int height = image.getHeight(); in Layer() local
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DCaptureLoader.java60 int height = in.readInt(); in saveLayers() local
DViewNode.java41 public int height; field in ViewNode
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DRawImage.java29 public int height; field in RawImage
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DDisplaySync.java276 double height = getHeightFromDetails(details); in processSyncEvent() local
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
DAvdCreationDialog.java799 String height = mSkinSizeHeight.getText(); // rejects non digit. in validatePage() local
/sdk/traceview/src/com/android/traceview/
DTimeLineView.java1101 int height = highlightHeight; in drawHighlights() local
1452 int height = (int) (pixel.mMaxWeight * rowHeight * 0.75); in emitPixelStrip() local
1912 Strip(int x, int y, int width, int height, RowData rowData, in Strip()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java1055 int height = rect.height; in recomputeLayout() local
DLayoutCanvas.java763 int height = awtImage.getHeight(); in setImage() local