Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneLayout.java138 private boolean mShouldInterceptCurrentTouch; field in TwoPaneLayout
210 sb.append(mShouldInterceptCurrentTouch); in toString()
580 mShouldInterceptCurrentTouch = x >= left && x <= right;
594 mShouldInterceptCurrentTouch = x >= foldersX1 && x <= foldersX2;
605 return mShouldInterceptCurrentTouch &&
611 if (mShouldInterceptCurrentTouch) {