/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | manifest-expected-completion18.txt | 8 android:launchMode : Specify how an activity should be launched. [enum] 9 android:screenOrientation : Specify the orientation an activity should be run in. [enum] 15 android:allowTaskReparenting : Specify that an activity can be moved out of a task it is in to the… 16 android:finishOnTaskLaunch : Specify whether an activity should be finished when its task is broug… 17 android:finishOnCloseSystemDialogs : Specify whether an activity should be finished when a "close … 18 android:clearTaskOnLaunch : Specify whether an activity's task should be cleared when it is re-lau… 19 android:noHistory : Specify whether an activity should be kept in its history stack. [boolean] 20 android:alwaysRetainTaskState : Specify whether an acitivty's task state should always be maintaine… 21 …its freeze state (as returned by onSaveInstanceState retained in order to be restarted. [boolean] 22 android:excludeFromRecents : Indicates that an Activity should be excluded from the list of recent… [all …]
|
D | completion5-expected-completion40.txt | 17 android:maxLines : Makes the TextView be at most this many lines tall. [integer] 18 android:maxHeight : Makes the TextView be at most this many pixels tall. [dimension] 19 android:lines : Makes the TextView be exactly this many lines tall. [integer] 20 android:height : Makes the TextView be exactly this many pixels tall. [dimension] 21 android:minLines : Makes the TextView be at least this many lines tall. [integer] 22 android:minHeight : Makes the TextView be at least this many pixels tall. [dimension] 23 android:maxEms : Makes the TextView be at most this many ems wide. [integer] 24 android:maxWidth : Makes the TextView be at most this many pixels wide. [dimension] 25 android:ems : Makes the TextView be exactly this many ems wide. [integer] 26 android:width : Makes the TextView be exactly this many pixels wide. [dimension] [all …]
|
D | completion1-expected-completion39.txt | 17 android:maxLines : Makes the TextView be at most this many lines tall. [integer] 18 android:maxHeight : Makes the TextView be at most this many pixels tall. [dimension] 19 android:lines : Makes the TextView be exactly this many lines tall. [integer] 20 android:height : Makes the TextView be exactly this many pixels tall. [dimension] 21 android:minLines : Makes the TextView be at least this many lines tall. [integer] 22 android:minHeight : Makes the TextView be at least this many pixels tall. [dimension] 23 android:maxEms : Makes the TextView be at most this many ems wide. [integer] 24 android:maxWidth : Makes the TextView be at most this many pixels wide. [dimension] 25 android:ems : Makes the TextView be exactly this many ems wide. [integer] 26 android:width : Makes the TextView be exactly this many pixels wide. [dimension] [all …]
|
D | completionvalues1-expected-completion23.txt | 3 android:textSelectHandle : Reference to a drawable that will be used to display a text selection a… 4 android:textSelectHandleLeft : Reference to a drawable that will be used to display a text selectio… 5 android:textSelectHandleRight : Reference to a drawable that will be used to display a text selecti…
|
D | manifest-expected-completion16.txt | 4 instrumentation : Attributes that can be supplied in an AndroidManifest.xml "instrumentation" tag,… 7 permission : The "permission" tag declares a security permission that can be used to control acces… 14 …-permission" tag requests a "permission" that the containing package must be granted in order for… 15 uses-sdk : The "uses-sdk" tag describes the SDK features that the containing package must be runni…
|
D | completionvalues1-expected-completion32.txt | 6 android:allowSingleTap : Indicates whether the drawer can be opened/closed by a single tap on the … 11 android:animateOnClick : Indicates whether the drawer should be opened/closed with an animation wh… 20 android:baselineAlignBottom : If true, the image view will be baseline aligned with based on its b… 26 android:cacheColorHint : Indicates that this list will always be drawn on top of solid, single-col… 31 android:checkedButton : The id of the child radio button that should be checked by default within … 51 android:cropToPadding : If true, the image will be cropped to fit within its padding. [boolean] 62 android:drawSelectorOnTop : When set to true, the selector will be drawn over the selected item. … 63 android:drawableBottom : The drawable to be drawn below the text. [color, reference] 64 android:drawableEnd : The drawable to be drawn to the end of the text. [color, reference] 65 android:drawableLeft : The drawable to be drawn to the left of the text. [color, reference] [all …]
|
D | completion1-expected-completion11.txt | 55 <View /> : Attributes that can be used with android.view.View or any of its subclasses. 64 <fragment /> : A Fragment is a piece of an application's user interface or behavior that can be pl… 67 <view /> : A view tag whose class attribute names the class to be instantiated
|
D | completion1-expected-completion12.txt | 55 <View /> : Attributes that can be used with android.view.View or any of its subclasses. 64 <fragment /> : A Fragment is a piece of an application's user interface or behavior that can be pl… 67 <view /> : A view tag whose class attribute names the class to be instantiated
|
D | completion9-expected-completion64.txt | 55 <View /> : Attributes that can be used with android.view.View or any of its subclasses. 64 <fragment /> : A Fragment is a piece of an application's user interface or behavior that can be pl… 68 <view /> : A view tag whose class attribute names the class to be instantiated
|
D | completion12-expected-completion75.txt | 5 android:tag : Supply a tag for this view containing a String, to be retrieved later with View.getT… 20 android:scrollbars : Defines which scrollbars should be displayed on scrolling or not. [flag] 22 …s a scrolling container, meaing that it can be resized to shrink its overall window so that there… 31 …orizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean] 32 …rawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean] 33 android:fadingEdge : This attribute is deprecated and will be ignored as of API level 14 (ICE_CREA… 34 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag] 43 android:saveEnabled : If unset, no state will be saved for this view when it is being frozen. [bo… 65 android:verticalScrollbarPosition : Determines which side the vertical scroll bar should be placed … 87 …hParentIfMissing : If set to true, the parent will be used as the anchor when the anchor cannot b…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | AbsoluteLayoutRule.java | 105 Rect be = elements[0].getBounds(); in drawFeedback() local 107 if (be.isValid()) { in drawFeedback() 111 int offsetX = x - be.x + (feedback.dragBounds != null ? feedback.dragBounds.x : 0); in drawFeedback() 112 int offsetY = y - be.y + (feedback.dragBounds != null ? feedback.dragBounds.y : 0); in drawFeedback() 172 Rect be = element.getBounds(); in onDropped() 187 if (be.isValid()) { in onDropped() 188 offset = new Point(x - be.x, y - be.y); in onDropped() 190 } else if (offset != null && be.isValid()) { in onDropped() 191 x = offset.x + be.x; in onDropped() 192 y = offset.y + be.y; in onDropped() [all …]
|
/sdk/eclipse/buildConfig/ |
D | build.properties | 24 # Of course any of the settings here can be overridden by spec'ing 34 # The prefix that will be used in the generated archive. 38 # The location underwhich all of the build output will be collected. 75 #Set to true if you want the output to be ready for an update jar (no site.xml generated) 79 #codebase should be a URL that will be used as the root of all relative URLs in the output. 121 #The value to be used for the qualifier of a plugin or feature when you want to override the value … 122 #The value will only be applied to plugin or features indicating build.properties, qualifier = cont… 133 # in most RCP app or a plug-in, the baseLocation should be the location of a previously 134 # installed Eclipse against which the application or plug-in code will be compiled and the RCP delt… 138 # Note: These default values may be overridden by the build_plugins script [all …]
|
/sdk/testapps/jarCheckTests1/app/ |
D | ant.properties | 3 # This file must be checked in Version Control Systems, as it is 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/gridlayoutTest/app/ |
D | ant.properties | 3 # This file must be checked into Version Control Systems, as it is 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/jarCheckTests2/app/ |
D | ant.properties | 3 # This file must be checked in Version Control Systems, as it is 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/basicProjectWithAidl/ |
D | ant.properties | 3 # This file must be checked into Version Control Systems, as it is 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/customViewTest/libWithCustomView/ |
D | ant.properties | 3 # This file must be checked in Version Control Systems, as it is 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/aidlTest/mainProject/ |
D | ant.properties | 3 # This file must be checked in Version Control Systems, as it is 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/jarCheckTests3/lib2/ |
D | ant.properties | 3 # This file must be checked in Version Control Systems, as it is 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/jarCheckTests3/app/ |
D | ant.properties | 3 # This file must be checked in Version Control Systems, as it is 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/customViewTest/mainProject/ |
D | ant.properties | 3 # This file must be checked in Version Control Systems, as it is 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/jarCheckTests3/lib1/ |
D | ant.properties | 3 # This file must be checked in Version Control Systems, as it is 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/jarCheckTests2/lib1/ |
D | ant.properties | 3 # This file must be checked in Version Control Systems, as it is 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/jarCheckTests1/lib2/ |
D | ant.properties | 3 # This file must be checked in Version Control Systems, as it is 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/buildConfigTest/app/ |
D | ant.properties | 3 # This file must be checked into Version Control Systems, as it is 16 # The password will be asked during the build when you use the 'release' target.
|