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.java76 private static final int STRETCH = 1<<2; field in ExpandHelper
118 startExpanding(mResizedView, STRETCH);
271 (0 != (mExpansionStyle & STRETCH) ? " (stretch)" : "")); in onInterceptTouchEvent()
411 (0 != (mExpansionStyle & STRETCH) ? " (stretch)" : "")); in onTouchEvent()