Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/view/
H A DQCRowViewTest.java68 mView.setRow(null); in setRow_null_notVisible()
75 mView.setRow(row); in setRow_notNull_visible()
83 mView.setRow(row); in setRow_setsTitle()
93 mView.setRow(row); in setRow_setsSubtitle()
103 mView.setRow(row); in setRow_setsIcon()
116 mView.setRow(row); in setRow_createsStartItems()
132 mView.setRow(row); in setRow_createsEndItems()
144 mView.setRow(row); in setRow_noSlider_sliderViewNotVisible()
155 mView.setRow(row); in setRow_hasSlider_sliderViewVisible()
164 mView.setRow(row); in onRowClick_firesAction()
[all …]
/aosp12/packages/apps/Car/libs/car-qc-lib/src/com/android/car/qc/view/
H A DQCListView.java87 view.setRow(qcList.getRows().get(i)); in onChanged()
91 view.setRow(qcList.getRows().get(i)); in onChanged()
H A DQCRowView.java203 void setRow(QCRow row) { in setRow() method in QCRowView
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindControllerTest.java116 summary.setRow(createRow()); in addGroup()
120 child.setRow(createRow()); in addGroup()
H A DNotificationEntryManagerTest.java290 mEntry.setRow(mRow); in testRemoveNotification()
348 mEntry.setRow(mRow); in testUpdateNotificationRanking()
364 mEntry.setRow(mRow); in testUpdateNotificationRanking_noChange()
377 mEntry.setRow(null); in testUpdateNotificationRanking_rowNotInflatedYet()
391 mEntry.setRow(null); in testUpdateNotificationRanking_pendingNotification()
H A DVisualStabilityManagerTest.java79 mEntry.setRow(mRow); in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DAlertingNotificationManagerTest.java140 mEntry.setRow(mRow); in setUp()
195 entry.setRow(mRow); in testReleaseAllImmediately()
H A DRemoteInputNotificationRebuilderTest.java70 mEntry.setRow(mRow); in setUp()
H A DNotificationRemoteInputManagerTest.java120 mEntry.setRow(mRow); in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupTestHelper.java87 entry.setRow(row); in createEntry()
H A DHeadsUpManagerPhoneTest.java140 laterEntry.setRow(mRow); in testCanRemoveImmediately_notTopEntry()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java109 mEntry.setRow(mRow); in setUp()
232 entry.setRow(mRow); in testLogPanelShownHandlesNullInstanceIds()
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
H A DQuaresActivity.kt234 tv.setRow(q, y)
276 fun setRow(q: Quare, row: Int): Boolean { regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java162 entry.setRow(row); in bindRow()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DPreparationCoordinator.java318 entry.setRow(null);
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java840 blk.setRow(row); in tryToLoad()
989 public void setRow(int row) { in setRow() method in ImageBlockManager.ImageBlock
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java468 entry.setRow(row); in generateRow()
H A DNotificationGutsManagerTest.java455 entry.setRow(row); in testShouldExtendLifetime()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java424 public void setRow(ExpandableNotificationRow row) { in setRow() method in NotificationEntry