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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
H A DNotificationRoundnessManagerTest.java100 mFirst.setRemoved();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationInflaterTest.java145 mRow.setRemoved();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java1544 public void setRemoved() { method in class:NotificationContentView
1546 mExpandedRemoteInput.setRemoved();
1549 mHeadsUpRemoteInput.setRemoved();
H A DNotificationEntryManager.java565 entry.row.setRemoved();
678 row.setRemoved();
H A DExpandableNotificationRow.java1201 public void setRemoved() { method in class:ExpandableNotificationRow
1208 mPrivateLayout.setRemoved();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java435 public void setRemoved() { method in class:RemoteInputView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationEntryManagerTest.java273 verify(mRow).setRemoved();

Completed in 336 milliseconds