HomeSort by relevance Sort by last modified time
    Searched defs:VaryingConfiguration (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 34 * An {@linkplain VaryingConfiguration} is a {@link Configuration} which
39 * For example, a {@linkplain VaryingConfiguration} may state that it
41 * locale from the {@linkplain VaryingConfiguration} may be for example "nb",
49 public class VaryingConfiguration extends NestedConfiguration {
60 * Constructs a new {@linkplain VaryingConfiguration}.
66 private VaryingConfiguration(
82 public static VaryingConfiguration create(@NonNull ConfigurationChooser chooser,
84 return new VaryingConfiguration(chooser, parent);
88 * Creates a new {@linkplain VaryingConfiguration} that has the same overriding
89 * attributes as the given other {@linkplain VaryingConfiguration}
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 48 import com.android.ide.eclipse.adt.internal.editors.layout.configuration.VaryingConfiguration;
    [all...]

Completed in 197 milliseconds