Home
last modified time | relevance | path

Searched refs:getContentArea (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DAccordionControl.java321 return !((GridData) getContentArea(label).getLayoutData()).exclude; in isOpen()
329 ScrolledComposite scrolledComposite = getContentArea(label); in toggle()
364 private ScrolledComposite getContentArea(Control label) { in getContentArea() method in AccordionControl
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java418 public Rectangle getContentArea() { in getContentArea() method in NinePatchedImage
419 Tick horizontal = getContentArea(mHorizontalContents); in getContentArea()
420 Tick vertical = getContentArea(mVerticalContents); in getContentArea()
440 private Tick getContentArea(List<Tick> list) { in getContentArea() method in NinePatchedImage
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImageTest.java109 Rectangle contentsArea = image.getContentArea(); in testConvert9PatchedImage()
640 Rectangle contentsArea = image.getContentArea(); in testContentArea()
660 Rectangle contentsArea = image.getContentArea(); in testContentAreaOneDot()
680 Rectangle contentsArea = image.getContentArea(); in testContentAreaTwoDots()
692 Rectangle contentsArea2 = image2.getContentArea(); in testContentAreaTwoDots()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DStretchesViewer.java127 Rectangle rect = mNinePatchedImage.getContentArea(); in buildContentAreaPreview()