Searched refs:mRow (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/util/
H A DDayOfMonthCursor.java37 private int mRow; field in class:DayOfMonthCursor
50 mRow = getRowOf(dayOfMonth);
56 return mRow;
64 mRow = row;
69 return getDayAt(mRow, mColumn);
77 if (isWithinCurrentMonth(mRow, mColumn)) {
80 if (mRow == 0) {
87 mRow = getRowOf(dayOfMonth);
92 return (mRow == row) && (mColumn == column);
101 if (isWithinCurrentMonth(mRow
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DWeightTest.java34 private View mRow; field in class:WeightTest
48 mRow = activity.findViewById(R.id.row);
56 assertNotNull(mRow);
61 assertEquals(mCell1.getWidth() + mCell2.getWidth() + mCell3.getWidth(), mRow.getWidth());
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java575 final int mRow; field in class:Cea608CCParser.PAC
604 mRow = row;
613 return mRow;
623 mRow, mCol, super.toString());
761 private int mRow; field in class:Cea608CCParser.CCMemory
775 mRow = MAX_ROWS;
780 if (mLines[mRow] != null) {
782 if (mLines[mRow].charAt(i) != TS) {
783 for (int j = mCol; j < mLines[mRow].length(); j++) {
789 mLines[mRow]
[all...]
H A DCea708CaptionRenderer.java1686 private int mRow = -1; field in class:Cea708CCWidget.CCWindowLayout
1789 if (mRow >= 0) {
1790 for (int r = mRow; r < row; ++r) {
1794 mRow = row;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationHeaderUtil.java89 private final ExpandableNotificationRow mRow; field in class:NotificationHeaderUtil
94 mRow = row;
96 mComparators.add(new HeaderProcessor(mRow,
102 mComparators.add(new HeaderProcessor(mRow,
107 mComparators.add(new HeaderProcessor(mRow,
126 mComparators.add(HeaderProcessor.forTextView(mRow,
128 mComparators.add(HeaderProcessor.forTextView(mRow,
135 List<ExpandableNotificationRow> notificationChildren = mRow.getNotificationChildren();
201 || mRow.getStatusBarNotification().getNotification().showsTime()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationViewWrapper.java41 protected final ExpandableNotificationRow mRow; field in class:NotificationViewWrapper
66 mRow = row;
H A DNotificationCustomViewWrapper.java131 return mRow.isSummaryWithChildren() ? 0 : mBackgroundColor;
H A DNotificationHeaderViewWrapper.java172 if (mIcon != null && !mRow.isChildInGroup()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialog.java1126 private final VolumeRow mRow; field in class:VolumeDialog.VolumeSeekBarChangeListener
1129 mRow = row;
1134 if (mRow.ss == null) return;
1135 if (D.BUG) Log.d(TAG, AudioSystem.streamToString(mRow.stream)
1138 if (mRow.ss.levelMin > 0) {
1139 final int minProgress = mRow.ss.levelMin * 100;
1146 if (mRow.ss.level != userLevel || mRow.ss.muted && userLevel > 0) {
1147 mRow.userAttempt = SystemClock.uptimeMillis();
1148 if (mRow
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DRowPresenter.java147 Row mRow; field in class:RowPresenter.ViewHolder
176 return mRow;
595 vh.mRow = item instanceof Row ? (Row) item : null;
615 vh.mRow = null;
H A DListRowPresenter.java242 ibh.mItem, mRowViewHolder, (ListRow) mRowViewHolder.mRow);
499 ibh.mHolder, ibh.mItem, rowViewHolder, rowViewHolder.mRow);
508 null, null, rowViewHolder, rowViewHolder.mRow);

Completed in 203 milliseconds