Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/
DDockItemViewHolder.kt134 dockItemViewController.setExcited(isExcited = false) in dropAnimationsStarting()
159 if (dockItemViewController.setExcited(isExcited = true)) { in exciteView()
165 if (dockItemViewController.setExcited(isExcited = false)) { in resetView()
DDockItemViewController.kt90 fun setExcited(isExcited: Boolean): Boolean { in setExcited() method