Home
last modified time | relevance | path

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

12345678910>>...129

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java114 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_notOnKeyguard_true() local
123 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_dozing_true() local
134 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_bypassEnabled_true() local
145 ExpandableNotificationRow row = mNotificationTestHelper.createStickyRow(); in testCanShowHeadsUp_stickyAndNotDemoted_true() local
152 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_false() local
193 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testSetSensitiveOnNotifRowNotifiesOfHeightChange() local
265 private void measureAndLayout(ExpandableNotificationRow row) { in measureAndLayout()
313 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setHideSensitive_shouldNotDisturbAnimation() local
339 ExpandableNotificationRow row = mNotificationTestHelper.createRow(publicNotif); in setHideSensitive_changeContent_shouldResetAlpha() local
366 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testReinflatedOnDensityChange() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRowTest.java73 NotificationMenuRowPlugin row = in testAttachDetach() local
84 NotificationMenuRowPlugin row = in testRecreateMenu() local
94 NotificationMenuRowPlugin row = in testResetUncreatedMenu() local
105 NotificationMenuRow row = new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in testNoAppOpsInSlowSwipe() local
118 NotificationMenuRow row = new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in testNoSnoozeInSlowSwipe() local
131 NotificationMenuRow row = new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in testSnoozeInSlowSwipe() local
144 NotificationMenuRow row = new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in testSlowSwipe_newDismiss() local
154 NotificationMenuRow row = Mockito.spy( in testIsSnappedAndOnSameSide() local
187 NotificationMenuRow row = Mockito.spy( in testGetMenuSnapTarget() local
202 NotificationMenuRow row = Mockito.spy( in testIsSwipedEnoughToShowMenu() local
[all …]
H A DNotificationGutsManagerTest.kt252 val row = spy(realRow) in <lambda>() constant
393 val row = spy(realRow) in <lambda>() constant
427 val row = createTestNotificationRow() in <lambda>() constant
439 val row = createTestNotificationRow() in <lambda>() constant
451 val row = createTestNotificationRow() in <lambda>() constant
464 val row = createTestNotificationRow() in <lambda>() constant
476 val row = createTestNotificationRow() in <lambda>() constant
490 val row = createTestNotificationRow() in <lambda>() constant
503 val row = createTestNotificationRow() in <lambda>() constant
518 val row = spy(helper.createRow()) in <lambda>() constant
[all …]
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dintrapred_sse2.c26 static inline void dc_store_8xh(const __m128i *row, int height, uint8_t *dst, in dc_store_8xh()
35 static inline void dc_store_16xh(const __m128i *row, int height, uint8_t *dst, in dc_store_16xh()
44 static inline void dc_store_32xh(const __m128i *row, int height, uint8_t *dst, in dc_store_32xh()
54 static inline void dc_store_64xh(const __m128i *row, int height, uint8_t *dst, in dc_store_64xh()
119 const __m128i row = _mm_set1_epi8((int8_t)sum); in aom_dc_predictor_4x8_sse2() local
135 const __m128i row = _mm_set1_epi8((int8_t)sum); in aom_dc_predictor_4x16_sse2() local
151 const __m128i row = _mm_set1_epi8((int8_t)sum); in aom_dc_predictor_8x4_sse2() local
164 const __m128i row = _mm_set1_epi8((int8_t)sum); in aom_dc_predictor_8x16_sse2() local
178 const __m128i row = _mm_set1_epi8((int8_t)sum); in aom_dc_predictor_8x32_sse2() local
191 const __m128i row = _mm_set1_epi8((int8_t)sum); in aom_dc_predictor_16x4_sse2() local
[all …]
/aosp_15_r20/packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/view/
DQCRowViewTest.java76 QCRow row = new QCRow.Builder().build(); in setRow_notNull_visible() local
84 QCRow row = new QCRow.Builder().setTitle(title).build(); in setRow_setsTitle() local
94 QCRow row = new QCRow.Builder().setSubtitle(subtitle).build(); in setRow_setsSubtitle() local
104 QCRow row = new QCRow.Builder().setIcon(icon).build(); in setRow_setsIcon() local
114 QCRow row = new QCRow.Builder() in setRow_createsStartItems() local
130 QCRow row = new QCRow.Builder() in setRow_createsEndItems() local
145 QCRow row = new QCRow.Builder().build(); in setRow_noSlider_sliderViewNotVisible() local
154 QCRow row = new QCRow.Builder() in setRow_hasSlider_sliderViewVisible() local
165 QCRow row = new QCRow.Builder().setPrimaryAction(action).build(); in onRowClick_firesAction() local
174 QCRow row = new QCRow.Builder() in onSwitchClick_firesAction() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java69 public NotificationGroupingUtil(ExpandableNotificationRow row) { in NotificationGroupingUtil()
160 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenAppearance() local
168 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenAppearance() local
177 private void sanitizeTopLineViews(ExpandableNotificationRow row) { in sanitizeTopLineViews()
179 sanitizeTopLine(row.getNotificationViewWrapper().getNotificationHeader(), row); in sanitizeTopLineViews() local
183 sanitizeChild(layout.getContractedChild(), row); in sanitizeTopLineViews() local
184 sanitizeChild(layout.getHeadsUpChild(), row); in sanitizeTopLineViews() local
185 sanitizeChild(layout.getExpandedChild(), row); in sanitizeTopLineViews() local
188 private void sanitizeChild(View child, ExpandableNotificationRow row) { in sanitizeChild()
190 sanitizeTopLine(child.findViewById(R.id.notification_top_line), row); in sanitizeChild() local
[all …]
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/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
[all …]
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
196 QCRow row = list.getRows().get(0); in getQCItem_setsTitle() local
206 QCRow row = list.getRows().get(0); in getQCItem_bluetoothDisabled_togglesUpdated() local
222 QCRow row = list.getRows().get(0); in getQCItem_bluetoothEnabled_togglesUpdated() local
242 QCRow row = list.getRows().get(0); in getQCItem_isBusy_togglesDisabled() local
258 QCRow row = list.getRows().get(0); in getQCItem_hasBaseUmRestriction_togglesDisabled() local
276 QCRow row = list.getRows().get(0); in getQCItem_hasUmRestriction_togglesClickableWhileDisabled() local
360 QCRow row = list.getRows().get(0); in getQCItem_createsItem_noDevices_zoneWrite() local
369 QCRow row = list.getRows().get(0); in getQCItem_createsItem_noDevices_zoneRead() local
[all …]
DMobileDataRowTest.java76 QCRow row = getRow(); in getQCItem_mobileDataDisabled_switchUnchecked() local
84 QCRow row = getRow(); in getQCItem_mobileDataDisabled_nullSubtitleAndActionText() local
94 QCRow row = getRow(); in getQCItem_noNetworkName_dataSubscriptionFlagOn_validSubtitle() local
104 QCRow row = getRow(); in getQCItem_hasNetworkName_setsSubtitle() local
113 QCRow row = getRow(); in getQCItem_dataDisabled_setsSubtitle() local
124 QCRow row = getRow(); in getQCItem_hasBaseUmRestriction_switchDisabled() local
136 QCRow row = getRow(); in getQCItem_hasUmRestriction_switchClickableWhileDisabled() local
157 QCRow row = getRow(); in getQCItem_createsRow_zoneWrite() local
166 QCRow row = getRow(); in getQCItem_createsRow_zoneRead() local
/aosp_15_r20/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
[all …]
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
196 QCRow row = list.getRows().get(0); in getQCItem_setsTitle() local
206 QCRow row = list.getRows().get(0); in getQCItem_bluetoothDisabled_togglesUpdated() local
222 QCRow row = list.getRows().get(0); in getQCItem_bluetoothEnabled_togglesUpdated() local
242 QCRow row = list.getRows().get(0); in getQCItem_isBusy_togglesDisabled() local
258 QCRow row = list.getRows().get(0); in getQCItem_hasBaseUmRestriction_togglesDisabled() local
276 QCRow row = list.getRows().get(0); in getQCItem_hasUmRestriction_togglesClickableWhileDisabled() local
360 QCRow row = list.getRows().get(0); in getQCItem_createsItem_noDevices_zoneWrite() local
369 QCRow row = list.getRows().get(0); in getQCItem_createsItem_noDevices_zoneRead() local
[all …]
DMobileDataRowTest.java76 QCRow row = getRow(); in getQCItem_mobileDataDisabled_switchUnchecked() local
84 QCRow row = getRow(); in getQCItem_mobileDataDisabled_nullSubtitleAndActionText() local
94 QCRow row = getRow(); in getQCItem_noNetworkName_dataSubscriptionFlagOn_validSubtitle() local
104 QCRow row = getRow(); in getQCItem_hasNetworkName_setsSubtitle() local
113 QCRow row = getRow(); in getQCItem_dataDisabled_setsSubtitle() local
124 QCRow row = getRow(); in getQCItem_hasBaseUmRestriction_switchDisabled() local
136 QCRow row = getRow(); in getQCItem_hasUmRestriction_switchClickableWhileDisabled() local
157 QCRow row = getRow(); in getQCItem_createsRow_zoneWrite() local
166 QCRow row = getRow(); in getQCItem_createsRow_zoneRead() local
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Ds-c1.c394 struct row { struct
395 long X; /* the X values -- copied from function argument */
396 long Y_o; /* the Y values -- copied from function argument */
397 long Y_c; /* the Y values -- copied from function argument */
398 long _x; /* Value X - Xavg */
399 long _y_o; /* Value Y - Yavg */
400 long _y_c; /* Value Y - Yavg */
401 double LnX; /* Natural logarithm of X values */
402 double LnY_o; /* Natural logarithm of Y values */
403 double LnY_c; /* Natural logarithm of Y values */
[all …]
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Ds-c1.c402 static struct row { struct
403 long X; /* the X values -- copied from function argument */
404 long Y_o; /* the Y values -- copied from function argument */
405 long Y_c; /* the Y values -- copied from function argument */
406 long _x; /* Value X - Xavg */
407 long _y_o; /* Value Y - Yavg */
408 long _y_c; /* Value Y - Yavg */
409 double LnX; /* Natural logarithm of X values */
410 double LnY_o; /* Natural logarithm of Y values */
411 double LnY_c; /* Natural logarithm of Y values */
[all …]
/aosp_15_r20/external/autotest/frontend/client/src/autotest/common/table/
H A DDataTable.java47 public void onRowClicked(int rowIndex, JSONObject row, boolean isRightClick); in onRowClicked()
64 public Widget createWidget(int row, int cell, JSONObject rowObject); in createWidget()
108 protected void setRowStyle(int row) { in setRowStyle()
141 protected void preprocessRow(JSONObject row) {} in preprocessRow()
143 protected String[] getRowText(JSONObject row) { in getRowText()
165 int row = table.getRowCount(); in addRowFromData() local
189 public void addRow(JSONObject row) { in addRow()
239 public void highlightRow(int row) { in highlightRow()
244 public void unhighlightRow(int row) { in unhighlightRow()
269 int row = tableCell.getRowIndex(); in onCellClicked() local
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/pdfium/core/fxge/dib/
H A Dcfx_dibitmap.cpp79 for (int row = 0; row < pSrc->GetHeight(); row++) { in Copy() local
160 for (int row = 1; row < m_Height; row++) { in Clear() local
176 for (int row = 1; row < m_Height; row++) in Clear() local
256 for (int row = 0; row < height; ++row) { in TransferWithMultipleBPP() local
273 for (int row = 0; row < height; ++row) { in TransferEqualFormatsOneBPP() local
341 for (int row = 0; row < m_Height; row++) { in SetChannelFromBitmap() local
381 for (int row = 0; row < m_Height; row++) { in SetUniformOpaqueAlpha() local
413 for (int row = 0; row < m_Height; row++) { in MultiplyAlpha() local
435 for (int row = 0; row < m_Height; row++) { in MultiplyAlpha() local
458 for (int row = 0; row < m_Height; row++) { in MultiplyAlpha() local
[all …]
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeCursorWindow.java38 protected static byte[] nativeGetBlob(long windowPtr, int row, int column) { in nativeGetBlob()
43 protected static String nativeGetString(long windowPtr, int row, int column) { in nativeGetString()
49 long windowPtr, int row, int column, CharArrayBuffer buffer) { in nativeCopyStringToBuffer()
54 protected static boolean nativePutBlob(long windowPtr, byte[] value, int row, int column) { in nativePutBlob()
72 protected static boolean nativePutString(long windowPtr, String value, int row, int column) { in nativePutString()
115 protected static int nativeGetType(long windowPtr, int row, int column) { in nativeGetType()
120 protected static long nativeGetLong(long windowPtr, int row, int column) { in nativeGetLong()
125 protected static double nativeGetDouble(long windowPtr, int row, int column) { in nativeGetDouble()
130 protected static boolean nativePutLong(long windowPtr, long value, int row, int column) { in nativePutLong()
135 protected static boolean nativePutDouble(long windowPtr, double value, int row, int column) { in nativePutDouble()
[all …]
H A DShadowLegacyCursorWindow.java36 protected static byte[] nativeGetBlob(long windowPtr, int row, int column) { in nativeGetBlob()
57 protected static String nativeGetString(long windowPtr, int row, int column) { in nativeGetString()
68 protected static long nativeGetLong(long windowPtr, int row, int column) { in nativeGetLong()
73 protected static double nativeGetDouble(long windowPtr, int row, int column) { in nativeGetDouble()
78 protected static int nativeGetType(long windowPtr, int row, int column) { in nativeGetType()
93 protected static boolean nativePutBlob(long windowPtr, byte[] value, int row, int column) { in nativePutBlob()
102 protected static boolean nativePutString(long windowPtr, String value, int row, int column) { in nativePutString()
111 protected static boolean nativePutLong(long windowPtr, long value, int row, int column) { in nativePutLong()
118 protected static boolean nativePutDouble(long windowPtr, double value, int row, int column) { in nativePutDouble()
125 protected static boolean nativePutNull(long windowPtr, int row, int column) { in nativePutNull()
[all …]
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DCursorWindowNatives.java44 public static native byte[] nativeGetBlob(long windowPtr, int row, int column); in nativeGetBlob()
46 public static native String nativeGetString(long windowPtr, int row, int column); in nativeGetString()
49 long windowPtr, int row, int column, CharArrayBuffer buffer); in nativeCopyStringToBuffer()
51 public static native boolean nativePutBlob(long windowPtr, byte[] value, int row, int column); in nativePutBlob()
53 public static native boolean nativePutString(long windowPtr, String value, int row, int column); in nativePutString()
65 public static native int nativeGetType(long windowPtr, int row, int column); in nativeGetType()
67 public static native long nativeGetLong(long windowPtr, int row, int column); in nativeGetLong()
69 public static native double nativeGetDouble(long windowPtr, int row, int column); in nativeGetDouble()
71 public static native boolean nativePutLong(long windowPtr, long value, int row, int column); in nativePutLong()
73 public static native boolean nativePutDouble(long windowPtr, double value, int row, int column); in nativePutDouble()
[all …]
/aosp_15_r20/external/libhevc/common/
H A Dihevc_inter_pred_filters.c116 WORD32 row, col; in ihevc_inter_pred_luma_copy() local
178 WORD32 row, col, i; in ihevc_inter_pred_luma_horz() local
251 WORD32 row, col, i; in ihevc_inter_pred_luma_vert() local
324 WORD32 row, col; in ihevc_inter_pred_luma_copy_w16out() local
390 WORD32 row, col, i; in ihevc_inter_pred_luma_horz_w16out() local
461 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16out() local
531 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16inp() local
606 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16inp_w16out() local
678 WORD32 row, col; in ihevc_inter_pred_chroma_copy() local
743 WORD32 row, col, i; in ihevc_inter_pred_chroma_horz() local
[all …]
/aosp_15_r20/external/deqp/framework/common/
H A DtcuMatrix.hpp74 inline const T &operator()(int row, int col) const in operator ()()
78 inline T &operator()(int row, int col) in operator ()()
320 for (int row = 0; row < Rows; row++) in Matrix() local
329 for (int row = 0; row < Rows; row++) in Matrix() local
338 for (int row = 0; row < Rows; row++) in Matrix() local
348 for (int row = 0; row < Rows; row++) in Matrix() local
370 for (int row = 0; row < Rows; row++) in operator =() local
424 for (int row = 0; row < Rows; row++) in getColumnMajorData() local
434 for (int row = 0; row < Rows; row++) in getRowMajorData() local
446 for (int row = 0; row < Rows0; row++) in operator *() local
[all …]
/aosp_15_r20/frameworks/base/core/java/android/database/
H A DCursorWindow_ravenwood.java72 Row row = new Row(); in nativeAllocRow() local
80 private static boolean put(long windowPtr, String value, int type, int row, int column) { in put()
91 public static int nativeGetType(long windowPtr, int row, int column) { in nativeGetType()
101 int row, int column) { in nativePutString()
105 public static String nativeGetString(long windowPtr, int row, int column) { in nativeGetString()
114 public static boolean nativePutLong(long windowPtr, long value, int row, int column) { in nativePutLong()
118 public static long nativeGetLong(long windowPtr, int row, int column) { in nativeGetLong()
128 public static boolean nativePutDouble(long windowPtr, double value, int row, int column) { in nativePutDouble()
132 public static double nativeGetDouble(long windowPtr, int row, int column) { in nativeGetDouble()
142 public static boolean nativePutBlob(long windowPtr, byte[] value, int row, int column) { in nativePutBlob()
[all …]
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
H A DGridActivity.java95 public EditText getCell(int row, int column) { in getCell()
103 public void onCell(int row, int column, Visitor<EditText> v) { in onCell()
108 public void focusCell(int row, int column) { in focusCell()
112 public void clearCell(int row, int column) { in clearCell()
116 public void setText(int row, int column, String text) { in setText()
120 public void forceAutofill(int row, int column) { in forceAutofill()
124 public void removeCell(int row, int column) { in removeCell()
128 public void addCell(int row, int column, EditText cell) { in addCell()
134 public void triggerAutofill(boolean manually, int row, int column) { in triggerAutofill()
142 public String getText(int row, int column) throws InterruptedException { in getText()

12345678910>>...129