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