Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java149 private boolean mIsTouchDisabledForSuppressLayout; field in MultiShrinkScroller
469 if (mIsTouchDisabledForDismissAnimation || mIsTouchDisabledForSuppressLayout) return false; in shouldStartDrag()
506 if (mIsTouchDisabledForDismissAnimation || mIsTouchDisabledForSuppressLayout) return true; in onTouchEvent()
1371 mIsTouchDisabledForSuppressLayout = areTouchesDisabled; in setDisableTouchesForSuppressLayout()