HomeSort by relevance Sort by last modified time
    Searched defs:Dialog (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/python/cpython2/Lib/msilib/
__init__.py 447 class Dialog:
452 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...]
  /external/python/cpython3/Lib/msilib/
__init__.py 451 class Dialog:
456 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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
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...]
  /external/python/cpython2/Tools/msi/
msilib.py 625 class Dialog:
630 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...]
  /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...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowActivityTest.java 25 import android.app.Dialog;
287 new Dialog(activity) {
289 activity.dialog = this;
310 new Dialog(activity) {
312 activity.dialog = this;
342 Dialog firstDialog = ShadowDialog.getLatestDialog();
345 Dialog secondDialog = ShadowDialog.getLatestDialog();
353 Dialog dialog = ShadowDialog.getLatestDialog(); local
354 assertTrue(dialog.isShowing())
362 Dialog dialog = ShadowDialog.getLatestDialog(); local
922 public Dialog dialog = null; field in class:ShadowActivityTest.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...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 854 milliseconds

12 3 4