Searched refs:startingChild (Results 1 – 2 of 2) sorted by relevance
242 boolean onDraggedDown(View startingChild, int dragLengthY); in onDraggedDown() argument
4644 public boolean onDraggedDown(View startingChild, int dragLengthY) { in onDraggedDown() argument4653 goToLockedShade(startingChild); in onDraggedDown()4654 if (startingChild instanceof ExpandableNotificationRow) { in onDraggedDown()4655 ExpandableNotificationRow row = (ExpandableNotificationRow) startingChild; in onDraggedDown()