Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskViewTransform.java74 viewOutlineAlpha = tv.getViewBounds().getAlpha(); in fillIn()
195 v.getViewBounds().setClipBottom(0); in reset()
DTaskView.java119 tv.getViewBounds().setAlpha(alpha);
124 return tv.getViewBounds().getAlpha();
215 AnimateableViewBounds getViewBounds() { in getViewBounds() method in TaskView
335 getViewBounds().reset(); in resetViewProperties()
DTaskStackView.java813 tv.getViewBounds().setClipBottom(clipBottom); in clipTaskViews()