Searched defs:title (Results 1 - 25 of 47) sorted by relevance

12

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
H A DShareCodeAction.java26 public static void launch(Context context, CharSequence title) { argument
32 context.startActivity(Intent.createChooser(sharingIntent, title));
H A DShareMockupAction.java43 public static void launch(Activity activity, CharSequence title) { argument
76 activity.startActivity(Intent.createChooser(share, title));
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
H A DITaskFactory.java34 * @param title The title of the task, displayed in the monitor if any.
37 public abstract void start(String title, ITask task); argument
54 * @param title The title of the task, displayed in the monitor if any.
58 public abstract void start(String title, ITaskMonitor parentMonitor, ITask task); argument
H A DITaskMonitor.java34 * - A <b>title</b> <em>may</em> be present on a task dialog, typically when a task
129 * @param title The title of the dialog box
133 public boolean displayPrompt(final String title, final String message); argument
140 * @param title The title of the dialog box.
146 public UserCredentials displayLoginCredentialsPrompt(String title, String message); argument
H A DNullTaskMonitor.java103 public boolean displayPrompt(final String title, final String message) { argument
109 public UserCredentials displayLoginCredentialsPrompt(String title, String message) { argument
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
H A DWindow.java22 private String title; field in class:Window
25 public Window(String title, int hashCode) { argument
26 this.title = title;
31 return title;
44 return title;
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
H A DProgressTaskFactory.java38 public void start(String title, ITask task) { argument
39 start(title, null /*parentMonitor*/, task);
43 public void start(String title, ITaskMonitor parentMonitor, ITask task) { argument
46 ProgressTask p = new ProgressTask(mShell, title);
H A DProgressViewFactory.java39 public void start(String title, ITask task) { argument
40 start(title, null /*monitor*/, task);
44 public void start(String title, ITaskMonitor parentMonitor, ITask task) { argument
46 mProgressView.startTask(title, parentMonitor, task);
H A DIProgressUiProvider.java70 * @param title The title of the dialog box
74 public abstract boolean displayPrompt(String title, String message); argument
81 * @param title The title of the dialog box.
85 public UserCredentials displayLoginCredentialsPrompt(String title, String message); argument
H A DProgressTask.java36 * Creates a new {@link ProgressTask} with the given title.
39 public ProgressTask(Shell parent, String title) { argument
41 mTitle = title;
80 private Thread createTaskThread(String title, final ITask task) { argument
82 return new Thread(title) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
H A DSelectThemeAction.java33 public SelectThemeAction(ConfigurationChooser configuration, String title, String theme, argument
35 super(title, IAction.AS_RADIO_BUTTON);
H A DOrientationMenuAction.java52 OrientationMenuAction(int type, String title, ConfigurationChooser configuration) { argument
53 super(title);
162 private DeviceConfigAction(ConfigurationChooser configuration, String title, argument
164 super(title, IAction.AS_RADIO_BUTTON);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DShowWithinMenu.java40 String title = reference.getDisplayName();
41 IAction action = new ShowWithinAction(title, reference);
60 public ShowWithinAction(String title, Reference reference) { argument
61 super(title, IAction.AS_RADIO_BUTTON);
H A DPlayAnimationMenu.java77 * @param title menu item name
81 private PlayAnimationMenu(LayoutCanvas canvas, String title, boolean framework) { argument
82 super(title);
107 String title = animation;
108 IAction action = new PlayAnimationAction(title, animation, mFramework);
136 public PlayAnimationAction(String title, String animationName, boolean isFrameworkAnim) { argument
137 super(title, IAction.AS_PUSH_BUTTON);
H A DSubmenuAction.java20 public SubmenuAction(String title) { argument
21 super(title, IAction.AS_DROP_DOWN_MENU);
H A DFragmentMenu.java124 // Pair of <title,layout> to be displayed to the user
148 String title = source.substring(index, end);
153 layout = ANDROID_LAYOUT_RESOURCE_PREFIX + title;
155 layout = LAYOUT_RESOURCE_PREFIX + title;
157 if (!self.equals(title)) {
158 layouts.add(Pair.of(title, layout));
265 public SetFragmentLayoutAction(String title, String layout, String selected) { argument
266 super(title, IAction.AS_RADIO_BUTTON);
288 public PickLayoutAction(String title) { argument
289 super(title, IActio
[all...]
H A DListViewTypeMenu.java142 public SetListTypeAction(String title, String layout, String selected) { argument
143 super(title, IAction.AS_RADIO_BUTTON);
166 public PickLayoutAction(String title, String type) { argument
167 super(title, IAction.AS_PUSH_BUTTON);
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
H A DWindow.java33 public Window(IDevice device, String title, int hashCode) { argument
35 this.mTitle = title;
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
H A DUpdaterBaseDialog.java42 protected UpdaterBaseDialog(Shell parentShell, UpdaterData updaterData, String title) { argument
45 String.format("%1$s - %2$s", SdkUpdaterWindowImpl2.APP_NAME, title)); //$NON-NLS-1$
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
H A DBaseFileHandler.java61 * @param title The title of the File Save dialog.
70 String localFileName, final String remoteFilePath, String title)
75 fileDialog.setText(title);
101 * @param title The title of the File Save dialog.
104 protected boolean promptAndSave(String localFileName, byte[] data, String title) { argument
107 fileDialog.setText(title);
69 promptAndPull(final SyncService sync, String localFileName, final String remoteFilePath, String title) argument
/sdk/monkeyrunner/src/com/android/monkeyrunner/
H A DMonkeyRunner.java117 args = { "message", "title", "okTitle" },
120 "The dialog's title. The default value is 'Alert'.",
128 String title = ap.getString(1, "Alert");
131 alert(message, title, buttonTitle);
139 args = {"message", "initialValue", "title", "okTitle", "cancelTitle"},
143 "The dialog's title. The default is 'Input'",
155 String title = ap.getString(2, "Input");
157 return input(message, initialValue, title);
162 args = {"message", "choices", "title"},
166 "The dialog's title
202 alert(String message, String title, String okTitle) argument
216 choice(String message, String title, Collection<String> choices) argument
238 input(String message, String initialValue, String title) argument
[all...]
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
H A DAuthenticationDialog.java51 * @param title Title of the window.
54 public AuthenticationDialog(Shell parentShell, String title, String message) { argument
57 mTitle = title;
H A DSwtBaseDialog.java74 * @param title The dialog title. Can be null.
76 public SwtBaseDialog(Shell parent, int swtStyle, String title) { argument
78 if (title != null) {
79 setText(title);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DVisualRefactoringAction.java136 public static IAction create(String title, LayoutEditorDelegate editorDelegate, argument
138 return new ActionWrapper(title, editorDelegate, clz);
145 ActionWrapper(String title, LayoutEditorDelegate editorDelegate, argument
147 super(title);
/sdk/lint/cli/src/com/android/tools/lint/
H A DReporter.java73 * Sets the report title
75 * @param title the title of the report
77 public void setTitle(String title) { argument
78 mTitle = title;
81 /** @return the title of the report */

Completed in 912 milliseconds

12