HomeSort by relevance Sort by last modified time
    Searched defs:Dialog (Results 1 - 25 of 71) sorted by null

1 2 3

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Dialog.py 0 # dialog.py -- Tkinter interface to the tk_dialog script.
12 class Dialog(Widget):
28 d = Dialog(None, {'title': 'File Modified',
tkCommonDialog.py 13 class Dialog:
tkSimpleDialog.py 12 # dialog base class
14 '''Dialog boxes
16 This module handles dialog boxes. It contains the following
19 Dialog -- a base class for dialogs
30 class Dialog(Toplevel):
39 '''Initialize a dialog.
45 title -- the dialog title
97 '''create dialog body.
154 dialog is destroyed. By default, it always validates OK.
163 the dialog is destroyed. By default, it does nothing
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Dialog.py 0 # dialog.py -- Tkinter interface to the tk_dialog script.
12 class Dialog(Widget):
28 d = Dialog(None, {'title': 'File Modified',
tkCommonDialog.py 13 class Dialog:
tkSimpleDialog.py 12 # dialog base class
14 '''Dialog boxes
16 This module handles dialog boxes. It contains the following
19 Dialog -- a base class for dialogs
30 class Dialog(Toplevel):
39 '''Initialize a dialog.
45 title -- the dialog title
97 '''create dialog body.
154 dialog is destroyed. By default, it always validates OK.
163 the dialog is destroyed. By default, it does nothing
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 0 # dialog.py -- Tkinter interface to the tk_dialog script.
12 class Dialog(Widget):
28 d = Dialog(None, {'title': 'File Modified',
tkCommonDialog.py 13 class Dialog:
tkSimpleDialog.py 12 # dialog base class
14 '''Dialog boxes
16 This module handles dialog boxes. It contains the following
19 Dialog -- a base class for dialogs
30 class Dialog(Toplevel):
39 '''Initialize a dialog.
45 title -- the dialog title
97 '''create dialog body.
154 dialog is destroyed. By default, it always validates OK.
163 the dialog is destroyed. By default, it does nothing
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 0 # dialog.py -- Tkinter interface to the tk_dialog script.
12 class Dialog(Widget):
28 d = Dialog(None, {'title': 'File Modified',
tkCommonDialog.py 13 class Dialog:
tkSimpleDialog.py 12 # dialog base class
14 '''Dialog boxes
16 This module handles dialog boxes. It contains the following
19 Dialog -- a base class for dialogs
30 class Dialog(Toplevel):
39 '''Initialize a dialog.
45 title -- the dialog title
97 '''create dialog body.
154 dialog is destroyed. By default, it always validates OK.
163 the dialog is destroyed. By default, it does nothing
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
uisample.py     [all...]
msilib.py 630 class Dialog:
635 add_data(db, "Dialog", [(name, x,y,w,h,attr,title,first,default,cancel)])
schema.py 183 Dialog = Table('Dialog')
184 Dialog.add_field(1,'Dialog',11592)
185 Dialog.add_field(2,'HCentering',1282)
186 Dialog.add_field(3,'VCentering',1282)
187 Dialog.add_field(4,'Width',1282)
188 Dialog.add_field(5,'Height',1282)
189 Dialog.add_field(6,'Attributes',4356)
190 Dialog.add_field(7,'Title',8064)
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertActivity.java 20 import android.app.Dialog;
75 event.setClassName(Dialog.class.getName());
  /frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
VersionDialog.java 21 import android.app.Dialog;
32 * This is the dialog we show when the library's version is older than
37 public Dialog onCreateDialog(Bundle savedInstanceState) {
40 // Need to use our library's resources for showing the dialog.
55 new Dialog.OnClickListener() {
57 public void onClick(DialogInterface dialog, int which) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/support/
SupportDisclaimerDialogFragmentTest.java 6 import android.app.Dialog;
74 // pretend the user selected to skip the dialog in the future
80 fragment.onClick(fragment.getDialog(), Dialog.BUTTON_POSITIVE);
91 // pretend the user selected to skip the dialog in the future
97 fragment.onClick(fragment.getDialog(), Dialog.BUTTON_POSITIVE);
  /external/nist-sip/java/javax/sip/
Dialog.java 11 public interface Dialog extends Serializable {
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 19 import android.app.Dialog;
84 private Dialog mRenameDialog;
225 protected Dialog onCreateDialog(int id) {
233 protected void onPrepareDialog(int id, Dialog dialog) {
234 super.onPrepareDialog(id, dialog);
240 private Dialog createRenameDialog() {
249 builder.setOnCancelListener(new Dialog.OnCancelListener() {
250 public void onCancel(DialogInterface dialog) {
255 new Dialog.OnClickListener()
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ActivityTest.java 4 import android.app.Dialog;
193 new Dialog(activity) {
195 activity.dialog = this;
216 new Dialog(activity) {
218 activity.dialog = this;
240 Dialog firstDialog = ShadowDialog.getLatestDialog();
244 final Dialog secondDialog = ShadowDialog.getLatestDialog();
253 Dialog dialog = ShadowDialog.getLatestDialog(); local
254 assertTrue(dialog.isShowing())
262 Dialog dialog = ShadowDialog.getLatestDialog(); local
565 public Dialog dialog = null; field in class:ActivityTest.DialogLifeCycleActivity
    [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 72 * {@link Activity#onPrepareDialog(int, Dialog)},
75 * that managed this dialog.
77 * <p>Often you will want to have a Dialog display on top of the current
81 * your Dialog takes input focus, as it the default) with the following code:
93 public class Dialog implements DialogInterface, Window.Callback,
95 private static final String TAG = "Dialog";
140 * Creates a dialog window that uses the default dialog theme.
143 * base theme used to present the dialog.
145 * @param context the context in which the dialog should ru
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1320 milliseconds

1 2 3