Searched refs:outer (Results 1 – 7 of 7) sorted by relevance
8 - <FrameLayout android:id="@+id/outer"37 + android:id="@+id/outer"47 - <FrameLayout android:id="@+id/outer"56 + android:id="@+id/outer"
5 android:alignmentMode : When set to alignMargins, causes alignment to take place between the outer…
148 Also note that each outer region has a type, but the inner regions also reuse a similar type.149 So for example an outer XML_TAG_NAME region collection is a proper XML tag, and it will contain162 If you want the text of the inner region, you actually need to query it from the outer region.163 The outer IStructuredDocumentRegion (the region collection) contains lots more useful access
745 Composite outer = new Composite(parent, SWT.NONE); in widgetSelected()747 outer.setLayout(gridLayout); in widgetSelected()749 Composite chooserForm = new Composite(outer, SWT.NONE); in widgetSelected()792 outer.pack(); in widgetSelected()793 outer.layout(); in widgetSelected()794 return outer; in widgetSelected()
747 for (Change outer : ((CompositeChange) change).getChildren()) { in disableRClassChanges()748 disableRClassChanges(outer); in disableRClassChanges()
1343 ITextRegion outer = context.getElementRegion(); in detectHyperlinks() local1345 int innerOffset = outer.getStart() + inner.getStart(); in detectHyperlinks()
65 class does not hold an implicit reference to its outer class.