Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java242 boolean onDraggedDown(View startingChild, int dragLengthY); in onDraggedDown() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4644 public boolean onDraggedDown(View startingChild, int dragLengthY) { in onDraggedDown() argument
4653 goToLockedShade(startingChild); in onDraggedDown()
4654 if (startingChild instanceof ExpandableNotificationRow) { in onDraggedDown()
4655 ExpandableNotificationRow row = (ExpandableNotificationRow) startingChild; in onDraggedDown()