/frameworks/layoutlib/bridge/src/android/animation/ |
D | AnimationThread.java | 113 if (mListener.isCanceled()) { in run() 135 if (mListener.isCanceled()) { in run() 150 if (mListener.isCanceled()) { in run() 161 } while (mListener.isCanceled() == false && mQueue.size() > 0); in run()
|
/frameworks/support/compat/java/android/support/v4/os/ |
D | CancellationSignal.java | 43 public boolean isCanceled() { in isCanceled() method in CancellationSignal 55 if (isCanceled()) { in throwIfCanceled()
|
/frameworks/base/core/java/android/os/ |
D | CancellationSignal.java | 41 public boolean isCanceled() { in isCanceled() method in CancellationSignal 53 if (isCanceled()) { in throwIfCanceled()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | SnoozeHelper.java | 170 record.getValue().isCanceled = true; in cancel() 195 records.valueAt(k).isCanceled = true; in cancel() 212 records.valueAt(i).isCanceled = true; in cancel() 234 if (existing != null && existing.isCanceled) { in update() 262 if (record != null && !record.isCanceled) { in repost() 296 if (record != null && !record.isCanceled) { in repostGroupSummary()
|
D | NotificationRecord.java | 86 boolean isCanceled; field in NotificationRecord
|
/frameworks/base/core/java/android/content/ |
D | AbstractThreadedSyncAdapter.java | 309 if (isCanceled()) { in run() 349 if (!isCanceled()) { in run() 364 private boolean isCanceled() { in isCanceled() method in AbstractThreadedSyncAdapter.SyncThread
|
/frameworks/base/tools/preload2/src/com/android/preload/ui/ |
D | NullProgressMonitor.java | 27 public boolean isCanceled() { in isCanceled() method in NullProgressMonitor
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneFallbackEventHandler.java | 218 if (!event.isCanceled()) { in onKeyUp() 245 if (event.isTracking() && !event.isCanceled()) { in onKeyUp() 255 if (event.isTracking() && !event.isCanceled()) { in onKeyUp()
|
D | PhoneWindow.java | 1063 if (event.isCanceled() || (mDecor != null && mDecor.mPrimaryActionMode != null) || in onKeyUpPanel() 2019 if (event.isTracking() && !event.isCanceled()) { in onKeyUp() 2043 if (event.isTracking() && !event.isCanceled()) { in onKeyUp() 2050 if (mSupportsPictureInPicture && !event.isCanceled()) { in onKeyUp()
|
/frameworks/support/core-utils/java/android/support/v4/print/ |
D | PrintHelper.java | 467 if (cancellationSignal.isCanceled()) { in writeBitmap() 477 if (cancellationSignal.isCanceled()) { in writeBitmap() 519 if (cancellationSignal.isCanceled()) { in writeBitmap() 549 if (cancellationSignal.isCanceled()) { in writeBitmap() 596 if (cancellationSignal.isCanceled()) { in printBitmap()
|
/frameworks/base/core/java/android/view/animation/ |
D | Animation.java | 858 final boolean expired = normalizedTime >= 1.0f || isCanceled(); in getTransformation() 883 if (mRepeatCount == mRepeated || isCanceled()) { in getTransformation() 913 private boolean isCanceled() { in isCanceled() method
|
/frameworks/av/media/mtp/ |
D | MtpServer.cpp | 1020 bool isCanceled = false; in doSendObject() local 1074 isCanceled = true; in doSendObject() 1094 if (isCanceled) in doSendObject() 1269 bool isCanceled = false; in doSendPartialObject() local 1284 isCanceled = true; in doSendPartialObject() 1289 if (isCanceled) in doSendPartialObject()
|
/frameworks/support/content/src/android/support/content/ |
D | Query.java | 146 if (mCancellationSignal != null && !mCancellationSignal.isCanceled()) { in cancel()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | MenuDialogHelper.java | 104 } else if (event.getAction() == KeyEvent.ACTION_UP && !event.isCanceled()) { in onKey()
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
D | MenuDialogHelper.java | 107 } else if (event.getAction() == KeyEvent.ACTION_UP && !event.isCanceled()) { in onKey()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | RemotePrintDocument.java | 134 } else if (mCurrentCommand.isCanceled()) { 447 || mCurrentCommand.isCanceled())) { in runPendingCommand() 582 public final boolean isCanceled() { in isCanceled() method in RemotePrintDocument.AsyncCommand
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintManager.java | 519 if (cancel.isCanceled()) { in authenticate() 572 if (cancel.isCanceled()) { in enroll()
|
/frameworks/base/core/java/android/widget/ |
D | ZoomButtonsController.java | 492 && event.isTracking() && !event.isCanceled()) { in onContainerKey()
|
D | AutoCompleteTextView.java | 776 if (event.isTracking() && !event.isCanceled()) { in onKeyPreIme()
|
D | ListPopupWindow.java | 1050 if (event.isTracking() && !event.isCanceled()) { in onKeyPreIme()
|
D | SearchView.java | 2007 if (event.isTracking() && !event.isCanceled()) { in onKeyPreIme()
|
/frameworks/base/core/java/android/app/ |
D | Dialog.java | 628 && !event.isCanceled()) { in onKeyUp()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ListPopupWindow.java | 1089 if (event.isTracking() && !event.isCanceled()) { in onKeyPreIme()
|
D | SearchView.java | 1944 if (event.isTracking() && !event.isCanceled()) { in onKeyPreIme()
|
/frameworks/base/core/java/android/view/ |
D | KeyEvent.java | 2374 public final boolean isCanceled() { in isCanceled() method in KeyEvent
|