Home
last modified time | relevance | path

Searched refs:mStatusBarGestureDownEvent (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java122 private MotionEvent mStatusBarGestureDownEvent; field in OverviewProxyService
182 mStatusBarGestureDownEvent = MotionEvent.obtain(event);
185 mStatusBarGestureDownEvent.recycle();
186 mStatusBarGestureDownEvent = null;
593 if (mStatusBarGestureDownEvent != null) { in cleanupAfterDeath()
597 mStatusBarGestureDownEvent.setAction(MotionEvent.ACTION_CANCEL); in cleanupAfterDeath()
598 bar.dispatchNotificationsPanelTouchEvent(mStatusBarGestureDownEvent); in cleanupAfterDeath()
599 mStatusBarGestureDownEvent.recycle(); in cleanupAfterDeath()
600 mStatusBarGestureDownEvent = null; in cleanupAfterDeath()