Home
last modified time | relevance | path

Searched defs:isCancel (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DPipeline.java31 public boolean isCancel(); in isCancel() method
DBasicPipeline.java35 public boolean isCancel() { in isCancel() method in BasicPipeline
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DGlanceableHubContainerController.kt387 val isCancel = ev.actionMasked == MotionEvent.ACTION_CANCEL in handleTouchEventOnCommunalView() constant