Home
last modified time | relevance | path

Searched refs:setClipBottom (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DAnimateableViewBounds.java52 setClipBottom(getClipBottom()); in AnimateableViewBounds()
142 public void setClipBottom(int bottom) { in setClipBottom() method in AnimateableViewBounds
DTaskStackView.java384 tv.getViewBounds().setClipBottom(clipBottom); in clipTaskViews()
389 tv.getViewBounds().setClipBottom(0); in clipTaskViews()
DTaskView.java337 mViewBounds.setClipBottom(0); in startEnterRecentsAnimation()