OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VARIATIONS
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewMode.java
35
/** Preview all the
variations
of this layout */
36
VARIATIONS
,
RenderPreviewManager.java
1076
List<IFile>
variations
= AdtUtils.getResourceVariations(file, false \/*includeSelf*\/);
local
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java
25
import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.RenderPreviewMode.
VARIATIONS
;
200
List<IFile>
variations
= AdtUtils.getResourceVariations(file, true);
local
203
VARIATIONS
), SWT.RADIO, mode ==
VARIATIONS
);
204
if (
variations
.size() <= 1) {
215
if (
variations
.size() > 1) {
220
for (final IFile resource :
variations
) {
244
if (
variations
.size() > 0) {
Completed in 3020 milliseconds