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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java75 private static final int STRETCH = 1<<2; field in class:ExpandHelper
122 startExpanding(underFocus, STRETCH);
354 (0 != (mExpansionStyle & STRETCH) ? " (stretch)" : ""));
431 (0 != (mExpansionStyle & STRETCH) ? " (stretch)" : ""));
584 startExpanding(v, STRETCH);

Completed in 31 milliseconds