Searched refs:mPickedChild (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java44 private ExpandableNotificationRow mPickedChild; field in class:HeadsUpTouchHelper
81 mPickedChild = (ExpandableNotificationRow) child;
83 && mPickedChild.isHeadsUp() && mPickedChild.isPinned();
89 mPickedChild = topEntry.row;
113 int startHeight = (int) (mPickedChild.getActualHeight()
114 + mPickedChild.getTranslationY());
130 if (mPickedChild != null && mTouchingHeadsUpView) {
133 mPickedChild.getStatusBarNotification().getKey())) {
147 mPanel.setTrackedHeadsUp(tracking ? mPickedChild
[all...]

Completed in 27 milliseconds