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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java74 private static final int PULL = 1<<1; field in class:ExpandHelper
353 (0 != (mExpansionStyle & PULL) ? " (pull)" : "") +
382 startExpanding(underFocus, PULL);
430 (0 != (mExpansionStyle & PULL) ? " (pull)" : "") +

Completed in 372 milliseconds