Searched refs:mStatusBarGestureDownEvent (Results 1 – 1 of 1) sorted by relevance
122 private MotionEvent mStatusBarGestureDownEvent; field in OverviewProxyService182 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()