Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java75 private static final int STRETCH = 1<<2; field in ExpandHelper
115 startExpanding(mResizedView, STRETCH);
261 (0 != (mExpansionStyle & STRETCH) ? " (stretch)" : "")); in onInterceptTouchEvent()
397 (0 != (mExpansionStyle & STRETCH) ? " (stretch)" : "")); in onTouchEvent()