Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 212) sorted by relevance

123456789

/sdk/apps/SdkController/
DImplementation.txt14 to the emulator and provides a number of "handlers". Handlers can be
15 though as being separate tasks that the user wants to achieve, for example
19 They basically stay there as long as the app is running, and its up to the
20 handler to deal with emulator connections starts/stopping. Some handlers
22 need an activity to connect to them first.
23 - The app has a number of activities which connect to existing handlers.
25 Another way to see it is that the app handles a number of tasks which are
27 can send data to the emulator) and an optional activity for UI (that displays
38 - in onResume this will bind to the service, creating and starting it if necessary.
41 Note however that due to the asynchronous nature of the bind operation, the activity
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Ddrawable1-expected-completion50.txt2 <animation-list /> : Drawable used to render several animated frames.
3 <bitmap /> : Drawable used to draw bitmaps.
5 <color /> : Drawable used to draw a single color.
7 <layer-list ></layer-list> : Drawable used to render several drawables stacked on top of each othe…
8 <nine-patch /> : Drawable used to draw 9-patches.
9 <rotate /> : Drawable used to rotate another drawable.
11 <selector ></selector> : Drawable used to render several states.
12 <shape ></shape> : Drawable used to render a geometric shape, with a gradient or a solid color.
Ddrawable1-expected-completion47.txt2 <animation-list /> : Drawable used to render several animated frames.
3 <bitmap /> : Drawable used to draw bitmaps.
5 <color /> : Drawable used to draw a single color.
7 <layer-list ></layer-list> : Drawable used to render several drawables stacked on top of each othe…
8 <nine-patch /> : Drawable used to draw 9-patches.
9 <rotate /> : Drawable used to rotate another drawable.
11 <selector ></selector> : Drawable used to render several states.
12 <shape ></shape> : Drawable used to render a geometric shape, with a gradient or a solid color.
Dcompletionvalues1-expected-completion32.txt4 android:adjustViewBounds : Set this to true if you want the ImageView to adjust its bounds to pres…
5 android:alignmentMode : When set to alignMargins, causes alignment to take place between the outer…
9 android:animateFirstView : Defines whether to animate the current View when the ViewAnimation is f…
10 …in layout (caused by adding and removing items) should cause a LayoutTransition to run. [boolean]
15 …ks such as urls and email addresses are automatically found and converted to clickable links. [f…
18 android:background : A drawable to use as the background. [color, reference]
21 android:baselineAligned : When set to false, prevents the layout from aligning its children's base…
22 …t that is baseline aligned, it can specify which of its children to baseline align to (that is, …
37 class : Supply the name of the view class to instantiate
39 android:clickable : Defines whether this view reacts to click events. [boolean]
[all …]
Ddrawable2-expected-completion52.txt3 <gradient /> : Used to describe the gradient used to fill the shape of a GradientDrawable.
4 <padding /> : Used to specify the optional padding of a GradientDrawable.
5 <size /> : Used to specify the size of the shape for GradientDrawable.
6 <solid /> : Used to fill the shape of GradientDrawable with a solid color.
7 <stroke /> : Used to describe the optional stroke of a GradientDrawable.
Dcompletion5-expected-completion40.txt2 style : A reference to a custom style [reference]
4 android:text : Text to display. [string]
5 android:hint : Hint text to display when the text is empty. [string]
29 android:gravity : Specifies how to align the text by the view's x- and/or y-axis when the text is …
30 android:scrollHorizontally : Whether the text is allowed to be wider than the view (and therefore …
32to a single horizontally scrolling line instead of letting it wrap onto multiple lines, and advan…
36 android:maxLength : Set an input filter to constrain the text length to the specified number. [in…
41 …ks such as urls and email addresses are automatically found and converted to clickable links. [f…
42 …sClickable : If set to false, keeps the movement method from being set to the link movement metho…
50 …include its current complete text inside of its frozen icicle in addition to meta-data such as t…
[all …]
Dcompletion1-expected-completion39.txt2 style : A reference to a custom style [reference]
4 android:text : Text to display. [string]
5 android:hint : Hint text to display when the text is empty. [string]
29 android:gravity : Specifies how to align the text by the view's x- and/or y-axis when the text is …
30 android:scrollHorizontally : Whether the text is allowed to be wider than the view (and therefore …
32to a single horizontally scrolling line instead of letting it wrap onto multiple lines, and advan…
36 android:maxLength : Set an input filter to constrain the text length to the specified number. [in…
41 …ks such as urls and email addresses are automatically found and converted to clickable links. [f…
42 …sClickable : If set to false, keeps the movement method from being set to the link movement metho…
50 …include its current complete text inside of its frozen icicle in addition to meta-data such as t…
[all …]
Dcompletionvalues1-expected-completion23.txt3 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…
Dmanifest-expected-completion18.txt3 android:theme : The overall theme to use for an activity. [reference]
11 android:permission : Specify a permission that a client is required to have in order to use the as…
12 android:multiprocess : Specify whether a component is allowed to have multiple instances of itself…
13 android:process : Specify a specific process that the associated code is to run in. [string]
14 android:taskAffinity : Specify a task name that activities have an "affinity" to. [string]
15 android:allowTaskReparenting : Specify that an activity can be moved out of a task it is in to the…
16 …: Specify whether an activity should be finished when its task is brought to the foreground by re…
20 …e should always be maintained by the system, or if it is allowed to reset the task to its initial…
21 …tes that an Activity does not need to have its freeze state (as returned by onSaveInstanceState r…
24 android:exported : Flag indicating whether the given application component is available to other a…
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
Dbuild_messages.properties10 Failed_To_Get_Output=Failed to get project output folder\!
18 Dalvik_Error_d=Conversion to Dalvik format failed with error %1$d
20 Dalvik_Error_s=Conversion to Dalvik format failed: %1$s
24 Marker_Delete_Error=Failed to delete marker '%1$s' for %2$s
25 Couldnt_Locate_s_Error=Could not locate '%1$s'. This will not be added to the package.
27 No_SDK_Setup_Error=SDK directory has not been setup. Please go to the Android preferences and enter…
34 Nothing_To_Compile=Nothing to pre compile\!
36 Delete_Obsolete_Error=Failed to delete obsolete %1$s, please delete it manually
42 s_Modified_Manually_Recreating_s=%1$s was modified manually\! Reverting to generated version\!
44 Added_s_s_Needs_Updating=New resource file: '%1$s', %2$s needs to be updated.
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/
DNOTICE15 i) changes to the Program, and
17 ii) additions to the Program;
19 where such changes and/or additions to the Program originate from and
21 'originates' from a Contributor if it was added to the Program by such
23 Contributions do not include additions to the Program which: (i) are
42 a) Subject to the terms of this Agreement, each Contributor hereby
44 license to reproduce, prepare derivative works of, publicly display,
49 b) Subject to the terms of this Agreement, each Contributor hereby
51 under Licensed Patents to make, use, sell, offer to sell, import and
53 source code and object code form. This patent license shall apply to the
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/
DNOTICE15 i) changes to the Program, and
17 ii) additions to the Program;
19 where such changes and/or additions to the Program originate from and
21 'originates' from a Contributor if it was added to the Program by such
23 Contributions do not include additions to the Program which: (i) are
42 a) Subject to the terms of this Agreement, each Contributor hereby
44 license to reproduce, prepare derivative works of, publicly display,
49 b) Subject to the terms of this Agreement, each Contributor hereby
51 under Licensed Patents to make, use, sell, offer to sell, import and
53 source code and object code form. This patent license shall apply to the
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
DNOTICE15 i) changes to the Program, and
17 ii) additions to the Program;
19 where such changes and/or additions to the Program originate from and
21 'originates' from a Contributor if it was added to the Program by such
23 Contributions do not include additions to the Program which: (i) are
42 a) Subject to the terms of this Agreement, each Contributor hereby
44 license to reproduce, prepare derivative works of, publicly display,
49 b) Subject to the terms of this Agreement, each Contributor hereby
51 under Licensed Patents to make, use, sell, offer to sell, import and
53 source code and object code form. This patent license shall apply to the
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/
DNOTICE15 i) changes to the Program, and
17 ii) additions to the Program;
19 where such changes and/or additions to the Program originate from and
21 'originates' from a Contributor if it was added to the Program by such
23 Contributions do not include additions to the Program which: (i) are
42 a) Subject to the terms of this Agreement, each Contributor hereby
44 license to reproduce, prepare derivative works of, publicly display,
49 b) Subject to the terms of this Agreement, each Contributor hereby
51 under Licensed Patents to make, use, sell, offer to sell, import and
53 source code and object code form. This patent license shall apply to the
[all …]
/sdk/eclipse/buildConfig/
Dbuild.properties18 # Parameters describing how and where to execute the build.
21 # bootclasspath - The base jars to compile against (typicaly rt.jar)
22 # configs - the list of {os, ws, arch} configurations to build.
28 product=/plugin or feature id/path/to/.product
35 # override default of "eclipse" to aid for external site generation
41 # The list of {os, ws, arch} configurations to build. This
58 # Setting this value to try will cause PDE to only create one output containing all
75 #Set to true if you want the output to be ready for an update jar (no site.xml generated)
78 #Set to true for Jnlp generation
85 #jnlp.configs=${configs} #uncomment to filter the content of the generated jnlp files based on th…
[all …]
/sdk/files/typos/
Dtypos-nb.txt6 # plus some post-processing to fix invalid entries, remove duplicates, etc.
51 # been approved by Creative Commons as being essentially equivalent to
58 # 4. *"Distribute"* means to make available to the public the original
84 # composition with or without words; a cinematographic work to which
85 # are assimilated works expressed by a process analogous to
87 # sculpture, engraving or lithography; a photographic work to which
88 # are assimilated works expressed by a process analogous to
90 # sketch or three-dimensional work relative to geography, topography,
92 # compilation of data to the extent it is protected as a copyrightable
93 # work; or a work performed by a variety or circus performer to the
[all …]
Dtypos-hu.txt6 # plus some post-processing to fix invalid entries, remove duplicates, etc.
51 # been approved by Creative Commons as being essentially equivalent to
58 # 4. *"Distribute"* means to make available to the public the original
84 # composition with or without words; a cinematographic work to which
85 # are assimilated works expressed by a process analogous to
87 # sculpture, engraving or lithography; a photographic work to which
88 # are assimilated works expressed by a process analogous to
90 # sketch or three-dimensional work relative to geography, topography,
92 # compilation of data to the extent it is protected as a copyrightable
93 # work; or a work performed by a variety or circus performer to the
[all …]
Dtypos-it.txt6 # plus some post-processing to fix invalid entries, remove duplicates, etc.
51 # been approved by Creative Commons as being essentially equivalent to
58 # 4. *"Distribute"* means to make available to the public the original
84 # composition with or without words; a cinematographic work to which
85 # are assimilated works expressed by a process analogous to
87 # sculpture, engraving or lithography; a photographic work to which
88 # are assimilated works expressed by a process analogous to
90 # sketch or three-dimensional work relative to geography, topography,
92 # compilation of data to the extent it is protected as a copyrightable
93 # work; or a work performed by a variety or circus performer to the
[all …]
Dtypos-tr.txt6 # plus some post-processing to fix invalid entries, remove duplicates, etc.
51 # been approved by Creative Commons as being essentially equivalent to
58 # 4. *"Distribute"* means to make available to the public the original
84 # composition with or without words; a cinematographic work to which
85 # are assimilated works expressed by a process analogous to
87 # sculpture, engraving or lithography; a photographic work to which
88 # are assimilated works expressed by a process analogous to
90 # sketch or three-dimensional work relative to geography, topography,
92 # compilation of data to the extent it is protected as a copyrightable
93 # work; or a work performed by a variety or circus performer to the
[all …]
Dtypos-es.txt6 # plus some post-processing to fix invalid entries, remove duplicates, etc.
51 # been approved by Creative Commons as being essentially equivalent to
58 # 4. *"Distribute"* means to make available to the public the original
84 # composition with or without words; a cinematographic work to which
85 # are assimilated works expressed by a process analogous to
87 # sculpture, engraving or lithography; a photographic work to which
88 # are assimilated works expressed by a process analogous to
90 # sketch or three-dimensional work relative to geography, topography,
92 # compilation of data to the extent it is protected as a copyrightable
93 # work; or a work performed by a variety or circus performer to the
[all …]
/sdk/eclipse/
Dchanges.txt3 * JUnit test runner allows a test to be run on all devices
9 * Detect certain types of wakelock mistakes leading to unnecessary
29 file containing classes to keep that are referenced from XML files
30 (such as custom views) and pass this to ProGuard at
34 rules to keep all custom views from the default ProGuard
38 * Test projects now have access to the full classpath from the
57 files and preferences, look for calls to
59 * Check to make sure that Fragment classes are instantiatable. If
61 to have a default constructor, you can hit runtime errors when the
62 system attempts to reinstantiate your fragment after a
[all …]
/sdk/
Dchanges.txt4 - Emergency fix to new project templates.
29 * ProGuard updated to version 4.7. In addition to many new features,
30 this will fix the "Conversion to Dalvik format failed with error 1"
36 check) have been rewritten to use the more accurate Java parse
47 annotation to specify local overrides for conditionally loaded
57 elements, or which fail to declare minSdkVersion or
63 * Check menus to ensure that they are using "ifRoom" instead of
67 elements. This can lead to accidentally leaving debug information
74 * Find hardcoded references to "/sdcard" in Java code; these should
77 * Find "import android.R" statements in Java code, which can lead to
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
Dmessages.properties7 NdkGdbLaunchDelegate_Action_ObtainDevice=Obtaining device to use
11 NdkGdbLaunchDelegate_Action_SyncAppToDevice=Syncing application to device
12 NdkGdbLaunchDelegate_Action_WaitGdbServerAttach=Waiting for gdbserver to attach to process
13 NdkGdbLaunchDelegate_Action_WaitingForActivity=Waiting for activity to be launched
20 …legate_LaunchError_InterruptedWaitingForGdbserver=Interrupted while waiting for gdbserver to attach
22 NdkGdbLaunchDelegate_LaunchError_NoCompatibleAbi=Unable to find a compatible ABI
30 NdkGdbLaunchDelegate_LaunchError_UnableToDetectAppAbi=Unable to detect application ABI's
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
Dmessages.properties4 … %1$s or above.\n\nCurrent revision is %2$s.\n\nPlease update your SDK Tools to the latest version.
5 VersionCheck_Plugin_Version_Failed=Failed to get the required ADT version number from the SDK.\n\nT…
6 VersionCheck_Build_Tool_Missing=The Android SDK requires the new Build Tools component to be instal…
7 VersionCheck_Unable_To_Parse_Version_s=Unable to parse sdk build version: %1$s
8 …on %1$d.%2$d.%3$d or above.\n\nCurrent version is %4$s.\n\nPlease update ADT to the latest version.
9 AdtPlugin_Failed_To_Start_s=Failed to start %1$s
12 AdtPlugin_Failed_To_Parse_s=Failed to parse:
/sdk/docs/
Dhowto_use_cupcake_sdk.txt1 Subject: How to build use a Cupcake Android SDK & ADT Eclipse plugin.
28 Unless required by applicable law or agreed to in writing, software
40 This explains how to use the "new" SDK provided starting with cupcake.
53 First you will need to grab the zip of the SDK for your platform or build it
54 yourself. Please refer to the accompanying document "howto_build_SDK.txt" if
61 somewhere (no need to unzip).
70 Below we'll explain how you can upgrade your Eclipse install to the new plugin.
72 another suggestion is to simply install a new copy of Eclipse and create a
95 - Using Help > Software Update, add a new "archived site", point it to the new
108 from your code repository, these projects will fail to build at first.
[all …]

123456789