Searched refs:BLINDS (Results 1 – 1 of 1) sorted by relevance
73 private static final int BLINDS = 1<<0; field in ExpandHelper262 (0 != (mExpansionStyle & BLINDS) ? " (blinds)" : "") + in onInterceptTouchEvent()281 if ((action == MotionEvent.ACTION_MOVE) && 0 != (mExpansionStyle & BLINDS)) { in onInterceptTouchEvent()302 if (startExpanding(mResizedView, BLINDS)) { in onInterceptTouchEvent()400 (0 != (mExpansionStyle & BLINDS) ? " (blinds)" : "") + in onTouchEvent()428 if (startExpanding(mResizedView, BLINDS)) { in onTouchEvent()436 if (mExpanding && 0 != (mExpansionStyle & BLINDS)) { in onTouchEvent()