Searched refs:tempRect (Results 1 – 3 of 3) sorted by relevance
83 Rect tempRect = new Rect(); in getArea() local84 while (itr.next(tempRect)) { in getArea()85 area += tempRect.width() * tempRect.height(); in getArea()
60 private val tempRect = Rect() in <lambda>() constant123 ?: tempRect.apply { in <lambda>()
721 Rect tempRect = new Rect(); in startSplitToHome() local730 mSplitSelectStateController.getActiveSplitStagePosition(), tempRect); in startSplitToHome()737 floatingTaskView.addStagingAnimation(anim, startingTaskRect, tempRect, in startSplitToHome()