OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
35
* An {@linkplain
VaryingConfiguration
} is a {@link Configuration} which
40
* For example, a {@linkplain
VaryingConfiguration
} may state that it
42
* locale from the {@linkplain
VaryingConfiguration
} may be for example "nb",
50
public class
VaryingConfiguration
extends NestedConfiguration {
61
* Constructs a new {@linkplain
VaryingConfiguration
}.
67
private
VaryingConfiguration
(
83
public static
VaryingConfiguration
create(@NonNull ConfigurationChooser chooser,
85
return new
VaryingConfiguration
(chooser, parent);
89
* Creates a new {@linkplain
VaryingConfiguration
} that has the same overriding
90
* 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 1083 milliseconds