Home
last modified time | relevance | path

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

12345678910>>...23

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRowTest.java74 NotificationMenuRowPlugin row = in testAttachDetach() local
85 NotificationMenuRowPlugin row = in testRecreateMenu() local
95 NotificationMenuRowPlugin row = in testResetUncreatedMenu() local
155 NotificationMenuRow row = Mockito.spy( in testIsSnappedAndOnSameSide() local
188 NotificationMenuRow row = Mockito.spy( in testGetMenuSnapTarget() local
203 NotificationMenuRow row = Mockito.spy( in testIsSwipedEnoughToShowMenu() local
230 NotificationMenuRow row = Mockito.spy( in testIsWithinSnapMenuThreshold() local
264 NotificationMenuRow row = Mockito.spy( in testShouldSnapBack() local
286 NotificationMenuRow row = Mockito.spy( in testCanBeDismissed() local
302 NotificationMenuRow row = Mockito.spy( in testIsTowardsMenu() local
[all …]
H A DNotificationBlockingHelperManagerTest.java106 ExpandableNotificationRow row = createBlockableRowSpy(); in testDismissCurrentBlockingHelper_withDetachedBlockingHelperRow() local
119 ExpandableNotificationRow row = createBlockableRowSpy(); in testDismissCurrentBlockingHelper_withAttachedBlockingHelperRow() local
132 ExpandableNotificationRow row = createBlockableRowSpy(); in testPerhapsShowBlockingHelper_shown() local
196 ExpandableNotificationRow row = createBlockableRowSpy(); in testPerhapsShowBlockingHelper_notShownDueToNeutralUserSentiment() local
207 ExpandableNotificationRow row = createBlockableRowSpy(); in testPerhapsShowBlockingHelper_notShownDueToPositiveUserSentiment() local
217 ExpandableNotificationRow row = createBlockableRowSpy(); in testPerhapsShowBlockingHelper_notShownDueToShadeVisibility() local
229 ExpandableNotificationRow row = createBlockableRowSpy(); in testPerhapsShowBlockingHelper_notShownDueToNonblockability() local
255 ExpandableNotificationRow row = createBlockableRowSpy(); in testBlockingHelperShowAndDismiss() local
292 ExpandableNotificationRow row = spy(mHelper.createRow()); in createBlockableRowSpy() local
298 ExpandableNotificationRow row = spy(mHelper.createGroup(numChildren)); in createBlockableGroupRowSpy() local
H A DExpandableNotificationRowTest.java127 ExpandableNotificationRow row = spy(mNotificationTestHelper.createRow( in testIconColorShouldBeUpdatedWhenSensitive() local
136 ExpandableNotificationRow row = mNotificationTestHelper.createRow(FLAG_CONTENT_VIEW_ALL); in setNeedsRedactionFreesViewWhenFalse() local
147 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalled() local
156 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledPinned() local
165 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledHeadsUpGoingAway() local
173 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledWhenGoingBelow() local
310 ExpandableNotificationRow row = in testGetIsNonblockable() local
318 ExpandableNotificationRow row = in testGetIsNonblockable_oemLocked() local
327 ExpandableNotificationRow row = in testGetIsNonblockable_criticalDeviceFunction() local
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_trans_db_test.cpp110 ValuesBucket row = row_; variable
135 ValuesBucket row = row_; variable
158 ValuesBucket row = row_; variable
179 ValuesBucket row = row_; variable
206 ValuesBucket row = row_; variable
233 ValuesBucket row = row_; variable
260 ValuesBucket row = row_; variable
287 ValuesBucket row = row_; variable
315 ValuesBucket row = row_; variable
337 ValuesBucket row = row_; variable
[all …]
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/view/
H A 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
172 QCRow row = new QCRow.Builder() in onSwitchClick_firesAction() local
187 QCRow row = new QCRow.Builder() in onToggleClick_firesAction() local
[all …]
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A 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()
H A DScheduleRowPresenter.java368 ScheduleRow row = (ScheduleRow) item; in onBindRowViewHolder() local
528 private String getChannelNameText(ScheduleRow row) { in getChannelNameText()
541 protected void onInfoClicked(ScheduleRow row) { in onInfoClicked()
545 private boolean isInfoClickable(ScheduleRow row) { in isInfoClickable()
574 protected void onStartRecording(ScheduleRow row) { in onStartRecording()
635 protected void onStopRecording(ScheduleRow row) { in onStopRecording()
656 protected void onCreateSchedule(ScheduleRow row) { in onCreateSchedule()
680 protected void onRemoveSchedule(ScheduleRow row) { in onRemoveSchedule()
716 private CharSequence getDeletedInfo(ScheduleRow row) { in getDeletedInfo()
835 protected int[] getAvailableActions(ScheduleRow row) { in getAvailableActions()
[all …]
H A 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
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/ui/menu/
H A 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()
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/
H A 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
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DAboveShelfObserverTest.java56 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setUp() local
67 ExpandableNotificationRow row = (ExpandableNotificationRow) mHostLayout.getChildAt(0); in testObserverChangesWhenGoingAbove() local
75 ExpandableNotificationRow row = (ExpandableNotificationRow) mHostLayout.getChildAt(0); in testObserverChangesWhenGoingBelow() local
84 ExpandableNotificationRow row = (ExpandableNotificationRow) mHostLayout.getChildAt(0); in testStaysAboveWhenOneGoesAway() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
H A 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()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/raw_data_reader/
H A Drawdata_reader.cpp66 for (uint32_t row = 0; row < sampleInfo_->videoSliceHeight; row++) { in ReadInputBufferWithStrideRGBA() local
78 for (uint32_t row = 0; row < sampleInfo_->videoSliceHeight; row++) { in ReadInputBufferWithStrideYUVI420() local
83 for (uint32_t row = 0; row < sampleInfo_->videoSliceHeight; row++) { in ReadInputBufferWithStrideYUVI420() local
95 for (uint32_t row = 0; row < sampleInfo_->videoSliceHeight; row++) { in ReadInputBufferWithStrideYUV420() local
100 for (uint32_t row = 0; row < sampleInfo_->videoSliceHeight / RATIO_CHROMA_UV; row++) { in ReadInputBufferWithStrideYUV420() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllogutils/
H A 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()
H A 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()
/aosp12/packages/modules/ExtServices/native/pHash/
H A 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
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java89 public NotificationGroupingUtil(ExpandableNotificationRow row) { in NotificationGroupingUtil()
139 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenAppearance() local
147 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenAppearance() local
156 private void sanitizeTopLineViews(ExpandableNotificationRow row) { in sanitizeTopLineViews()
162 sanitizeChild(layout.getContractedChild(), row); in sanitizeTopLineViews() local
163 sanitizeChild(layout.getHeadsUpChild(), row); in sanitizeTopLineViews() local
164 sanitizeChild(layout.getExpandedChild(), row); in sanitizeTopLineViews() local
224 public void restoreChildNotification(ExpandableNotificationRow row) { in restoreChildNotification()
261 public void compareToGroupParent(ExpandableNotificationRow row) { in compareToGroupParent()
280 public void apply(ExpandableNotificationRow row) { in apply()
[all …]
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/
H A DWifiRowTest.java69 QCRow row = getWifiRow(); in getQCItem_setsTitle() local
77 QCRow row = getWifiRow(); in getQCItem_wifiDisabled_returnsRow() local
92 QCRow row = getWifiRow(); in getQCItem_wifiNotConnected_returnsRow() local
110 QCRow row = getWifiRow(); in getQCItem_wifiConnected_returnsRow() local
H A DHotspotRowTest.java84 QCRow row = getHotspotRow(); in getQCItem_setsTitleAndIcon() local
93 QCRow row = getHotspotRow(); in getQCItem_hotspotDisabled_returnsRow() local
103 QCRow row = getHotspotRow(); in getQCItem_hotspotEnabled_noDevices_returnsRow() local
114 QCRow row = getHotspotRow(); in getQCItem_hotspotEnabled_hasDevices_returnsRow() local
H A 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
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_view.cpp29 void UpdateRowPadding(const RefPtr<FrameNode>& row) in UpdateRowPadding()
61 …auto row = FrameNode::CreateFrameNode(V2::ROW_ETS_TAG, ElementRegister::GetInstance()->MakeUniqueI… in SetHeader() local
74 …auto row = FrameNode::CreateFrameNode(V2::ROW_ETS_TAG, ElementRegister::GetInstance()->MakeUniqueI… in SetHeader() local
107 …auto row = FrameNode::CreateFrameNode(V2::ROW_ETS_TAG, ElementRegister::GetInstance()->MakeUniqueI… in SetFooter() local
120 …auto row = FrameNode::CreateFrameNode(V2::ROW_ETS_TAG, ElementRegister::GetInstance()->MakeUniqueI… in SetFooter() local
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationClicker.java75 final ExpandableNotificationRow row = (ExpandableNotificationRow) v; in onClick() local
107 mNotificationActivityStarter.onNotificationClicked(entry.getSbn(), row); in onClick() local
110 private boolean isMenuVisible(ExpandableNotificationRow row) { in isMenuVisible()
117 public void register(ExpandableNotificationRow row, StatusBarNotification sbn) { in register()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshared_block_serializer_info.cpp69 int SharedBlockSerializerInfo::PutLong(int row, int column, sqlite3_int64 value) in PutLong()
79 int SharedBlockSerializerInfo::PutDouble(int row, int column, double value) in PutDouble()
89 int SharedBlockSerializerInfo::PutBlob(int row, int column, const void *blob, int len) in PutBlob()
111 int SharedBlockSerializerInfo::PutNull(int row, int column) in PutNull()
122 int SharedBlockSerializerInfo::PutOther(int row, int column) in PutOther()

12345678910>>...23