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.java77 private boolean mWatchingForPull; field in ExpandHelper
290 mWatchingForPull = false; in onInterceptTouchEvent()
292 if (mWatchingForPull) { in onInterceptTouchEvent()
296 mWatchingForPull = false; in onInterceptTouchEvent()
310 mWatchingForPull = mScrollAdapter != null && in onInterceptTouchEvent()
316 mWatchingForPull = false; in onInterceptTouchEvent()
409 mWatchingForPull = mScrollAdapter != null && in onTouchEvent()
415 if (mWatchingForPull) { in onTouchEvent()
419 mWatchingForPull = false; in onTouchEvent()