HomeSort by relevance Sort by last modified time
    Searched defs:cancellation (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 253 MotionEvent cancellation = MotionEvent.obtain(ev); local
254 cancellation.setAction(MotionEvent.ACTION_CANCEL);
255 mStackScrollLayout.onInterceptTouchEvent(cancellation);
256 mNotificationPanel.onInterceptTouchEvent(cancellation);
257 cancellation.recycle();
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 217 // cancellation and start over.
697 failed("Command did not respond to cancellation in "
747 private void handleOnLayoutStarted(ICancellationSignal cancellation, int sequence) {
758 cancellation.cancel();
764 mCancellation = cancellation;
796 // Release the remote cancellation interface.
816 // Release the remote cancellation interface.
834 // Release the remote cancellation interface.
909 ICancellationSignal cancellation = (ICancellationSignal) message.obj; local
910 handleOnLayoutStarted(cancellation, sequence)
1189 ICancellationSignal cancellation = (ICancellationSignal) message.obj; local
    [all...]
  /frameworks/base/core/java/android/print/
PrintManager.java 1018 CancellationSignal cancellation = (CancellationSignal) args.arg4; local
1043 CancellationSignal cancellation = (CancellationSignal) args.arg4; local
    [all...]
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0-rc2/
guava-19.0-rc2.jar 

Completed in 212 milliseconds