Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java75 private static final int PULL = 1<<1; field in ExpandHelper
270 (0 != (mExpansionStyle & PULL) ? " (pull)" : "") + in onInterceptTouchEvent()
299 startExpanding(mResizedView, PULL); in onInterceptTouchEvent()
410 (0 != (mExpansionStyle & PULL) ? " (pull)" : "") + in onTouchEvent()