Searched refs:ofType (Results 1 – 4 of 4) sorted by relevance
36 static DraggableView ofType(int type) { in ofType() method
382 private fun isItemInDock(component: ComponentName, ofType: DockAppItem.Type? = null): Boolean { in <lambda>()384 .filter { (ofType == null) || (it.type == ofType) } in <lambda>()
173 draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_WIDGET); in startDrag()202 draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_ICON); in startDrag()
637 DraggableView draggableView = DraggableView.ofType(DraggableView.DRAGGABLE_ICON);