OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cancellation
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java
183
MotionEvent
cancellation
= MotionEvent.obtain(ev);
local
184
cancellation
.setAction(MotionEvent.ACTION_CANCEL);
185
mStackScrollLayout.onInterceptTouchEvent(
cancellation
);
186
mNotificationPanel.onInterceptTouchEvent(
cancellation
);
187
cancellation
.recycle();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java
208
//
cancellation
and start over.
670
private void handleOnLayoutStarted(ICancellationSignal
cancellation
, int sequence) {
681
cancellation
.cancel();
687
mCancellation =
cancellation
;
719
// Release the remote
cancellation
interface.
739
// Release the remote
cancellation
interface.
757
// Release the remote
cancellation
interface.
796
ICancellationSignal
cancellation
= (ICancellationSignal) message.obj;
local
798
handleOnLayoutStarted(
cancellation
, sequence);
830
public void onLayoutStarted(ICancellationSignal
cancellation
, int sequence)
1053
ICancellationSignal
cancellation
= (ICancellationSignal) message.obj;
local
[
all
...]
/frameworks/base/core/java/android/print/
PrintManager.java
755
CancellationSignal
cancellation
= (CancellationSignal) args.arg4;
local
771
adapter.onLayout(oldAttributes, newAttributes,
cancellation
,
780
CancellationSignal
cancellation
= (CancellationSignal) args.arg4;
local
792
adapter.onWrite(pages, fd,
cancellation
, callback);
[
all
...]
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
Completed in 514 milliseconds