OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dialog
(Results
526 - 550
of
1945
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
EventLogTags.logtags
15
# - source selector in in-app search
dialog
16
# - search hardkey in in-app search
dialog
/packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java
20
import android.app.
Dialog
;
342
@Override public void onClick(DialogInterface
dialog
, int id) {
343
dialog
.dismiss();
346
final
Dialog
certDialog = builder.create();
361
@Override public void onClick(DialogInterface
dialog
, int id) {
363
dialog
.dismiss();
369
@Override public void onClick(DialogInterface
dialog
, int id) {
370
dialog
.cancel();
DevelopmentSettings.java
26
import android.app.
Dialog
;
156
// To track whether a confirmation
dialog
was clicked.
158
private
Dialog
mEnableDialog;
159
private
Dialog
mAdbDialog;
977
final ConfirmEnforceFragment
dialog
= new ConfirmEnforceFragment();
local
[
all
...]
/sdk/ddms/app/src/com/android/ddms/
StaticPortEditDialog.java
31
import org.eclipse.swt.widgets.
Dialog
;
42
* Small
dialog
box to edit a static port number.
44
public class StaticPortEditDialog extends
Dialog
{
71
* Creates a
dialog
with empty fields.
82
* Creates a
dialog
with predefined values.
100
* Opens the
dialog
. The method will return when the user closes the
dialog
254
// first we reset the warning
dialog
. This allows us to latter
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SyncProgressHelper.java
50
* @param progressMessage the message to display in the progress
dialog
51
* @param parentShell the parent shell for the progress
dialog
.
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortEditDialog.java
31
import org.eclipse.swt.widgets.
Dialog
;
42
* Small
dialog
box to edit a static port number.
44
public class StaticPortEditDialog extends
Dialog
{
71
* Creates a
dialog
with empty fields.
82
* Creates a
dialog
with predefined values.
100
* Opens the
dialog
. The method will return when the user closes the
dialog
254
// first we reset the warning
dialog
. This allows us to latter
/sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/
AboutDialog.java
22
import org.eclipse.jface.dialogs.
Dialog
;
36
public class AboutDialog extends
Dialog
{
/sdk/rule_api/src/com/android/ide/common/api/
IClientRulesEngine.java
79
* Displays the given message string in an alert
dialog
with an "OK" button.
86
* Displays a simple input alert
dialog
with an OK and Cancel buttons.
88
* @param message The message to display in the alert
dialog
.
116
* Displays an input
dialog
where the user can enter an Android reference value
125
* Displays an input
dialog
where the user can enter an Android resource name of the
138
* Displays an input
dialog
tailored for editing margin properties.
158
* Displays an input
dialog
tailored for inputing the source of an {@code <include>}
169
* Displays an input
dialog
tailored for inputing the source of a {@code <fragment>}
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
TaskMonitorImpl.java
62
* Sets the description in the current task
dialog
.
113
// Always set the
dialog
's progress max to 10k since it only handles
165
* Displays a yes/no question
dialog
box.
168
* makes sure the
dialog
is opened synchronously in the ui thread.
170
* @param title The title of the
dialog
box
180
* Displays a Login/Password
dialog
. This implementation allows this method to be
181
* called from any thread, it makes sure the
dialog
is opened synchronously
184
* @param title The title of the
dialog
box
/packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java
21
import android.app.
Dialog
;
178
@Override public void onClick(DialogInterface
dialog
, int id) {
179
dialog
.cancel(); // will cause OnDismissListener to be called
205
@Override public void onClick(DialogInterface
dialog
, int id) {
216
final
Dialog
dialog
= builder.create();
local
259
// remove
dialog
so that we will recreate with
261
dialog
.dismiss();
266
dialog
.setOnCancelListener(new DialogInterface.OnCancelListener() {
267
@Override public void onCancel(DialogInterface
dialog
) {
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
P2pTestListActivity.java
43
* If WiFi Direct is disabled, show the
dialog
message to user.
125
* If WiFi Direct is disabled, show the
dialog
to jump to system setting activity.
137
* Show the
dialog
to jump to system settings in order to enable
148
public void onClick(DialogInterface
dialog
, int which) {
/development/samples/ApiDemos/res/layout/
custom_dialog_activity.xml
17
<!-- Demonstrates an activity with a custom
dialog
theme.
/development/samples/ApiDemos/res/values/
styles.xml
37
<style name="ThemeHoloDialog" parent="android:Theme.
Dialog
">
60
<!-- A theme for a custom
dialog
appearance. Here we use an ugly
62
<style name="Theme.CustomDialog" parent="android:style/Theme.
Dialog
">
99
in correctly laying out an activity as a
dialog
. -->
/development/samples/ApiDemos/res/values-v11/
styles.xml
23
<style name="ThemeHoloDialog" parent="android:Theme.Holo.
Dialog
">
/development/samples/HoneycombGallery/res/values/
strings.xml
34
<string name="show_dialog">Show a
dialog
</string>
/development/samples/SampleSyncAdapter/res/values/
strings.xml
46
<!-- Message shown in progress
dialog
while app connects to the server -->
62
<!-- Message shown in
dialog
if the username or password is invalid. -->
66
<!-- Message shown in
dialog
if the password is invalid -->
70
<!-- Message shown in
dialog
to prompt the user for their password -->
/development/samples/Support4Demos/res/layout-land/
fragment_layout_support.xml
18
for display when in landscape: we can fit both titles and
dialog
. -->
/development/samples/Support4Demos/res/values/
strings.xml
36
<string name="fragment_alert_dialog_support">Fragment/Alert
Dialog
</string>
53
<string name="fragment_dialog_support">Fragment/
Dialog
</string>
56
<string name="fragment_dialog_or_activity_support">Fragment/
Dialog
or Activity</string>
58
being shown as a
dialog
and embedded inside of an activity.</string>
styles.xml
29
in correctly laying out an activity as a
dialog
. -->
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
_index.html
13
<dt><a href="FragmentAlertDialogSupport.html">Fragment Alert
Dialog
</a></dt>
30
<dt><a href="FragmentDialogSupport.html">Fragment
Dialog
</a></dt>
33
<dt><a href="FragmentDialogOrActivitySupport.html">Fragment
Dialog
or Activity</a></dt>
35
for either an Activity or
Dialog
.</dd>
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DialogHelper.java
22
* Contains methods to show common types of
Dialog
. This is done both for ease of code re-use and to
/development/samples/training/basic/ActivityLifecycle/
AndroidManifest.xml
39
android:theme="@android:style/Theme.
Dialog
">
/external/chromium/chrome/browser/chromeos/login/
proxy_settings_dialog.cc
14
// Hints for size of proxy settings
dialog
.
/external/chromium/chrome/browser/instant/
instant_unload_handler.h
19
//
dialog
the tab is added back to the tabstrip at its original location next to
/external/chromium/chrome/browser/resources/file_manager/js/
main.js
11
* Kick off the file manager
dialog
.
Completed in 858 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>