Searched refs:BLINDS (Results 1 – 1 of 1) sorted by relevance
74 private static final int BLINDS = 1<<0; field in ExpandHelper279 (0 != (mExpansionStyle & BLINDS) ? " (blinds)" : "") + in onInterceptTouchEvent()298 if ((action == MotionEvent.ACTION_MOVE) && 0 != (mExpansionStyle & BLINDS)) { in onInterceptTouchEvent()319 if (startExpanding(mResizedView, BLINDS)) { in onInterceptTouchEvent()419 (0 != (mExpansionStyle & BLINDS) ? " (blinds)" : "") + in onTouchEvent()447 if (startExpanding(mResizedView, BLINDS)) { in onTouchEvent()455 if (mExpanding && 0 != (mExpansionStyle & BLINDS)) { in onTouchEvent()