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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
ResizeState.java 20 import static com.android.ide.common.layout.LayoutConstants.VALUE_WRAP_CONTENT;
109 return VALUE_WRAP_CONTENT;
124 return VALUE_WRAP_CONTENT;
TabHostRule.java 28 import static com.android.ide.common.layout.LayoutConstants.VALUE_WRAP_CONTENT;
62 tab.setAttribute(ANDROID_URI, ATTR_LAYOUT_HEIGHT, VALUE_WRAP_CONTENT);
LayoutConstants.java 121 public static final String VALUE_WRAP_CONTENT = "wrap_content"; //$NON-NLS-1$
BaseViewRule.java 32 import static com.android.ide.common.layout.LayoutConstants.VALUE_WRAP_CONTENT;
141 } else if (!VALUE_WRAP_CONTENT.equals(currentWidth) && !fillParent.equals(currentWidth)) {
152 } else if (!VALUE_WRAP_CONTENT.equals(currentHeight)
379 widthChoices.add(Pair.of(VALUE_WRAP_CONTENT, "Wrap Content"));
400 heightChoices.add(Pair.of(VALUE_WRAP_CONTENT, "Wrap Content"));
    [all...]
BaseLayoutRule.java 55 import static com.android.ide.common.layout.LayoutConstants.VALUE_WRAP_CONTENT;
216 value = VALUE_WRAP_CONTENT;
648 return VALUE_WRAP_CONTENT;
652 return VALUE_WRAP_CONTENT;
    [all...]
LinearLayoutRule.java 30 import static com.android.ide.common.layout.LayoutConstants.VALUE_WRAP_CONTENT;
245 if (VALUE_WRAP_CONTENT.equals(target.getStringAttr(ANDROID_URI, sizeAttribute))) {
259 target.setAttribute(ANDROID_URI, sizeAttribute, VALUE_WRAP_CONTENT);
    [all...]
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/
LayoutAnalysisCategory.java 47 private static final String VALUE_WRAP_CONTENT = "wrap_content";
133 return element.getAttribute(ANDROID_LAYOUT_WIDTH).equals(VALUE_WRAP_CONTENT);
148 return element.getAttribute(ANDROID_LAYOUT_HEIGHT).equals(VALUE_WRAP_CONTENT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 26 import static com.android.ide.common.layout.LayoutConstants.VALUE_WRAP_CONTENT;
278 String width = VALUE_WRAP_CONTENT;
279 String height = VALUE_WRAP_CONTENT;
ExtractIncludeRefactoring.java 27 import static com.android.ide.common.layout.LayoutConstants.VALUE_WRAP_CONTENT;
560 width = height = VALUE_WRAP_CONTENT;
563 width = VALUE_WRAP_CONTENT;
568 height = VALUE_WRAP_CONTENT;
ChangeLayoutRefactoring.java 39 import static com.android.ide.common.layout.LayoutConstants.VALUE_WRAP_CONTENT;
339 namespace, ATTR_LAYOUT_WIDTH, VALUE_WRAP_CONTENT);
343 namespace, ATTR_LAYOUT_HEIGHT, VALUE_WRAP_CONTENT);
GridLayoutConverter.java 51 import static com.android.ide.common.layout.LayoutConstants.VALUE_WRAP_CONTENT;
361 if (width != null && VALUE_WRAP_CONTENT.equals(width.getValue())) {
365 if (height != null && VALUE_WRAP_CONTENT.equals(height.getValue())) {
    [all...]
RelativeLayoutConversionHelper.java 63 import static com.android.ide.common.layout.LayoutConstants.VALUE_WRAP_CONTENT;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 37 import static com.android.ide.common.layout.LayoutConstants.VALUE_WRAP_CONTENT;
703 fill ? VALUE_FILL_PARENT : VALUE_WRAP_CONTENT,
708 fill ? VALUE_FILL_PARENT : VALUE_WRAP_CONTENT,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 23 import static com.android.ide.common.layout.LayoutConstants.VALUE_WRAP_CONTENT;
    [all...]

Completed in 2373 milliseconds