/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | NestedConfiguration.java | 462 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()
|
D | ConfigurationClient.java | 41 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/ |
D | FlagXmlPropertyDialog.java | 61 @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/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/customViewTest/libWithCustomView/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/jarCheckTests1/app/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/libsAndJarTest/app/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/libsTest/lib2/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/testProjectTest/testlib/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/userLibTest/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/testProjectTest/lib/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/aidlTest/libWithAidl/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/javaProjectTest/lib1/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/gridlayoutTest/app/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/libsAndJarTest/lib2/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/jarCheckTests2/lib1/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/customPropAnimTest/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/jarCheckTests3/lib1/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/apps/SdkController/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/customViewTest/mainProject/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/jarCheckTests2/lib2/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/jarCheckTests1/lib1/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/libsAndJarTest/lib1/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/libsTest/app/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/libsTest/lib1/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|