/packages/apps/TV/src/com/android/tv/dvr/ui/list/ |
D | SeriesScheduleRowPresenter.java | 58 protected String onGetRecordingTimeText(ScheduleRow row) { in onGetRecordingTimeText() 64 protected String onGetProgramInfoText(ScheduleRow row) { in onGetProgramInfoText() 72 EpisodicProgramRow row = (EpisodicProgramRow) item; in onBindRowViewHolder() local 85 protected void onInfoClicked(ScheduleRow row) { in onInfoClicked() 90 protected void onStartRecording(ScheduleRow row) { in onStartRecording() 92 "Start request with the existing schedule: " + row); in onStartRecording() local 98 protected void onStopRecording(ScheduleRow row) { in onStopRecording() 100 "Stop request with the null schedule: " + row); in onStopRecording() local 106 protected void onCreateSchedule(ScheduleRow row) { in onCreateSchedule() 116 protected int[] getAvailableActions(ScheduleRow row) { in getAvailableActions()
|
D | ScheduleRowPresenter.java | 341 ScheduleRow row = (ScheduleRow) item; in onBindRowViewHolder() local 435 protected String onGetRecordingTimeText(ScheduleRow row) { in onGetRecordingTimeText() 443 protected String onGetProgramInfoText(ScheduleRow row) { in onGetProgramInfoText() 447 private String getChannelNameText(ScheduleRow row) { in getChannelNameText() 458 protected void onInfoClicked(ScheduleRow row) { in onInfoClicked() 462 private boolean isInfoClickable(ScheduleRow row) { in isInfoClickable() 470 protected void onActionClicked(@ScheduleRowAction final int action, ScheduleRow row) { in onActionClicked() 490 protected void onStartRecording(ScheduleRow row) { in onStartRecording() 520 private void onStartRecordingInternal(ScheduleRow row) { in onStartRecordingInternal() 546 protected void onStopRecording(ScheduleRow row) { in onStopRecording() [all …]
|
D | ScheduleRowAdapter.java | 137 ScheduleRow row = (ScheduleRow) get(i); in stop() local 169 ScheduleRow row = (ScheduleRow) item; in findRowWithStartRequest() local 254 ScheduleRow row = findRowWithStartRequest(schedule); in onScheduledRecordingAdded() local 271 ScheduleRow row = findRowByScheduledRecording(schedule); in onScheduledRecordingRemoved() local 284 ScheduleRow row = findRowByScheduledRecording(schedule); in onScheduledRecordingUpdated() local 339 ScheduleRow row = (ScheduleRow) item; in isStartOrStopRequested() local 351 protected void addPendingUpdate(ScheduleRow row) { in addPendingUpdate() 387 ScheduleRow row = (ScheduleRow) item; in handleUpdateRow() local 405 ScheduleRow row = (ScheduleRow) item; in getNextTimerMs() local
|
D | SeriesScheduleRowAdapter.java | 146 EpisodicProgramRow row = (EpisodicProgramRow) get(index); in onScheduledRecordingAdded() local 159 EpisodicProgramRow row = (EpisodicProgramRow) get(index); in onScheduledRecordingRemoved() local 170 EpisodicProgramRow row = (EpisodicProgramRow) get(index); in onScheduledRecordingUpdated() local 214 private void setScheduleToRow(ScheduleRow row, ScheduledRecording schedule) { in setScheduleToRow()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | HbpcdLookupDatabaseHelper.java | 201 ContentValues row = null; in loadTable() local 232 ContentValues row = new ContentValues(); in getTableMccIddRow() local 253 ContentValues row = new ContentValues(); in getTableMccLookupTableRow() local 288 ContentValues row = new ContentValues(); in getTableMccSidConflictRow() local 309 ContentValues row = new ContentValues(); in getTableMccSidRangeRow() local 332 ContentValues row = new ContentValues(); in getTableNanpAreaCodeRow() local 351 ContentValues row = new ContentValues(); in getTableArbitraryMccSidMatch() local
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
D | AbstractKeyboardBuilder.java | 57 final E[] row = rows[rowIndex]; in AbstractKeyboardBuilder() local 84 E[] getRowAt(final int row) { in getRowAt() 98 void setRowAt(final int row, final E[] elements) { in setRowAt() 118 void setElementAt(final int row, final int column, final E element, final boolean insert) { in setElementAt()
|
D | ExpectedKeyboardBuilder.java | 139 public ExpectedKeyboardBuilder setKeysOfRow(final int row, final Object ... keys) { in setKeysOfRow() 220 public ExpectedKeyboardBuilder insertKeysAtRow(final int row, final int column, in insertKeysAtRow() 237 public ExpectedKeyboardBuilder addKeysOnTheLeftOfRow(final int row, in addKeysOnTheLeftOfRow() 255 public ExpectedKeyboardBuilder addKeysOnTheRightOfRow(final int row, in addKeysOnTheRightOfRow()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/ |
D | DatabaseRowTest.java | 72 DatabaseRow row = generateRow(); in testFullRowBuild_nonNull() local 78 DatabaseRow row = generateRow(); in testPrimitivesBuild_noDataLoss() local 105 final DatabaseRow row = generateRow(); in testGenericIntent_addedToPayload() local 119 final DatabaseRow row = generateRow(); in testRowWithInlinePayload_genericPayloadNotAdded() local 138 final DatabaseRow row = generateRow(); in testRowWithInlinePayload_intentAddedToInlinePayload() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | TouchPositionCorrection.java | 84 public float getX(final int row) { in getX() 90 public float getY(final int row) { in getY() 94 public float getRadius(final int row) { in getRadius()
|
D | KeyboardBuilder.java | 305 final KeyboardRow row = parseRowAttributes(parser); in parseKeyboardContent() local 355 private void parseRowContent(final XmlPullParser parser, final KeyboardRow row, in parseRowContent() 422 final KeyboardRow row = new KeyboardRow(mResources, mParams, parser, mCurrentY); in parseGridRows() local 470 private void parseKey(final XmlPullParser parser, final KeyboardRow row, final boolean skip) in parseKey() 494 private void parseSpacer(final XmlPullParser parser, final KeyboardRow row, final boolean skip) in parseSpacer() 516 private void parseIncludeRowContent(final XmlPullParser parser, final KeyboardRow row, in parseIncludeRowContent() 521 private void parseIncludeInternal(final XmlPullParser parser, final KeyboardRow row, in parseIncludeInternal() 567 private void parseMerge(final XmlPullParser parser, final KeyboardRow row, final boolean skip) in parseMerge() 593 private void parseSwitchRowContent(final XmlPullParser parser, final KeyboardRow row, in parseSwitchRowContent() 598 private void parseSwitchInternal(final XmlPullParser parser, final KeyboardRow row, in parseSwitchInternal() [all …]
|
D | MatrixUtils.java | 46 private static void findPivotAndSwapRow(final int row, final float[][] squareMatrix0, in findPivotAndSwapRow() 72 private static void sweep(final int row, final float[][] squareMatrix0, in sweep() 153 final int row = a.length; in dump() local
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortingCursorWrapperTest.java | 117 MatrixCursor.RowBuilder row = c.newRow(); in setUp() local 231 MatrixCursor.RowBuilder row = c.newRow(); in testSort_sizesWithBucketing_ascending() local 283 MatrixCursor.RowBuilder row = c.newRow(); in testSort_sizesWithBucketing_descending() local 336 MatrixCursor.RowBuilder row = c.newRow(); in testSort_time_ascending() local 343 MatrixCursor.RowBuilder row = c.newRow(); in testSort_time_ascending() local 373 MatrixCursor.RowBuilder row = c.newRow(); in testSort_time_descending() local 380 MatrixCursor.RowBuilder row = c.newRow(); in testSort_time_descending() local
|
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
D | AgendaByDayAdapter.java | 105 RowInfo row = mRowInfo.get(i); in getHeaderPosition() local 138 RowInfo row = mRowInfo.get(position); in getItem() local 151 RowInfo row = mRowInfo.get(position); in getItemId() local 183 RowInfo row = mRowInfo.get(position); in getView() local 533 RowInfo row = mRowInfo.get(index); in findEventPositionNearestTime() local 600 RowInfo row = mRowInfo.get(headerPos); in isFirstDayAfterYesterday() local 622 RowInfo row = mRowInfo.get(index); in findJulianDayFromPosition() local 640 RowInfo row = mRowInfo.get(position); in setAsFirstDayAfterYesterday() local 655 RowInfo row = mRowInfo.get(listPos); in getCursorPosition() local 679 RowInfo row = mRowInfo.get(position); in isEnabled() local
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/ |
D | ResourcesProvider.java | 78 final RowBuilder row = result.newRow(); in queryRoots() local 92 final RowBuilder row = result.newRow(); in queryDocument() local 140 final RowBuilder row = result.newRow(); in includeDocument() local
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | TestRootProvider.java | 70 final RowBuilder row = c.newRow(); in queryRoots() local 84 final RowBuilder row = c.newRow(); in addFile() local 98 final RowBuilder row = c.newRow(); in addFolder() local
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | DayOfMonthCursor.java | 65 public void setSelectedRowColumn(int row, int col) { in setSelectedRowColumn() 93 public boolean isSelected(int row, int column) { in isSelected()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/ |
D | TableView.java | 69 KeyValueRow row = (KeyValueRow) mInflater.inflate(R.layout.table_key_value_row, null); in createKeyValueRow() local 88 KeyValueRow row = createKeyValueRow(this); in put() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | MoreKeysKeyboard.java | 162 final int row = n / mNumColumns; in getFixedOrderColumnPos() local 182 final int row = n / mNumColumns; in getAutomaticColumnPos() local 234 public int getX(final int n, final int row) { in getX() 242 public int getY(final int row) { in getY() 246 public void markAsEdgeKey(final Key key, final int row) { in markAsEdgeKey() 340 final int row = n / params.mNumColumns; in build() local
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaDocumentsProvider.java | 554 final RowBuilder row = result.newRow(); in includeImagesRoot() local 569 final RowBuilder row = result.newRow(); in includeVideosRoot() local 584 final RowBuilder row = result.newRow(); in includeAudioRoot() local 593 final RowBuilder row = result.newRow(); in includeImagesRootDocument() local 602 final RowBuilder row = result.newRow(); in includeVideosRootDocument() local 611 final RowBuilder row = result.newRow(); in includeAudioRootDocument() local 634 final RowBuilder row = result.newRow(); in includeImagesBucket() local 664 final RowBuilder row = result.newRow(); in includeImage() local 692 final RowBuilder row = result.newRow(); in includeVideosBucket() local 722 final RowBuilder row = result.newRow(); in includeVideo() local [all …]
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/ |
D | MenuHelper.java | 61 UiObject2 row = assertNavigateToRow(rowTitleResId); in assertNavigateToMenuItem() local 113 public UiObject2 assertNavigateToRowItem(UiObject2 row, int itemTextResId) { in assertNavigateToRowItem()
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/ |
D | ContactListItemViewTest.java | 80 final int row = TestDataFactory.CONTACT_LIST_CURSOR_FIRST_LEVEL_CONTACT_INDEX; in testBindFirstLevel() local 91 final int row = TestDataFactory.CONTACT_LIST_CURSOR_SECOND_LEVEL_CONTACT_INDEX; in testBindSecondLevel() local
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | FolderPickerDialog.java | 99 public void update(FolderSelectorAdapter.FolderRow row) { in update() 146 final FolderRow row = (FolderRow) mAdapter.getItem(which); in onClick() local
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationBackend.java | 43 final AppRow row = new AppRow(); in loadAppRow() local 60 final AppRow row = loadAppRow(context, pm, app.applicationInfo); in loadAppRow() local 68 @VisibleForTesting static void markAppRowWithBlockables(String[] nonBlockablePkgs, AppRow row, in markAppRowWithBlockables()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | FrequentContactsCursorBuilder.java | 112 final Object[] row = new Object[ContactUtil.PhoneQuery.PROJECTION.length]; in build() local
|
/packages/apps/Terminal/src/com/android/terminal/ |
D | TerminalLineView.java | 34 public int row; field in TerminalLineView
|