Home
last modified time | relevance | path

Searched refs:setTrackingHeadsUp (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java77 setTrackingHeadsUp(false); in onInterceptTouchEvent()
112 setTrackingHeadsUp(true); in onInterceptTouchEvent()
145 private void setTrackingHeadsUp(boolean tracking) {
147 mHeadsUpManager.setTrackingHeadsUp(tracking);
167 setTrackingHeadsUp(false);
DHeadsUpAppearanceController.java82 mSetTrackingHeadsUp = this::setTrackingHeadsUp;
369 public void setTrackingHeadsUp(ExpandableNotificationRow trackedChild) { in setTrackingHeadsUp() method in HeadsUpAppearanceController
DHeadsUpManagerPhone.java223 public void setTrackingHeadsUp(boolean trackingHeadsUp) { in setTrackingHeadsUp() method in HeadsUpManagerPhone
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt92 roundnessManager.setTrackingHeadsUp(it.row) in <lambda>()
96 roundnessManager.setTrackingHeadsUp(null) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java274 mRoundnessManager.setTrackingHeadsUp(mFirst); in testTrackingHeadsUpRoundedIfPushingUp()
286 mRoundnessManager.setTrackingHeadsUp(mFirst); in testTrackingHeadsUpPartiallyRoundedIfPushingDown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java386 public void setTrackingHeadsUp(ExpandableNotificationRow row) { in setTrackingHeadsUp() method in NotificationRoundnessManager
DNotificationStackScrollLayoutController.java944 public void setTrackingHeadsUp(ExpandableNotificationRow expandableNotificationRow) { in setTrackingHeadsUp() method in NotificationStackScrollLayoutController
945 mView.setTrackingHeadsUp(expandableNotificationRow); in setTrackingHeadsUp()
946 mNotificationRoundnessManager.setTrackingHeadsUp(expandableNotificationRow); in setTrackingHeadsUp()
DNotificationStackScrollLayout.java5000 public void setTrackingHeadsUp(ExpandableNotificationRow row) { in setTrackingHeadsUp() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1035 addTrackingHeadsUpListener(mNotificationStackScrollLayoutController::setTrackingHeadsUp); in onFinishInflate()