/frameworks/base/core/java/android/util/ |
D | DayOfMonthCursor.java | 37 private int mRow; field in DayOfMonthCursor 50 mRow = getRowOf(dayOfMonth); in DayOfMonthCursor() 56 return mRow; in getSelectedRow() 64 mRow = row; in setSelectedRowColumn() 69 return getDayAt(mRow, mColumn); in getSelectedDayOfMonth() 77 if (isWithinCurrentMonth(mRow, mColumn)) { in getSelectedMonthOffset() 80 if (mRow == 0) { in getSelectedMonthOffset() 87 mRow = getRowOf(dayOfMonth); in setSelectedDayOfMonth() 92 return (mRow == row) && (mColumn == column); in isSelected() 101 if (isWithinCurrentMonth(mRow - 1, mColumn)) { in up() [all …]
|
/frameworks/base/media/java/android/media/ |
D | ClosedCaptionRenderer.java | 575 final int mRow; field in Cea608CCParser.PAC 604 mRow = row; in PAC() 613 return mRow; in getRow() 623 mRow, mCol, super.toString()); in toString() 761 private int mRow; field in Cea608CCParser.CCMemory 775 mRow = MAX_ROWS; in erase() 780 if (mLines[mRow] != null) { in der() 782 if (mLines[mRow].charAt(i) != TS) { in der() 783 for (int j = mCol; j < mLines[mRow].length(); j++) { in der() 789 mLines[mRow] = null; in der() [all …]
|
D | Cea708CaptionRenderer.java | 1686 private int mRow = -1; field in Cea708CCWidget.CCWindowLayout 1789 if (mRow >= 0) { in setPenLocation() 1790 for (int r = mRow; r < row; ++r) { in setPenLocation() 1794 mRow = row; in setPenLocation()
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
D | WeightTest.java | 34 private View mRow; field in WeightTest 48 mRow = activity.findViewById(R.id.row); in setUp() 56 assertNotNull(mRow); in testSetUpConditions() 61 assertEquals(mCell1.getWidth() + mCell2.getWidth() + mCell3.getWidth(), mRow.getWidth()); in testAllCellsFillParent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationHeaderUtil.java | 89 private final ExpandableNotificationRow mRow; field in NotificationHeaderUtil 94 mRow = row; in NotificationHeaderUtil() 96 mComparators.add(new HeaderProcessor(mRow, in NotificationHeaderUtil() 102 mComparators.add(new HeaderProcessor(mRow, in NotificationHeaderUtil() 107 mComparators.add(new HeaderProcessor(mRow, in NotificationHeaderUtil() 126 mComparators.add(HeaderProcessor.forTextView(mRow, in NotificationHeaderUtil() 128 mComparators.add(HeaderProcessor.forTextView(mRow, in NotificationHeaderUtil() 135 List<ExpandableNotificationRow> notificationChildren = mRow.getNotificationChildren(); in updateChildrenHeaderAppearance() 201 || mRow.getStatusBarNotification().getNotification().showsTime() in sanitizeHeader()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialog.java | 1123 private final VolumeRow mRow; 1126 mRow = row; 1131 if (mRow.ss == null) return; 1132 if (D.BUG) Log.d(TAG, AudioSystem.streamToString(mRow.stream) 1135 if (mRow.ss.levelMin > 0) { 1136 final int minProgress = mRow.ss.levelMin * 100; 1143 if (mRow.ss.level != userLevel || mRow.ss.muted && userLevel > 0) { 1144 mRow.userAttempt = SystemClock.uptimeMillis(); 1145 if (mRow.requestedLevel != userLevel) { 1146 mController.setStreamVolume(mRow.stream, userLevel); [all …]
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | RowPresenter.java | 147 Row mRow; field in RowPresenter.ViewHolder 176 return mRow; in getRow() 595 vh.mRow = item instanceof Row ? (Row) item : null; in onBindRowViewHolder() 615 vh.mRow = null; in onUnbindRowViewHolder()
|
D | ListRowPresenter.java | 242 ibh.mItem, mRowViewHolder, (ListRow) mRowViewHolder.mRow); in onBind() 499 ibh.mHolder, ibh.mItem, rowViewHolder, rowViewHolder.mRow); in selectChildView() 508 null, null, rowViewHolder, rowViewHolder.mRow); in selectChildView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationViewWrapper.java | 41 protected final ExpandableNotificationRow mRow; field in NotificationViewWrapper 66 mRow = row; in NotificationViewWrapper()
|
D | NotificationCustomViewWrapper.java | 131 return mRow.isSummaryWithChildren() ? 0 : mBackgroundColor; in getCustomBackgroundColor()
|
D | NotificationHeaderViewWrapper.java | 172 if (mIcon != null && !mRow.isChildInGroup()) { in setDark()
|