Home
last modified time | relevance | path

Searched refs:createRow (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java112 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_notOnKeyguard_true()
121 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_dozing_true()
132 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_bypassEnabled_true()
150 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_false()
191 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testSetSensitiveOnNotifRowNotifiesOfHeightChange()
239 ExpandableNotificationRow publicRow = mNotificationTestHelper.createRow(publicNotif); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
311 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setHideSensitive_shouldNotDisturbAnimation()
337 ExpandableNotificationRow row = mNotificationTestHelper.createRow(publicNotif); in setHideSensitive_changeContent_shouldNotDisturbAnimation()
364 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testReinflatedOnDensityChange()
375 ExpandableNotificationRow row = spy(mNotificationTestHelper.createRow( in testIconColorShouldBeUpdatedWhenSensitive()
[all …]
DNotificationTestHelper.java289 ExpandableNotificationRow row = createRow(); in createRowWithRoundness()
302 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper
303 return createRow(PKG, UID, USER_HANDLE); in createRow()
314 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper
316 return createRow(pkg, uid, userHandle, false /* isGroupSummary */, null /* groupKey */); in createRow()
326 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper
330 public ExpandableNotificationRow createRow(NotificationEntry entry) throws Exception { in createRow() method in NotificationTestHelper
342 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper
366 return createRow(PKG, UID, USER_HANDLE, true /* isGroupSummary */, groupkey); in createGroupSummary()
370 return createRow(PKG, UID, USER_HANDLE, false /* isGroupSummary */, groupkey); in createGroupChild()
[all …]
DSingleLineViewBinderTest.kt60 val row: ExpandableNotificationRow = helper.createRow(notification) in bindNonConversationSingleLineView()
DNotificationGutsManagerTest.java458 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_highPriority()
491 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_PassesAlongProvisionedState()
524 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_withInitialAction()
564 ExpandableNotificationRow row = mHelper.createRow(nb.build()); in createTestNotificationRow()
DSingleLineConversationViewBinderTest.kt75 val row = helper.createRow(notification) in bindGroupConversationSingleLineView()
DNotificationGutsManagerWithScenesTest.kt482 val row = Mockito.spy(helper.createRow()) in <lambda>()
516 val row = Mockito.spy(helper.createRow()) in <lambda>()
548 val row = Mockito.spy(helper.createRow()) in <lambda>()
585 val row = helper.createRow(nb.build()) in <lambda>()
DExpandableNotificationRowDragControllerTest.java78 mRow = spy(mNotificationTestHelper.createRow()); in setUp()
DNotificationContentInflaterTest.java131 ExpandableNotificationRow row = mHelper.createRow(mBuilder.build()); in setUp()
DNotificationRowContentBinderImplTest.kt107 val row = mHelper.createRow(mBuilder.build()) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java160 ExpandableNotificationRow row = helper.createRow(); in testSendRemoteInput_intentContainsResultsAndSource()
197 ExpandableNotificationRow row = helper.createRow( in getTargetInputMethodUser()
247 ExpandableNotificationRow row = helper.createRow(); in testNoCrashWithoutVisibilityListener()
261 ExpandableNotificationRow row = helper.createRow(); in testPredictiveBack_registerAndUnregister()
290 ExpandableNotificationRow row = helper.createRow(); in testUiPredictiveBack_openAndDispatchCallback()
325 ExpandableNotificationRow row = helper.createRow(); in testUiEventLogging_openAndSend()
355 ExpandableNotificationRow row = helper.createRow(); in testUiEventLogging_openAndAttach()
390 ExpandableNotificationRow row = helper.createRow(); in testFocusAnimation()
427 ExpandableNotificationRow row = helper.createRow(); in testDefocusAnimation()
457 ExpandableNotificationRow row = helper.createRow(); in testUnanimatedFocusAfterDefocusAnimation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryViewWalkerTest.kt41 val row = testHelper.createRow() in testViewWalker_plainNotification()
57 testHelper.createRow( in testViewWalker_plainNotification_withPublicView()
129 testHelper.createRow( in testViewWalker_bigPictureNotification()
191 testHelper.createRow( in testViewWalker_customView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAboveShelfObserverTest.java57 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setUp()
60 row = mNotificationTestHelper.createRow(); in setUp()
DDynamicChildBindControllerTest.java120 summary.setRow(createRow(summary)); in addGroup()
124 child.setRow(createRow(child)); in addGroup()
131 private ExpandableNotificationRow createRow(NotificationEntry entry) { in createRow() method in DynamicChildBindControllerTest
DNotificationTransitionAnimatorControllerTest.kt64 notification = notificationTestHelper.createRow() in setUp()
146 notificationTestHelper.createRow(summary) in testAlertingSummaryHunRemovedOnNonAlertingChildLaunch()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationCustomViewWrapperTest.java44 mRow = helper.createRow(); in setUp()
DNotificationViewWrapperTest.java51 mRow = helper.createRow(); in setup()
DNotificationMessagingTemplateViewWrapperTest.kt48 mRow = helper.createRow() in setUp()
DNotificationBigPictureTemplateViewWrapperTest.java56 mRow = helper.createRow(); in setup()
DNotificationConversationTemplateViewWrapperTest.kt50 mRow = helper.createRow() in setUp()
DNotificationTemplateViewWrapperTest.kt73 row = helper.createRow() in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DExpandHelperTest.java68 mRow = helper.createRow(); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt667 var lastRow: ViewGroup = createRow(inflater, listView) in <lambda>()
672 lastRow = createRow(inflater, listView) in <lambda>()
824 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java98 mRow = mTestHelper.createRow(); in setUp()
DStatusBarNotificationActivityStarterTest.java193 mNotificationRow = notificationTestHelper.createRow(); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerTest.kt117 row = helper.createRow() in setup()

12