Searched refs:startExpanding (Results 1 – 2 of 2) sorted by relevance
77 mExpandHelper.startExpanding(mRow, 0); in testAnimationDoesntClearViewIfNewExpansionStarted()79 mExpandHelper.startExpanding(mRow, 0); in testAnimationDoesntClearViewIfNewExpansionStarted()
139 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