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.java77 mExpandHelper.startExpanding(mRow, 0); in testAnimationDoesntClearViewIfNewExpansionStarted()
79 mExpandHelper.startExpanding(mRow, 0); in testAnimationDoesntClearViewIfNewExpansionStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java139 startExpanding(mResizedView, STRETCH);
330 startExpanding(mResizedView, PULL); in onInterceptTouchEvent()
340 if (startExpanding(mResizedView, BLINDS)) { in onInterceptTouchEvent()
468 if (startExpanding(mResizedView, BLINDS)) { in onTouchEvent()
542 boolean startExpanding(ExpandableView v, int expandType) { in startExpanding() method in ExpandHelper