Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/
DDockItemViewHolder.kt171 val containerLocation = itemView.locationOnScreen in getDropContainerLocation() constant
172 return Point(containerLocation[0], containerLocation[1]) in getDropContainerLocation()