Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DExpandHelperTest.java69 mExpandHelper.startExpanding(mRow, 0); in testAnimationDoesntClearViewIfNewExpansionStarted()
71 mExpandHelper.startExpanding(mRow, 0); in testAnimationDoesntClearViewIfNewExpansionStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java119 startExpanding(mResizedView, STRETCH);
309 startExpanding(mResizedView, PULL); in onInterceptTouchEvent()
319 if (startExpanding(mResizedView, BLINDS)) { in onInterceptTouchEvent()
447 if (startExpanding(mResizedView, BLINDS)) { in onTouchEvent()
521 boolean startExpanding(ExpandableView v, int expandType) { in startExpanding() method in ExpandHelper