Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java78 private boolean mWatchingForPull; field in ExpandHelper
300 mWatchingForPull = false; in onInterceptTouchEvent()
302 if (mWatchingForPull) { in onInterceptTouchEvent()
307 mWatchingForPull = false; in onInterceptTouchEvent()
321 mWatchingForPull = mScrollAdapter != null && in onInterceptTouchEvent()
327 mWatchingForPull = false; in onInterceptTouchEvent()
423 mWatchingForPull = mScrollAdapter != null && in onTouchEvent()
430 if (mWatchingForPull) { in onTouchEvent()
435 mWatchingForPull = false; in onTouchEvent()