Home
last modified time | relevance | path

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

1234567

/packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/view/
DQCRowViewTest.java74 QCRow row = new QCRow.Builder().build(); in setRow_notNull_visible() local
82 QCRow row = new QCRow.Builder().setTitle(title).build(); in setRow_setsTitle() local
92 QCRow row = new QCRow.Builder().setSubtitle(subtitle).build(); in setRow_setsSubtitle() local
102 QCRow row = new QCRow.Builder().setIcon(icon).build(); in setRow_setsIcon() local
112 QCRow row = new QCRow.Builder() in setRow_createsStartItems() local
128 QCRow row = new QCRow.Builder() in setRow_createsEndItems() local
143 QCRow row = new QCRow.Builder().build(); in setRow_noSlider_sliderViewNotVisible() local
152 QCRow row = new QCRow.Builder() in setRow_hasSlider_sliderViewVisible() local
163 QCRow row = new QCRow.Builder().setPrimaryAction(action).build(); in onRowClick_firesAction() local
172 QCRow row = new QCRow.Builder() in onSwitchClick_firesAction() local
[all …]
/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/Car/Settings/tests/unit/src/com/android/car/settings/qc/
DWifiRowTest.java66 QCRow row = getWifiRow(); in getQCItem_setsTitle() local
74 QCRow row = getWifiRow(); in getQCItem_wifiDisabled_returnsRow() local
89 QCRow row = getWifiRow(); in getQCItem_wifiNotConnected_returnsRow() local
107 QCRow row = getWifiRow(); in getQCItem_wifiConnected_returnsRow() local
126 QCRow row = getWifiRow(); in getQCItem_passpointWifiConnected_hasFriendlyName_returnsRow() local
145 QCRow row = getWifiRow(); in getQCItem_passpointWifiConnected_noFriendlyName_returnsRow() local
164 QCRow row = getWifiRow(); in getQCItem_osuWifiConnected_hasFriendlyName_returnsRow() local
183 QCRow row = getWifiRow(); in getQCItem_osuWifiConnected_noFriendlyName_returnsRow() local
195 QCRow row = getWifiRow(); in getQCItem_hasBaseUmRestriction_switchDisabled() local
206 QCRow row = getWifiRow(); in getQCItem_hasUmRestriction_switchClickableWhileDisabled() local
DMobileDataRowTest.java76 QCRow row = getRow(); in getQCItem_mobileDataDisabled_switchUnchecked() local
85 QCRow row = getRow(); in getQCItem_mobileDataEnabled_switchChecked() local
94 QCRow row = getRow(); in getQCItem_noNetworkName_nullSubtitle() local
103 QCRow row = getRow(); in getQCItem_hasNetworkName_setsSubtitle() local
112 QCRow row = getRow(); in getQCItem_dataDisabled_setsSubtitle() local
123 QCRow row = getRow(); in getQCItem_hasBaseUmRestriction_switchDisabled() local
135 QCRow row = getRow(); in getQCItem_hasUmRestriction_switchClickableWhileDisabled() local
DHotspotRowTest.java82 QCRow row = getHotspotRow(); in getQCItem_setsTitleAndIcon() local
91 QCRow row = getHotspotRow(); in getQCItem_hotspotDisabled_returnsRow() local
101 QCRow row = getHotspotRow(); in getQCItem_hotspotEnabled_noDevices_returnsRow() local
112 QCRow row = getHotspotRow(); in getQCItem_hotspotEnabled_hasDevices_returnsRow() local
122 QCRow row = getHotspotRow(); in getQCItem_hasBaseUmRestriction_switchDisabled() local
131 QCRow row = getHotspotRow(); in getQCItem_hasUmRestriction_switchClickableWhileDisabled() local
DVolumeSliderTestCase.java88 protected void verifyTitleSet(QCRow row, int titleResId) { in verifyTitleSet()
92 protected void verifyIconSet(QCRow row, int iconResId) { in verifyIconSet()
96 protected void verifySliderCreated(QCRow row) { in verifySliderCreated()
112 protected void verifyBaseUmRestriction(QCRow row) { in verifyBaseUmRestriction()
119 protected void verifyUmRestriction(QCRow row) { in verifyUmRestriction()
DAdaptiveBrightnessSwitchTest.java78 QCRow row = getQCRow(); in getQCItem_titleSet() local
84 QCRow row = getQCRow(); in getQCItem_hasActionSwitch() local
93 QCRow row = getQCRow(); in getQCItem_adaptiveBrightnessOn_switchChecked() local
101 QCRow row = getQCRow(); in getQCItem_adaptiveBrightnessOff_switchUnchecked() local
110 QCRow row = getQCRow(); in getQCItem_hasBaseUmRestriction_switchDisabled() local
120 QCRow row = getQCRow(); in getQCItem_hasUmRestriction_switchClickableWhileDisabled() local
DPairedBluetoothDevicesTest.java132 QCRow row = list.getRows().get(0); in getQCItem_bluetoothDisabled_returnsBluetoothDisabledMessage() local
142 QCRow row = list.getRows().get(0); in getQCItem_noDevices_returnsPairMessage() local
177 QCRow row = list.getRows().get(0); in getQCItem_setsTitle() local
186 QCRow row = list.getRows().get(0); in getQCItem_bluetoothDisabled_togglesUpdated() local
201 QCRow row = list.getRows().get(0); in getQCItem_bluetoothEnabled_togglesUpdated() local
220 QCRow row = list.getRows().get(0); in getQCItem_isBusy_togglesDisabled() local
235 QCRow row = list.getRows().get(0); in getQCItem_hasBaseUmRestriction_togglesDisabled() local
252 QCRow row = list.getRows().get(0); in getQCItem_hasUmRestriction_togglesClickableWhileDisabled() local
DBrightnessSliderTestCase.java58 QCRow row = getBrightnessRow(); in getQCItem_titleSet() local
64 QCRow row = getBrightnessRow(); in getQCItem_createsSlider() local
75 QCRow row = getBrightnessRow(); in getQCItem_hasBaseUmRestriction_sliderDisabled() local
84 QCRow row = getBrightnessRow(); in getQCItem_hasUmRestriction_sliderClickableWhileDisabled() local
/packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/
DQCRowTest.java40 QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null); in onCreate_hasCorrectType() local
46 QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, mDefaultIcon); in onBundle_nullActions_noCrash() local
53 QCRow row = createRow(mDefaultAction, mDefaultDisabledAction, /* icon= */ null); in onBundle_nullIcon_noCrash() local
60 QCRow row = createRow(mDefaultAction, mDefaultDisabledAction, mDefaultIcon); in createFromParcel_accurateData() local
73 QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null, in createFromParcel_accurateData_startItem() local
83 QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null, in createFromParcel_accurateData_endItem() local
93 QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null, in createFromParcel_accurateData_slider() 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()
/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()
/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/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()
/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()
/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/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
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 …]
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()
/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

1234567