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.java115 startExpanding(mResizedView, STRETCH);
289 startExpanding(mResizedView, PULL); in onInterceptTouchEvent()
298 if (startExpanding(mResizedView, BLINDS)) { in onInterceptTouchEvent()
421 if (startExpanding(mResizedView, BLINDS)) { in onTouchEvent()
495 private boolean startExpanding(ExpandableView v, int expandType) { in startExpanding() method in ExpandHelper