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.java98 private boolean mWatchingForPull; field in ExpandHelper
331 mWatchingForPull = false; in onInterceptTouchEvent()
333 if (mWatchingForPull) { in onInterceptTouchEvent()
338 mWatchingForPull = false; in onInterceptTouchEvent()
352 mWatchingForPull = mScrollAdapter != null && in onInterceptTouchEvent()
358 mWatchingForPull = false; in onInterceptTouchEvent()
454 mWatchingForPull = mScrollAdapter != null && in onTouchEvent()
461 if (mWatchingForPull) { in onTouchEvent()
466 mWatchingForPull = false; in onTouchEvent()