Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDesktopTaskView.kt59 private val tempPointF = PointF() in <lambda>() constant
105 BaseContainerInterface.getTaskDimension(mContext, container.deviceProfile, tempPointF) in <lambda>()
106 val windowWidth = tempPointF.x.toInt() in <lambda>()
107 val windowHeight = tempPointF.y.toInt() in <lambda>()