Home
last modified time | relevance | path

Searched defs:row (Results 1 – 25 of 148) sorted by relevance

123456

/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DSeriesScheduleRowPresenter.java57 protected String onGetRecordingTimeText(ScheduleRow row) { in onGetRecordingTimeText()
63 protected String onGetProgramInfoText(ScheduleRow row) { in onGetProgramInfoText()
71 EpisodicProgramRow row = (EpisodicProgramRow) item; in onBindRowViewHolder() local
90 protected void onInfoClicked(ScheduleRow row) { in onInfoClicked()
95 protected void onStartRecording(ScheduleRow row) { in onStartRecording()
97 row.getSchedule() == null, TAG, "Start request with the existing schedule: " + row); in onStartRecording() local
103 protected void onStopRecording(ScheduleRow row) { in onStopRecording()
105 row.getSchedule() != null, TAG, "Stop request with the null schedule: " + row); in onStopRecording() local
111 protected void onCreateSchedule(ScheduleRow row) { in onCreateSchedule()
121 protected int[] getAvailableActions(ScheduleRow row) { in getAvailableActions()
DScheduleRowPresenter.java368 ScheduleRow row = (ScheduleRow) item; in onBindRowViewHolder() local
518 protected String onGetRecordingTimeText(ScheduleRow row) { in onGetRecordingTimeText()
524 protected String onGetProgramInfoText(ScheduleRow row) { in onGetProgramInfoText()
528 private String getChannelNameText(ScheduleRow row) { in getChannelNameText()
541 protected void onInfoClicked(ScheduleRow row) { in onInfoClicked()
545 private boolean isInfoClickable(ScheduleRow row) { in isInfoClickable()
555 protected void onActionClicked(@ScheduleRowAction final int action, ScheduleRow row) { in onActionClicked()
574 protected void onStartRecording(ScheduleRow row) { in onStartRecording()
608 private void onStartRecordingInternal(ScheduleRow row) { in onStartRecordingInternal()
635 protected void onStopRecording(ScheduleRow row) { in onStopRecording()
[all …]
DScheduleRowAdapter.java148 ScheduleRow row = (ScheduleRow) get(i); in stop() local
178 ScheduleRow row = (ScheduleRow) item; in findRowWithStartRequest() local
271 ScheduleRow row = findRowWithStartRequest(schedule); in onScheduledRecordingAdded() local
286 ScheduleRow row = findRowByScheduledRecording(schedule); in onScheduledRecordingRemoved() local
297 ScheduleRow row = findRowByScheduledRecording(schedule); in onScheduledRecordingUpdated() local
350 ScheduleRow row = (ScheduleRow) item; in isStartOrStopRequested() local
360 protected void addPendingUpdate(ScheduleRow row) { in addPendingUpdate()
390 ScheduleRow row = (ScheduleRow) item; in handleUpdateRow() local
406 ScheduleRow row = (ScheduleRow) item; in getNextTimerMs() local
DSeriesScheduleRowAdapter.java155 EpisodicProgramRow row = (EpisodicProgramRow) get(index); in onScheduledRecordingAdded() local
168 EpisodicProgramRow row = (EpisodicProgramRow) get(index); in onScheduledRecordingRemoved() local
179 EpisodicProgramRow row = (EpisodicProgramRow) get(index); in onScheduledRecordingUpdated() local
223 private void setScheduleToRow(ScheduleRow row, ScheduledRecording schedule) { in setScheduleToRow()
DDvrHistoryRowAdapter.java193 ScheduleRow row = findRowByScheduledRecording(schedule); in onScheduledRecordingRemoved() local
207 ScheduleRow row = findRowByRecordedProgram(program); in onScheduledRecordingRemoved() local
219 ScheduleRow row = findRowByScheduledRecording(schedule); in onScheduledRecordingUpdated() local
234 ScheduleRow row = findRowByRecordedProgram(program); in onScheduledRecordingUpdated() local
320 ScheduleRow row = (ScheduleRow) item; in findRowByRecordedProgram() local
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/menu/
DModules.java43 static List<HistoryItemActionModule> fromRow(Context context, CoalescedRow row) { in fromRow()
71 Context context, CoalescedRow row) { in createModuleForAccessingCallDetails()
88 Context context, CoalescedRow row) { in createCallDetailsHeaderInfoFromRow()
98 private static boolean canSupportAssistedDialing(CoalescedRow row) { in canSupportAssistedDialing()
102 private static HistoryItemActionModuleInfo buildModuleInfo(CoalescedRow row) { in buildModuleInfo()
DBottomSheetHeader.java28 static HistoryItemBottomSheetHeaderInfo fromRow(Context context, CoalescedRow row) { in fromRow()
DNewCallLogMenu.java33 public static View.OnClickListener createOnClickListener(Context context, CoalescedRow row) { in createOnClickListener()
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
DNewCallLogViewHolder.java120 private void displayRow(CoalescedRow row) { in displayRow()
147 private void configA11yForRow(CoalescedRow row) { in configA11yForRow()
169 private void setNumberCalls(CoalescedRow row) { in setNumberCalls()
179 private boolean isUnreadMissedCall(CoalescedRow row) { in isUnreadMissedCall()
186 private void setPhoto(CoalescedRow row) { in setPhoto()
190 private void setFeatureIcons(CoalescedRow row) { in setFeatureIcons()
224 private void setCallTypeIcon(CoalescedRow row) { in setCallTypeIcon()
261 private void setPhoneAccounts(CoalescedRow row) { in setPhoneAccounts()
290 private void setCallButon(CoalescedRow row) { in setCallButon()
DRealtimeRowProcessor.java98 ListenableFuture<CoalescedRow> applyRealtimeProcessing(final CoalescedRow row) { in applyRealtimeProcessing()
200 PhoneLookupInfo phoneLookupInfo, CoalescedRow row) { in applyPhoneLookupInfoToRow()
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallLogEntryText.java47 public static CharSequence buildPrimaryText(Context context, CoalescedRow row) { in buildPrimaryText()
97 Context context, Clock clock, CoalescedRow row) { in buildSecondaryTextForEntries()
138 Context context, Clock clock, CoalescedRow row, boolean abbreviateDateTime) { in buildSecondaryTextListForEntries()
170 public static CharSequence buildSecondaryTextForBottomSheet(Context context, CoalescedRow row) { in buildSecondaryTextForBottomSheet()
244 private static CharSequence getNumberTypeLabel(Context context, CoalescedRow row) { in getNumberTypeLabel()
DCallLogEntryDescriptions.java60 Context context, Clock clock, CoalescedRow row) { in buildDescriptionForEntry()
106 private static @PluralsRes int getPrimaryDescriptionResIdForCallType(CoalescedRow row) { in getPrimaryDescriptionResIdForCallType()
128 private static CharSequence buildPhoneAccountDescription(Context context, CoalescedRow row) { in buildPhoneAccountDescription()
DCallLogRowActions.java35 public static void startCallForRow(Activity activity, CoalescedRow row) { in startCallForRow()
/packages/modules/ExtServices/native/pHash/
Dfast_dct-inl.h106 for (int row = 0; row < block_size_; row++) { in ForwardTransform2D() local
116 for (int row = 0; row < block_size_; row++) { in ForwardTransform2D() local
126 for (int row = 0; row < block_size_; row++) { in ForwardTransform2D() local
138 for (int row = 0; row < block_size_; row++) { in ReverseTransform2D() local
153 for (int row = 0; row < block_size_; row++) { in ReverseTransform2D() local
159 for (int row = 0; row < block_size_; row++) { in ReverseTransform2D() local
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DHbpcdLookupDatabaseHelper.java202 ContentValues row = null; in loadTable() local
233 ContentValues row = new ContentValues(); in getTableMccIddRow() local
254 ContentValues row = new ContentValues(); in getTableMccLookupTableRow() local
289 ContentValues row = new ContentValues(); in getTableMccSidConflictRow() local
310 ContentValues row = new ContentValues(); in getTableMccSidRangeRow() local
333 ContentValues row = new ContentValues(); in getTableNanpAreaCodeRow() local
352 ContentValues row = new ContentValues(); in getTableArbitraryMccSidMatch() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DAbstractKeyboardBuilder.java57 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()
DExpectedKeyboardBuilder.java139 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/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DTouchPositionCorrection.java84 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()
DKeyboardBuilder.java305 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 …]
DMatrixUtils.java46 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/
DSortingCursorWrapperTest.java119 MatrixCursor.RowBuilder row = c.newRow(); in setUp() local
233 MatrixCursor.RowBuilder row = c.newRow(); in testSort_sizesWithBucketing_ascending() local
285 MatrixCursor.RowBuilder row = c.newRow(); in testSort_sizesWithBucketing_descending() local
338 MatrixCursor.RowBuilder row = c.newRow(); in testSort_time_ascending() local
345 MatrixCursor.RowBuilder row = c.newRow(); in testSort_time_ascending() local
375 MatrixCursor.RowBuilder row = c.newRow(); in testSort_time_descending() local
382 MatrixCursor.RowBuilder row = c.newRow(); in testSort_time_descending() local
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
DResourcesProvider.java81 final RowBuilder row = result.newRow(); in queryRoots() local
95 final RowBuilder row = result.newRow(); in queryDocument() local
143 final RowBuilder row = result.newRow(); in includeDocument() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestRootProvider.java70 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/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysKeyboard.java162 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/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DMenuHelper.java58 UiObject2 row = assertNavigateToRow(rowTitleResId); in assertNavigateToMenuItem() local
116 public UiObject2 assertNavigateToRowItem(UiObject2 row, int itemTextResId) { in assertNavigateToRowItem()

123456