Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java109 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_notOnKeyguard_true()
118 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_dozing_true()
129 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_bypassEnabled_true()
147 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_false()
196 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testSetSensitiveOnNotifRowNotifiesOfHeightChange()
332 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testReinflatedOnDensityChange()
352 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalled()
361 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledPinned()
370 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledHeadsUpGoingAway()
378 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledWhenGoingBelow()
[all …]
H A DNotificationTestHelper.java232 ExpandableNotificationRow row = createRow(); in createRowWithRoundness()
245 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper
246 return createRow(PKG, UID, USER_HANDLE); in createRow()
257 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper
259 return createRow(pkg, uid, userHandle, false /* isGroupSummary */, null /* groupKey */); in createRow()
269 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper
273 public ExpandableNotificationRow createRow(NotificationEntry entry) throws Exception { in createRow() method in NotificationTestHelper
285 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper
309 return createRow(PKG, UID, USER_HANDLE, true /* isGroupSummary */, groupkey); in createGroupSummary()
313 return createRow(PKG, UID, USER_HANDLE, false /* isGroupSummary */, groupkey); in createGroupChild()
[all …]
H A DNotificationGutsManagerTest.java351 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_highPriority()
385 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_PassesAlongProvisionedState()
419 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_withInitialAction()
460 ExpandableNotificationRow row = mHelper.createRow(nb.build()); in createTestNotificationRow()
H A DExpandableNotificationRowDragControllerTest.java79 mRow = spy(mNotificationTestHelper.createRow()); in setUp()
H A DNotificationContentInflaterTest.java125 ExpandableNotificationRow row = helper.createRow(mBuilder.build()); in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java161 ExpandableNotificationRow row = helper.createRow(); in testSendRemoteInput_intentContainsResultsAndSource()
198 ExpandableNotificationRow row = helper.createRow( in getTargetInputMethodUser()
248 ExpandableNotificationRow row = helper.createRow(); in testNoCrashWithoutVisibilityListener()
262 ExpandableNotificationRow row = helper.createRow(); in testPredictiveBack_registerAndUnregister()
291 ExpandableNotificationRow row = helper.createRow(); in testUiPredictiveBack_openAndDispatchCallback()
326 ExpandableNotificationRow row = helper.createRow(); in testUiEventLogging_openAndSend()
356 ExpandableNotificationRow row = helper.createRow(); in testUiEventLogging_openAndAttach()
391 ExpandableNotificationRow row = helper.createRow(); in testFocusAnimation()
428 ExpandableNotificationRow row = helper.createRow(); in testDefocusAnimation()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryViewWalkerTest.kt41 val row = testHelper.createRow()
57 testHelper.createRow(
129 testHelper.createRow(
191 testHelper.createRow(
/aosp14/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()
127 private ExpandableNotificationRow createRow() { in createRow() method in DynamicChildBindControllerTest
H A DAboveShelfObserverTest.java56 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setUp()
59 row = mNotificationTestHelper.createRow(); in setUp()
H A DNotificationLaunchAnimatorControllerTest.kt61 notification = notificationTestHelper.createRow()
136 notificationTestHelper.createRow(summary)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationCustomViewWrapperTest.java51 mRow = helper.createRow(); in setUp()
H A DNotificationViewWrapperTest.java58 mRow = helper.createRow(); in setup()
H A DNotificationMessagingTemplateViewWrapperTest.kt52 mRow = helper.createRow()
H A DNotificationBigPictureTemplateViewWrapperTest.java63 mRow = helper.createRow(); in setup()
H A DNotificationConversationTemplateViewWrapperTest.kt54 mRow = helper.createRow()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DExpandHelperTest.java70 mRow = helper.createRow(); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImpl.kt659 var lastRow: ViewGroup = createRow(inflater, listView)
664 lastRow = createRow(inflater, listView)
816 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java92 mRow = mTestHelper.createRow(); in setUp()
H A DStatusBarNotificationActivityStarterTest.java187 mNotificationRow = notificationTestHelper.createRow(); in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionControllerTest.kt134 row = helper.createRow()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java445 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()