Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java126 startExpanding(mResizedView, STRETCH);
301 startExpanding(mResizedView, PULL); in onInterceptTouchEvent()
310 if (startExpanding(mResizedView, BLINDS)) { in onInterceptTouchEvent()
428 if (startExpanding(mResizedView, BLINDS)) { in onTouchEvent()
500 private boolean startExpanding(ExpandableView v, int expandType) { in startExpanding() method in ExpandHelper