Searched refs:taskViewRect (Results 1 – 1 of 1) sorted by relevance
206 RectF taskViewRect = new RectF(v.getLeft(), v.getTop(), v.getRight(), v.getBottom()); in setViewFrameFromTranslation() local207 taskViewRect.offset(v.getTranslationX(), v.getTranslationY()); in setViewFrameFromTranslation()210 v.setLeftTopRightBottom((int) taskViewRect.left, (int) taskViewRect.top, in setViewFrameFromTranslation()211 (int) taskViewRect.right, (int) taskViewRect.bottom); in setViewFrameFromTranslation()