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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 86 * @param layoutAttributes The list of layout attributes. Can be null or empty.
96 AttributeDescriptor[] attributes, AttributeDescriptor[] layoutAttributes,
100 mLayoutAttributes = layoutAttributes != null ? layoutAttributes : new AttributeDescriptor[0];
LayoutDescriptors.java 280 ArrayList<AttributeDescriptor> layoutAttributes = new ArrayList<AttributeDescriptor>();
285 if (DescriptorsUtils.containsAttribute(layoutAttributes,
289 DescriptorsUtils.appendAttribute(layoutAttributes,
305 layoutAttributes.toArray(new AttributeDescriptor[layoutAttributes.size()]),
CustomViewDescriptorService.java 206 AttributeDescriptor[] layoutAttributes =
209 layoutAttributes = join(paramList, layoutAttributes);
214 layoutAttributes,
524 AttributeDescriptor[] layoutAttributes,
534 layoutAttributes,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp 81 Vector<SVGTextLayoutAttributes*>& layoutAttributes = textRoot->layoutAttributes();
82 if (layoutAttributes.isEmpty())
86 reorderValueLists(layoutAttributes);
89 SVGTextLayoutEngine characterLayout(layoutAttributes);
120 SVGTextLayoutEngine lineLayout(characterLayout.layoutAttributes());
RenderSVGInlineText.h 37 SVGTextLayoutAttributes* layoutAttributes() { return &m_layoutAttributes; }
SVGTextLayoutEngine.h 52 Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; }
RenderSVGText.cpp 126 attributes.append(toRenderSVGInlineText(descendant)->layoutAttributes());
140 next = text->layoutAttributes();
144 previous = text->layoutAttributes();
274 size_t position = m_layoutAttributes.find(text->layoutAttributes());
RenderSVGText.h 51 Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; }
SVGTextQuery.cpp 159 SVGTextLayoutAttributes* layoutAttributes = queryData->textRenderer->layoutAttributes();
160 Vector<SVGTextMetrics>& textMetricsValues = layoutAttributes->textMetricsValues();
168 unsigned positionSize = layoutAttributes->context()->textLength();
SVGTextLayoutEngine.cpp 37 SVGTextLayoutEngine::SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes*>& layoutAttributes)
38 : m_layoutAttributes(layoutAttributes)
438 Vector<SVGTextMetrics>& visualMetricsValues = text->layoutAttributes()->textMetricsValues();
SVGTextMetricsBuilder.cpp 135 SVGTextLayoutAttributes* attributes = text->layoutAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 202 List<Attr> layoutAttributes = findLayoutAttributes(mContainer);
203 for (Attr attribute : layoutAttributes) {
ChangeViewRefactoring.java 230 AttributeDescriptor[] layoutAttributes = descriptor.getAttributes();
231 for (AttributeDescriptor attribute : layoutAttributes) {
WrapInRefactoring.java 333 List<Attr> layoutAttributes = findLayoutAttributes(primary);
334 for (Attr attribute : layoutAttributes) {
UseCompoundDrawableRefactoring.java 268 List<Attr> layoutAttributes = findLayoutAttributes(layout);
269 for (Attr attribute : layoutAttributes) {
ChangeLayoutRefactoring.java 524 AttributeDescriptor[] layoutAttributes = descriptor.getLayoutAttributes();
525 for (AttributeDescriptor attribute : layoutAttributes) {
GridLayoutConverter.java 276 AttributeDescriptor[] layoutAttributes = descriptor.getLayoutAttributes();
277 for (AttributeDescriptor attribute : layoutAttributes) {
    [all...]

Completed in 274 milliseconds