Home | History | Annotate | Download | only in systemui

Lines Matching defs:BLINDS

73     private static final int BLINDS  = 1<<0;
259 (0 != (mExpansionStyle & BLINDS) ? " (blinds)" : "") +
278 if ((action == MotionEvent.ACTION_MOVE) && 0 != (mExpansionStyle & BLINDS)) {
279 // we've begun Venetian blinds style expansion
298 if (startExpanding(mResizedView, BLINDS)) {
395 (0 != (mExpansionStyle & BLINDS) ? " (blinds)" : "") +
421 if (startExpanding(mResizedView, BLINDS)) {
429 BLINDS)) {