Home
last modified time | relevance | path

Searched refs:setRow (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicChildBindControllerTest.java114 summary.setRow(createRow()); in addGroup()
118 child.setRow(createRow()); in addGroup()
DNotificationEntryManagerTest.java274 mEntry.setRow(mRow); in testRemoveNotification()
324 mEntry.setRow(mRow); in testUpdateNotificationRanking()
340 mEntry.setRow(mRow); in testUpdateNotificationRanking_noChange()
354 mEntry.setRow(null); in testUpdateNotificationRanking_rowNotInflatedYet()
369 mEntry.setRow(null); in testUpdateNotificationRanking_pendingNotification()
DVisualStabilityManagerTest.java67 mEntry.setRow(mRow); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DAlertingNotificationManagerTest.java136 mEntry.setRow(mRow); in setUp()
191 entry.setRow(mRow); in testReleaseAllImmediately()
DNotificationRemoteInputManagerTest.java96 mEntry.setRow(mRow); in setUp()
DNotificationViewHierarchyManagerTest.java216 entry0.setRow(spy(entry0.getRow())); in testUpdateNotificationViews_appOps()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupTestHelper.java87 entry.setRow(row); in createEntry()
DHeadsUpManagerPhoneTest.java140 laterEntry.setRow(mRow); in testCanRemoveImmediately_notTopEntry()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java109 mEntry.setRow(mRow); in setUp()
232 entry.setRow(mRow); in testLogPanelShownHandlesNullInstanceIds()
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
DQuaresActivity.kt233 tv.setRow(q, y) in loadPuzzle()
275 fun setRow(q: Quare, row: Int): Boolean { in setRow() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java169 entry.setRow(row); in bindRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DPreparationCoordinator.java289 entry.setRow(null);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java405 entry.setRow(row); in generateRow()
DNotificationGutsManagerTest.java444 entry.setRow(row); in testShouldExtendLifetime()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java433 public void setRow(ExpandableNotificationRow row) { in setRow() method in NotificationEntry
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java137 mEntryDismissed.setRow(row); in setUp()