HomeSort by relevance Sort by last modified time
    Searched refs:cancel (Results 376 - 400 of 2586) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/com/android/internal/widget/
SwipeDismissLayout.java 141 cancel();
265 cancel(); method
294 protected void cancel() { method in class:SwipeDismissLayout
412 cancel();
477 mDismissAnimator.cancel();
507 cancel(); method
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/
CameraComposerFragment.java 66 private ImageButton cancel; field in class:CameraComposerFragment
98 cancel = cameraView.findViewById(R.id.camera_cancel_button);
107 cancel.setOnClickListener(this);
182 } else if (view == cancel) {
350 cancel.setVisibility(View.GONE);
360 cancel.setVisibility(uriReadyOrProcessing ? View.VISIBLE : View.GONE);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py 288 then a list of buttons: back, next, cancel. Optionally a bitmap at the
292 default, cancel, bitmap=true)"""
318 def cancel(self, title, next, name = "Cancel", active = 1): member in class:PyDialog
319 """Add a cancel button with a given title, the tab-next button,
472 fatal.cancel("Cancel", "Back", active = 0)
477 c=fatal.next("Finish", "Cancel", name="Finish")
487 user_exit.cancel("Cancel", "Back", active = 0)
    [all...]
  /external/python/cpython2/Tools/msi/
msi.py 289 then a list of buttons: back, next, cancel. Optionally a bitmap at the
293 default, cancel, bitmap=true)"""
319 def cancel(self, title, next, name = "Cancel", active = 1): member in class:PyDialog
320 """Add a cancel button with a given title, the tab-next button,
496 fatal.cancel("Cancel", "Back", active = 0)
501 c=fatal.next("Finish", "Cancel", name="Finish")
511 user_exit.cancel("Cancel", "Back", active = 0
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 52 * that create responses and generate cancel requests from incoming orignial requests without the
55 * Bystrom. Szabo Barna noticed a contact in a cancel request - this is a pointless header for
56 * cancel. Antonis Kyardis contributed bug fixes. Jeroen van Bemmel noted that method names are
90 // given cancel request
118 putName(Request.CANCEL);
744 * Creates a default SIPResquest message that would cancel this request. Note that tag
748 * @return A CANCEL SIPRequest constructed according to RFC3261 section 9.1
757 // A CANCEL request SHOULD NOT be sent to cancel a request other than
761 throw new SipException("Attempt to create CANCEL for " + this.getMethod())
774 SIPRequest cancel = new SIPRequest(); local
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
FutureTaskTest.java 46 assertFalse(f.cancel(false));
47 assertFalse(f.cancel(true));
143 pf.cancel(mayInterruptIfRunning);
288 assertTrue(task.cancel(mayInterruptIfRunning));
349 * cancel(false) before run succeeds
353 assertTrue(task.cancel(false));
366 * cancel(true) before run succeeds
370 assertTrue(task.cancel(true));
383 * cancel(false) of a completed task fails
388 assertFalse(task.cancel(false))
    [all...]
RecursiveActionTest.java 101 assertFalse(a.cancel(false));
102 assertFalse(a.cancel(true));
145 assertFalse(a.cancel(false));
146 assertFalse(a.cancel(true));
277 f.cancel(true);
313 f.cancel(true);
348 fibActions[1].cancel(false);
350 fibActions[4].cancel(true);
629 assertTrue(f.cancel(true));
647 assertTrue(f.cancel(true))
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 238 assertTrue(Futures.transform(input, function).cancel(false));
250 assertTrue(Futures.transform(input, function).cancel(true));
263 assertTrue(Futures.transform(immediate, function).cancel(false));
277 assertTrue(Futures.transform(immediate, function).cancel(true));
615 derived.cancel(true);
628 derived.cancel(false);
644 derived.cancel(false);
728 future.cancel(false);
759 dereferenced.cancel(true);
767 dereferenced.cancel(true)
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java 76 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID);
106 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID);
  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/contacts/
ContactsListActivity.java 119 mContactsAsyncTask.cancel(true);
129 mContactsAsyncTask.cancel(true);
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java 76 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID);
106 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID);
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigTextIntentService.java 76 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID);
106 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID);
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigTextIntentService.java 77 notificationManagerCompat.cancel(StandaloneMainActivity.NOTIFICATION_ID);
107 notificationManagerCompat.cancel(StandaloneMainActivity.NOTIFICATION_ID);
  /development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
AnticiButton.java 112 downAnim.cancel();
151 downAnim.cancel();
175 // No click: Fall through; equivalent to cancel event
177 // Run the cancel animation in either case
  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 59 nm.cancel(CommonConstants.NOTIFICATION_ID);
65 nm.cancel(CommonConstants.NOTIFICATION_ID);
  /external/dagger2/producers/src/test/java/dagger/producers/internal/
ProducersTest.java 57 producedFuture.cancel(false);
65 future.cancel(false);
  /external/guava/guava/src/com/google/common/util/concurrent/
SimpleTimeLimiter.java 132 future.cancel(true);
142 future.cancel(true);
  /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
AbstractListenableFutureTest.java 127 * This method checks the cancel, isCancelled, and isDone methods.
153 future.cancel(true);
189 future.cancel(true);
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceInfoResolver.java 44 * @see java.util.TimerTask#cancel()
47 public boolean cancel() { method in class:ServiceInfoResolver
49 boolean result = super.cancel();
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
DNSStateTask.java 105 this.cancel();
139 // If we have nothing to send, another timer taskState ahead of us has done the job for us. We can cancel.
140 cancel(); method
  /external/libcups/cups/
http-addrlist.c 51 * timeout and optional cancel.
61 int *cancel) /* I - Pointer to "cancel" variable */
93 DEBUG_printf(("httpAddrConnect2(addrlist=%p, sock=%p, msec=%d, cancel=%p)", (void *)addrlist, (void *)sock, msec, (void *)cancel));
102 if (cancel && *cancel)
117 if (cancel && *cancel)
254 if (cancel && *cancel
    [all...]
  /external/python/cpython2/Demo/tix/samples/
NoteBook.py 109 cancel = Tix.Button(master, name='cancel',
110 text='Cancel', width=6,
114 cancel.pack(side=Tix.TOP, padx=2, pady=2)
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AnimationTest.java 44 animation.cancel();
80 animation.cancel();
AsyncTaskTest.java 52 assertTrue(asyncTask.cancel(true));
73 assertFalse(asyncTask.cancel(true));
  /frameworks/base/core/java/android/app/
TimePickerDialog.java 123 setButton(BUTTON_NEGATIVE, themeContext.getString(R.string.cancel), this);
174 cancel(); method

Completed in 694 milliseconds

<<11121314151617181920>>