Searched refs:forceCancel (Results 1 – 2 of 2) sorted by relevance
368 private void endMotionEvent(MotionEvent event, float x, float y, boolean forceCancel) { in endMotionEvent() argument372 || event.getActionMasked() == MotionEvent.ACTION_CANCEL || forceCancel) { in endMotionEvent()382 if (event.getActionMasked() == MotionEvent.ACTION_CANCEL || forceCancel) { in endMotionEvent()
646 PooledLambda.obtainMessage(AsyncCommand::forceCancel, this) in cancel()717 private void forceCancel() { in forceCancel() method in RemotePrintDocument.AsyncCommand