Searched refs:flag (Results 1 – 14 of 14) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/ |
D | ValuesTreePage.java | 60 Image flag = FlagManager.get().getFlagForFolderName(parent.getName()); in getPageImage() local 61 if (flag != null) { in getPageImage() 62 return flag; in getPageImage()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | FlagManager.java | 117 Image flag = getFlag(locale.getCountry()); in getFlag() local 118 if (flag != null) { in getFlag() 119 return flag; in getFlag()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completionvalues1-expected-completion29.txt | 2 …ow to place the content of an object, both on the x- and y-axis, within the object itself. [flag]
|
D | manifest-expected-completion18.txt | 10 …gChanges : Specify one or more configuration changes that the activity will handle itself. [flag] 25 …wSoftInputMode : Specify the default soft-input mode for the main window of this activity. [flag] 28 android:uiOptions : Extra options for an activity's UI. [flag]
|
D | completionvalues1-expected-completion23.txt | 7 android:textStyle : Style (bold, italic, bolditalic) for the text. [flag]
|
D | completion5-expected-completion40.txt | 13 android:textStyle : Style (bold, italic, bolditalic) for the text. [flag] 29 …w to align the text by the view's x- and/or y-axis when the text is smaller than the view. [flag] 41 …such as urls and email addresses are automatically found and converted to clickable links. [flag] 43 …ecifies that this TextView has a numeric input method. * Deprecated: Use inputType instead. [flag] 62 …laced in a text field, used to help an input method decide how to let the user enter text. [flag] 63 …able in an IME associated with an editor to improve the integration with your application. [flag] 95 android:scrollbars : Defines which scrollbars should be displayed on scrolling or not. [flag] 108 … This attribute is deprecated and will be ignored as of API level 14 (ICE_CREAM_SANDWICH). [flag] 109 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag] 149 android:layout_gravity : Standard gravity constant that a child can supply to its parent. [flag]
|
D | completion1-expected-completion39.txt | 13 android:textStyle : Style (bold, italic, bolditalic) for the text. [flag] 29 …w to align the text by the view's x- and/or y-axis when the text is smaller than the view. [flag] 41 …such as urls and email addresses are automatically found and converted to clickable links. [flag] 43 …ecifies that this TextView has a numeric input method. * Deprecated: Use inputType instead. [flag] 62 …laced in a text field, used to help an input method decide how to let the user enter text. [flag] 63 …able in an IME associated with an editor to improve the integration with your application. [flag] 95 android:scrollbars : Defines which scrollbars should be displayed on scrolling or not. [flag] 108 … This attribute is deprecated and will be ignored as of API level 14 (ICE_CREAM_SANDWICH). [flag] 109 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag] 149 android:layout_gravity : Standard gravity constant that a child can supply to its parent. [flag]
|
D | completion8-expected-completion44.txt | 5 android:layout_gravity : Standard gravity constant that a child can supply to its parent. [flag]
|
D | completionvalues1-expected-completion32.txt | 15 …such as urls and email addresses are automatically found and converted to clickable links. [flag] 90 … This attribute is deprecated and will be ignored as of API level 14 (ICE_CREAM_SANDWICH). [flag] 105 android:foregroundGravity : Defines the gravity to apply to the foreground drawable. [flag] 115 …ow to place the content of an object, both on the x- and y-axis, within the object itself. [flag] 130 …able in an IME associated with an editor to improve the integration with your application. [flag] 143 …laced in a text field, used to help an input method decide how to let the user enter text. [flag] 183 …ecifies that this TextView has a numeric input method. * Deprecated: Use inputType instead. [flag] 198 android:persistentDrawingCache : Defines the persistence of the drawing cache. [flag] 209 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag] 233 android:scrollbars : Defines which scrollbars should be displayed on scrolling or not. [flag] [all …]
|
D | completion12-expected-completion75.txt | 20 android:scrollbars : Defines which scrollbars should be displayed on scrolling or not. [flag] 33 … This attribute is deprecated and will be ignored as of API level 14 (ICE_CREAM_SANDWICH). [flag] 34 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
D | AddTranslationDialog.java | 363 Image flag = manager.getFlag(mSelectedLanguage, mSelectedRegion); in updateFlag() local 364 if (flag != null) { in updateFlag() 366 mFlag.setImage(flag); in updateFlag()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridModel.java | 374 static String removeFlag(String flag, String value) { in removeFlag() argument 375 if (value.equals(flag)) { in removeFlag() 379 int index = value.indexOf(flag); in removeFlag() 382 int endIndex = index + flag.length(); in removeFlag()
|
/sdk/eclipse/ |
D | changes.txt | 6 * Improved flag and locale data in the configuration chooser 27 * Automatic ProGuard support for the aapt -G flag. This means that 76 * Completion of resource values and enum and flag constants. 442 - Contextual menu with enum/flag type properties.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 112 void, glDepthMask, GLboolean flag
|