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
310 mWatchingForPull = false; in onInterceptTouchEvent()
312 if (mWatchingForPull) { in onInterceptTouchEvent()
317 mWatchingForPull = false; in onInterceptTouchEvent()
331 mWatchingForPull = mScrollAdapter != null && in onInterceptTouchEvent()
337 mWatchingForPull = false; in onInterceptTouchEvent()
433 mWatchingForPull = mScrollAdapter != null && in onTouchEvent()
440 if (mWatchingForPull) { in onTouchEvent()
445 mWatchingForPull = false; in onTouchEvent()