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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.ListView.groovy 34 return [ ATTR_LAYOUT_WIDTH : VALUE_FILL_PARENT ];
BaseView.groovy 31 public static String VALUE_FILL_PARENT = "fill_parent";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutConstants.java 60 public static final String VALUE_FILL_PARENT = "fill_parent"; //$NON-NLS-1$
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/
LayoutAnalysisCategory.java 45 private static final String VALUE_FILL_PARENT = "fill_parent";
126 return attribute.equals(VALUE_FILL_PARENT) || attribute.equals(VALUE_MATCH_PARENT);
141 return attribute.equals(VALUE_FILL_PARENT) || attribute.equals(VALUE_MATCH_PARENT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 721 fill ? LayoutConstants.VALUE_FILL_PARENT : LayoutConstants.VALUE_WRAP_CONTENT,
726 fill ? LayoutConstants.VALUE_FILL_PARENT : LayoutConstants.VALUE_WRAP_CONTENT,
    [all...]

Completed in 70 milliseconds