Home
last modified time | relevance | path

Searched refs:getRow (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java137 mListContainer.addContainerView(entry0.getRow()); in testNotificationsBecomingBundled()
138 mListContainer.addContainerView(entry1.getRow()); in testNotificationsBecomingBundled()
139 mListContainer.addContainerView(entry2.getRow()); in testNotificationsBecomingBundled()
153 verify(mListContainer).notifyGroupChildAdded(entry1.getRow()); in testNotificationsBecomingBundled()
154 verify(mListContainer).notifyGroupChildAdded(entry2.getRow()); in testNotificationsBecomingBundled()
155 assertTrue(Lists.newArrayList(entry0.getRow()).equals(mListContainer.mRows)); in testNotificationsBecomingBundled()
164 entry0.getRow().addChildNotification(entry1.getRow()); in testNotificationsBecomingUnbundled()
165 entry0.getRow().addChildNotification(entry2.getRow()); in testNotificationsBecomingUnbundled()
168 mListContainer.addContainerView(entry0.getRow()); in testNotificationsBecomingUnbundled()
181 entry1.getRow(), entry0.getRow().getChildrenContainer()); in testNotificationsBecomingUnbundled()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java161 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferDoesNotAlertChildIfUninflated()
179 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferAlertsChildOnInflation()
185 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferAlertsChildOnInflation()
200 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()
215 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()
219 verify(childEntry.getRow(), times(1)).freeContentViewWhenSafe(mHeadsUpManager in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()
230 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testCleanUpPendingAlertInfo()
248 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testUpdateGroupChangeDoesNotTransfer()
271 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testUpdateChildToSummaryDoesNotTransfer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java176 ent.getRow().setNeedsRedaction(needsRedaction); in updateNotificationViews()
180 mTmpChildOrderMap.get(summary.getRow()); in updateNotificationViews()
183 mTmpChildOrderMap.put(summary.getRow(), orderedChildren); in updateNotificationViews()
185 orderedChildren.add(ent.getRow()); in updateNotificationViews()
187 toShow.add(ent.getRow()); in updateNotificationViews()
414 entry.getRow().setVisibility(View.GONE); in updateRowStatesInternal()
416 boolean wasGone = entry.getRow().getVisibility() == View.GONE; in updateRowStatesInternal()
418 entry.getRow().setVisibility(View.VISIBLE); in updateRowStatesInternal()
420 if (!isChildNotification && !entry.getRow().isRemoved()) { in updateRowStatesInternal()
423 mListContainer.generateAddAnimation(entry.getRow(), in updateRowStatesInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java204 entry.getRow().freeContentViewWhenSafe(mHeadsUpManager.getContentFlag());
303 if (child.getRow().keepInParent() in handleSuppressedSummaryAlerted()
393 if (!entry.getRow().isInflationFlagSet(contentFlag)) { in alertNotificationWhenPossible()
395 entry.getRow().updateInflationFlag(contentFlag, true /* shouldInflate */); in alertNotificationWhenPossible()
396 entry.getRow().inflateViews(); in alertNotificationWhenPossible()
DHeadsUpTouchHelper.java88 mPickedChild = topEntry.getRow(); in onInterceptTouchEvent()
DStatusBarNotificationPresenter.java269 ExpandableNotificationRow row = entry.getRow(); in updateNotificationOnUiModeChanged()
460 mShadeController.goToLockedShade(clickedEntry.getRow()); in onExpandClicked()
DHeadsUpAppearanceController.java433 ExpandableNotificationRow row = entry.getRow(); in updateHeader()
DHeadsUpManagerPhone.java382 ExpandableNotificationRow topRow = topEntry.getRow(); in calculateTouchableRegion()
DNotificationGroupManager.java100 listener.onGroupExpansionChanged(group.summary.getRow(), expanded); in setGroupExpanded()
DNotificationIconAreaController.java256 if (entry.getRow().getVisibility() == View.GONE) { in shouldShowNotificationIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java64 updateView(headsUp.getRow(), false /* animate */); in onHeadsUpPinned()
69 updateView(headsUp.getRow(), true /* animate */); in onHeadsUpUnPinned()
79 updateView(entry.getRow(), false /* animate */); in onHeadsUpStateChanged()
DNotificationStackScrollLayout.java732 NotificationStackScrollLayout.this.lockScrollTo(entry.getRow()); in createDelegate()
1084 ExpandableNotificationRow row = entry.getRow();
1448 ExpandableNotificationRow row = topEntry.getRow();
1453 row = groupSummary.getRow();
1627 && mHeadsUpManager.getTopEntry().getRow() != row
1767 ExpandableNotificationRow child = entry.getRow();
2924 View child = entry.getRow();
3053 if (groupSummary != null && groupSummary.getRow() != row) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinderImpl.java139 updateNotification(entry, pmUser, sbn, entry.getRow()); in inflateViews()
140 entry.getRow().setOnDismissRunnable(onDismissRunnable); in inflateViews()
212 updateNotification(entry, pmUser, entry.notification, entry.getRow()); in onNotificationRankingUpdated()
220 entry.getRow().onNotificationRankingUpdated(); in onNotificationRankingUpdated()
DNotificationData.java110 boolean aHeadsUp = a.getRow().isHeadsUp();
111 boolean bHeadsUp = b.getRow().isHeadsUp();
DNotificationEntry.java256 public ExpandableNotificationRow getRow() { in getRow() method in NotificationEntry
814 getRow().setSensitive(sensitive, deviceSensitive); in setSensitive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DVisualStabilityManager.java76 entry.ambient != entry.getRow().isLowPriority(); in VisualStabilityManager()
197 mAllowedReorderViews.add(entry.getRow()); in onHeadsUpStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java169 if (entry == null || entry.getRow() == null || entry.getRow().getViewState() == null) { in getNotificationLocation()
172 return convertNotificationLocation(entry.getRow().getViewState().location); in getNotificationLocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java258 if (mEntry.getRow().isChangingPosition()) { in onAttachedToWindow()
268 if (mEntry.getRow().isChangingPosition() || isTemporarilyDetached()) { in onDetachedFromWindow()
529 if (mRemoteInputView != null && mRemoteInputView.mEntry.getRow().isChangingPosition() in defocusIfNeeded()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java287 verify(mRemoteInputManager).bindRow(entry.getRow()); in testAddNotification()
294 assertNotNull(entry.getRow()); in testAddNotification()
319 assertNotNull(mEntry.getRow()); in testUpdateNotification()
348 assertNotNull(mEntry.getRow()); in testUpdateNotification_prePostEntryOrder()
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java386 getMemory().moveBaselineTo(pac.getRow(), mRollUpSize); in handlePACCode()
612 int getRow() { in getRow() method in Cea608CCParser.PAC
848 moveCursorTo(pac.getRow(), pac.getCol()); in writePAC()
850 moveCursorTo(pac.getRow(), 1); in writePAC()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java193 public int getRow() { in getRow() method in LockPatternView.Cell
435 mPatternDrawLookup[cell.getRow()][cell.getColumn()] = true; in setPattern()
458 mInProgressY = getCenterYForRow(first.getRow()); in setDisplayMode()
771 mPatternDrawLookup[newCell.getRow()][newCell.getColumn()] = true; in addCellToPattern()
1120 drawLookup[cell.getRow()][cell.getColumn()] = true; in onDraw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleView.java150 return (mBubble != null) ? mBubble.getEntry().getRow() : null; in getRowView()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java3377 setViewBounds(dsvh.getRow(0), LayoutParams.MATCH_PARENT, dsvh.getMinRowHeight());
3378 setViewBounds(dsvh.getRow(1), LayoutParams.MATCH_PARENT, dsvh.getMinRowHeight());
3561 abstract ViewGroup getRow(int rowNumber);
3609 public ViewGroup getRow(int rowNumber) {
3663 public ViewGroup getRow(int rowNumber) {
3669 getRow(0).measure(spec, spec);
3670 getRow(1).measure(spec, spec);
3672 mDirectShareMinHeight = getRow(0).getMeasuredHeight();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java151 when(entry.getRow()).thenReturn(row); in testRoundnessPulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java132 bindGuts(entry.getRow()); in onDensityOrFontScaleChanged()

12