/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 375 if (entry != null && entry.getRow() != null) { in BubblesManager() 376 entry.getRow().updateBubbleButton(); in BubblesManager() 611 if (entry.getRow() != null) { 612 entry.getRow().updateBubbleButton(); 659 if (entry.getRow() != null) { 660 entry.getRow().updateBubbleButton();
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | DynamicChildBindControllerTest.java | 103 lastChild.getRow().getPrivateLayout().setContractedChild(null); in testContentViewsBeforeCutoffAreBound() 104 lastChild.getRow().getPrivateLayout().setExpandedChild(null); in testContentViewsBeforeCutoffAreBound()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/ |
D | QrYuvLuminanceSource.java | 57 public byte[] getRow(int y, byte[] row) { in getRow() method in QrYuvLuminanceSource
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | DynamicChildBindController.java | 99 ExpandableNotificationRow row = entry.getRow(); in hasContent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 175 if (entry == null || entry.getRow() == null || entry.getRow().getViewState() == null) { in getNotificationLocation() 178 return convertNotificationLocation(entry.getRow().getViewState().location); in getNotificationLocation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
D | NotificationRowBinderImpl.java | 142 ExpandableNotificationRow row = entry.getRow(); in inflateViews() 179 cancelRunningJobs(entry.getRow()); in releaseViews()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | HeadsUpViewBinder.java | 86 en.getRow().setUsesIncreasedHeadsUpHeight(params.useIncreasedHeadsUpHeight()); in bindHeadsUpView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
D | GroupExpansionManagerImpl.java | 152 listener.onGroupExpansionChange(entry.getRow(), expanded); in sendOnGroupExpandedChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpAppearanceController.java | 424 ExpandableNotificationRow row = entry.getRow(); in updateHeader() 441 ExpandableNotificationRow row = entry.getRow(); in updateHeadsUpAndPulsingRoundness()
|
D | HeadsUpTouchHelper.java | 97 mPickedChild = topEntry.getRow(); in onInterceptTouchEvent()
|
D | HeadsUpManagerPhone.java | 223 ExpandableNotificationRow topRow = topEntry.getRow(); in getTouchableRegion() 645 return requireEntry().getRow(); in getElementKey()
|
D | StatusBarNotificationPresenter.java | 249 mShadeTransitionController.goToLockedShade(clickedEntry.getRow()); in onExpandClicked()
|
D | LegacyNotificationIconAreaControllerImpl.java | 376 if (entry != null && entry.getRow() != null) { in updateIconsForLayout()
|
/frameworks/base/media/java/android/media/ |
D | ClosedCaptionRenderer.java | 386 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/ |
D | LockPatternView.java | 220 public int getRow() { in getRow() method in LockPatternView.Cell 472 mPatternDrawLookup[cell.getRow()][cell.getColumn()] = true; in setPattern() 495 mInProgressY = getCenterYForRow(first.getRow()); in setDisplayMode() 839 mPatternDrawLookup[newCell.getRow()][newCell.getColumn()] = true; in addCellToPattern() 1293 drawLookup[cell.getRow()][cell.getColumn()] = true; in onDraw()
|
D | LockPatternUtils.java | 984 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn() + '1'); in patternToByteArray()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
D | HeadsUpViewBinderTest.java | 66 when(mEntry.getRow()).thenReturn(mRow); in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 474 public ExpandableNotificationRow getRow() { in getRow() method in NotificationEntry 927 getRow().setSensitive(sensitive, deviceSensitive); in setSensitive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputView.java | 502 if (mEntry.getRow().isChangingPosition()) { in onAttachedToWindow() 515 if (mEntry.getRow().isChangingPosition() || isTemporarilyDetached()) { in onDetachedFromWindow() 994 if (mRemoteInputView != null && mRemoteInputView.mEntry.getRow().isChangingPosition() in defocusIfNeeded()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 3469 setViewBounds(dsvh.getRow(0), LayoutParams.MATCH_PARENT, dsvh.getMinRowHeight()); 3470 setViewBounds(dsvh.getRow(1), LayoutParams.MATCH_PARENT, dsvh.getMinRowHeight()); 3682 abstract ViewGroup getRow(int rowNumber); 3730 public ViewGroup getRow(int rowNumber) { 3789 public ViewGroup getRow(int rowNumber) { 3795 getRow(0).measure(spec, spec); 3796 getRow(1).measure(spec, spec); 3798 mDirectShareMinHeight = getRow(0).getMeasuredHeight();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 688 mView.setTopHeadsUpRow(topEntry != null ? topEntry.getRow() : null); 937 ExpandableNotificationRow row = entry.getRow(); in isInVisibleLocation() 1562 mView.lockScrollTo(entry.getRow()); in createDelegate()
|
D | NotificationStackScrollLayout.java | 1696 row = groupSummary.getRow(); 2020 ExpandableNotificationRow child = entry.getRow(); 2735 View child = entry.getRow(); in cleanUpViewStateForEntry()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 1288 ExpandableNotificationRow row = entry.getRow(); in onNotificationUpdated() 1485 int backgroundColor = entry.getRow().getCurrentBackgroundTint(); 1713 int backgroundColor = entry.getRow().getCurrentBackgroundTint();
|
D | NotificationGutsManager.java | 224 bindGuts(entry.getRow()); in onDensityOrFontScaleChanged()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManagerTest.java | 346 when(entry.getRow()).thenReturn(row); in testChangeDensityOrFontScale()
|