Home
last modified time | relevance | path

Searched defs:forceCancel (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java717 private void forceCancel() { in forceCancel() method in RemotePrintDocument.AsyncCommand
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java3720 private void endMotionEvent(MotionEvent event, float x, float y, boolean forceCancel) { in endMotionEvent()