Searched refs:startingChild (Results 1 – 3 of 3) sorted by relevance
117 void goToLockedShade(View startingChild); in goToLockedShade() argument
245 boolean onDraggedDown(View startingChild, int dragLengthY); in onDraggedDown() argument
6350 public boolean onDraggedDown(View startingChild, int dragLengthY) {6358 if (!mAmbientState.isDark() || startingChild != null) {6360 mShadeController.goToLockedShade(startingChild);6361 if (startingChild instanceof ExpandableNotificationRow) {6362 ExpandableNotificationRow row = (ExpandableNotificationRow) startingChild;