Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DUtilities.java233 RectF taskViewRect = new RectF(v.getLeft(), v.getTop(), v.getRight(), v.getBottom()); in setViewFrameFromTranslation() local
234 taskViewRect.offset(v.getTranslationX(), v.getTranslationY()); in setViewFrameFromTranslation()
237 v.setLeftTopRightBottom((int) taskViewRect.left, (int) taskViewRect.top, in setViewFrameFromTranslation()
238 (int) taskViewRect.right, (int) taskViewRect.bottom); in setViewFrameFromTranslation()