/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/view/ |
H A D | QCRowViewTest.java | 68 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 D | QCListView.java | 87 view.setRow(qcList.getRows().get(i)); in onChanged() 91 view.setRow(qcList.getRows().get(i)); in onChanged()
|
H A D | QCRowView.java | 203 void setRow(QCRow row) { in setRow() method in QCRowView
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | DynamicChildBindControllerTest.java | 116 summary.setRow(createRow()); in addGroup() 120 child.setRow(createRow()); in addGroup()
|
H A D | NotificationEntryManagerTest.java | 290 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 D | VisualStabilityManagerTest.java | 79 mEntry.setRow(mRow); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | AlertingNotificationManagerTest.java | 140 mEntry.setRow(mRow); in setUp() 195 entry.setRow(mRow); in testReleaseAllImmediately()
|
H A D | RemoteInputNotificationRebuilderTest.java | 70 mEntry.setRow(mRow); in setUp()
|
H A D | NotificationRemoteInputManagerTest.java | 120 mEntry.setRow(mRow); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationGroupTestHelper.java | 87 entry.setRow(row); in createEntry()
|
H A D | HeadsUpManagerPhoneTest.java | 140 laterEntry.setRow(mRow); in testCanRemoveImmediately_notTopEntry()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLoggerTest.java | 109 mEntry.setRow(mRow); in setUp() 232 entry.setRow(mRow); in testLogPanelShownHandlesNullInstanceIds()
|
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/ |
H A D | QuaresActivity.kt | 234 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 D | NotificationRowBinderImpl.java | 162 entry.setRow(row); in bindRow()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | PreparationCoordinator.java | 318 entry.setRow(null);
|
/aosp12/packages/apps/Gallery/src/com/android/camera/ |
H A D | GridViewSpecial.java | 840 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 D | NotificationTestHelper.java | 468 entry.setRow(row); in generateRow()
|
H A D | NotificationGutsManagerTest.java | 455 entry.setRow(row); in testShouldExtendLifetime()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntry.java | 424 public void setRow(ExpandableNotificationRow row) { in setRow() method in NotificationEntry
|