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.java62 mExpandHelper.startExpanding(mRow, 0); in testAnimationDoesntClearViewIfNewExpansionStarted()
64 mExpandHelper.startExpanding(mRow, 0); in testAnimationDoesntClearViewIfNewExpansionStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java118 startExpanding(mResizedView, STRETCH);
299 startExpanding(mResizedView, PULL); in onInterceptTouchEvent()
309 if (startExpanding(mResizedView, BLINDS)) { in onInterceptTouchEvent()
437 if (startExpanding(mResizedView, BLINDS)) { in onTouchEvent()
511 boolean startExpanding(ExpandableView v, int expandType) { in startExpanding() method in ExpandHelper