Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 25 of 68) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DNestedConfiguration.java462 public static String computeDisplayName(int flags, @NonNull Configuration configuration) { in computeDisplayName() argument
463 if ((flags & CFG_LOCALE) != 0) { in computeDisplayName()
468 if ((flags & CFG_TARGET) != 0) { in computeDisplayName()
472 if ((flags & CFG_DEVICE) != 0) { in computeDisplayName()
476 if ((flags & CFG_DEVICE_STATE) != 0) { in computeDisplayName()
483 if ((flags & CFG_NIGHT_MODE) != 0) { in computeDisplayName()
487 if ((flags & CFG_UI_MODE) != 0) { in computeDisplayName()
DConfigurationClient.java41 void aboutToChange(int flags); in aboutToChange() argument
56 boolean changed(int flags); in changed() argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DFlagXmlPropertyDialog.java61 @NonNull String[] flags, in FlagXmlPropertyDialog() argument
66 mFlags = flags; in FlagXmlPropertyDialog()
99 List<String> flags = new ArrayList<String>(); in createDialogArea() local
101 flags.add(s); in createDialogArea()
103 checked = flags.toArray(new String[flags.size()]); in createDialogArea()
/sdk/testapps/buildConfigTest/app/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/customViewTest/libWithCustomView/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/jarCheckTests1/app/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/libsAndJarTest/app/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/libsTest/lib2/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/testProjectTest/testlib/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/userLibTest/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/testProjectTest/lib/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/aidlTest/libWithAidl/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/javaProjectTest/lib1/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/gridlayoutTest/app/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/libsAndJarTest/lib2/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/jarCheckTests2/lib1/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/customPropAnimTest/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/jarCheckTests3/lib1/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/apps/SdkController/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/customViewTest/mainProject/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/jarCheckTests2/lib2/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/jarCheckTests1/lib1/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/libsAndJarTest/lib1/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/libsTest/app/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/libsTest/lib1/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified

123