Searched refs:taskViewRect (Results 1 – 1 of 1) sorted by relevance
233 RectF taskViewRect = new RectF(v.getLeft(), v.getTop(), v.getRight(), v.getBottom()); in setViewFrameFromTranslation() local234 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()